mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
dev-perl/DateTime-Format-Human-Duration: Initial ebuild
Required dependency for >=www-apps/webdavcgi-0.8.5
This commit is contained in:
committed by
Göktürk Yüksek
parent
e506143656
commit
eb42e92fad
@@ -0,0 +1,21 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
DIST_AUTHOR=MSTRAT
|
||||
DIST_VERSION=0.64
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="Get a locale specific string describing the span of a given duration"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="dev-perl/Module-Build
|
||||
${RDEPEND}"
|
||||
|
||||
DIST_TEST="do"
|
||||
1
dev-perl/DateTime-Format-Human-Duration/Manifest
Normal file
1
dev-perl/DateTime-Format-Human-Duration/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST DateTime-Format-Human-Duration-0.64.tar.gz 17683 SHA256 9d384cf926051bd6eb511cd9069b296bf33fd3fa699eceae44d56f49e939a076 SHA512 2ae94d56e1176adcdb55b2f1291a04e15c50c0116477be18b49f9b95bd3ac0778c0bc280df323df213e3fcd8be25f8d91227be1841ce68b4cfa86be479d34376 WHIRLPOOL 0b1fd8aaf9fda7f37acd02cc49c46b83a61e44d926e43a2e7d59b2d47f63b4f865f5dfe649d49b1afddd34bd9c252a94f6b15360bbd6821dc26ad04a40a952b8
|
||||
22
dev-perl/DateTime-Format-Human-Duration/metadata.xml
Normal file
22
dev-perl/DateTime-Format-Human-Duration/metadata.xml
Normal file
@@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>c.affolter@stepping-stone.ch</email>
|
||||
<name>Christian Affolter</name>
|
||||
</maintainer>
|
||||
<maintainer type="person">
|
||||
<email>dev-zero@gentoo.org</email>
|
||||
<name>Tiziano Müller</name>
|
||||
</maintainer>
|
||||
<maintainer type="project">
|
||||
<email>proxy-maint@gentoo.org</email>
|
||||
<name>Proxy Maintainers</name>
|
||||
</maintainer>
|
||||
<longdescription>Get a locale specific string describing the span of a given
|
||||
duration.</longdescription>
|
||||
<upstream>
|
||||
<remote-id type="cpan">DateTime-Format-Human-Duration</remote-id>
|
||||
<remote-id type="cpan-module">DateTime::Format::Human::Duration</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user