diff options
author | Christian Affolter <c.affolter@purplehaze.ch> | 2016-10-19 01:14:11 +0200 |
---|---|---|
committer | Göktürk Yüksek <gokturk@gentoo.org> | 2016-11-16 18:49:29 -0500 |
commit | eb42e92fadce70395448c95e4ca64e5bd0a3adde (patch) | |
tree | 8844082c16d0c85a4424efae4418b3226a84f939 /dev-perl/DateTime-Format-Human-Duration | |
parent | app-crypt/mit-krb5: fix clang build due to ttyname redecl (diff) | |
download | gentoo-eb42e92fadce70395448c95e4ca64e5bd0a3adde.tar.gz gentoo-eb42e92fadce70395448c95e4ca64e5bd0a3adde.tar.bz2 gentoo-eb42e92fadce70395448c95e4ca64e5bd0a3adde.zip |
dev-perl/DateTime-Format-Human-Duration: Initial ebuild
Required dependency for >=www-apps/webdavcgi-0.8.5
Diffstat (limited to 'dev-perl/DateTime-Format-Human-Duration')
3 files changed, 44 insertions, 0 deletions
diff --git a/dev-perl/DateTime-Format-Human-Duration/DateTime-Format-Human-Duration-0.640.0.ebuild b/dev-perl/DateTime-Format-Human-Duration/DateTime-Format-Human-Duration-0.640.0.ebuild new file mode 100644 index 000000000000..b2a50c901233 --- /dev/null +++ b/dev-perl/DateTime-Format-Human-Duration/DateTime-Format-Human-Duration-0.640.0.ebuild @@ -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" diff --git a/dev-perl/DateTime-Format-Human-Duration/Manifest b/dev-perl/DateTime-Format-Human-Duration/Manifest new file mode 100644 index 000000000000..d55adbd79f59 --- /dev/null +++ b/dev-perl/DateTime-Format-Human-Duration/Manifest @@ -0,0 +1 @@ +DIST DateTime-Format-Human-Duration-0.64.tar.gz 17683 SHA256 9d384cf926051bd6eb511cd9069b296bf33fd3fa699eceae44d56f49e939a076 SHA512 2ae94d56e1176adcdb55b2f1291a04e15c50c0116477be18b49f9b95bd3ac0778c0bc280df323df213e3fcd8be25f8d91227be1841ce68b4cfa86be479d34376 WHIRLPOOL 0b1fd8aaf9fda7f37acd02cc49c46b83a61e44d926e43a2e7d59b2d47f63b4f865f5dfe649d49b1afddd34bd9c252a94f6b15360bbd6821dc26ad04a40a952b8 diff --git a/dev-perl/DateTime-Format-Human-Duration/metadata.xml b/dev-perl/DateTime-Format-Human-Duration/metadata.xml new file mode 100644 index 000000000000..913420a28354 --- /dev/null +++ b/dev-perl/DateTime-Format-Human-Duration/metadata.xml @@ -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> |