summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Westermann-Clark <dwc@pobox.com>2009-07-06 19:41:58 -0400
committerKent Fredric <kentfredric@gmail.com>2011-03-19 09:59:36 +1300
commit2e017c0728bef03a8d37b69ca8b02553a2890ffd (patch)
tree83efd215297cbb8b65574ab4f678350e9451b200 /dev-perl/DateTime-Format-Duration
parent[import] ( dwc:DateTime-Format-Duration ) Add remaining ebuilds from my perl-... (diff)
downloadperl-overlay-2e017c0728bef03a8d37b69ca8b02553a2890ffd.tar.gz
perl-overlay-2e017c0728bef03a8d37b69ca8b02553a2890ffd.tar.bz2
perl-overlay-2e017c0728bef03a8d37b69ca8b02553a2890ffd.zip
[import] ( dwc:DateTime-Format-Duration ) Convert to EAPI=2 and add metadata.xml
(Portage version: 2.1.6.13/git/Linux x86_64) (Signed Manifest commit)
Diffstat (limited to 'dev-perl/DateTime-Format-Duration')
-rw-r--r--dev-perl/DateTime-Format-Duration/ChangeLog8
-rw-r--r--dev-perl/DateTime-Format-Duration/DateTime-Format-Duration-1.03a.ebuild18
-rw-r--r--dev-perl/DateTime-Format-Duration/Manifest14
-rw-r--r--dev-perl/DateTime-Format-Duration/metadata.xml9
4 files changed, 39 insertions, 10 deletions
diff --git a/dev-perl/DateTime-Format-Duration/ChangeLog b/dev-perl/DateTime-Format-Duration/ChangeLog
new file mode 100644
index 000000000..a41613d43
--- /dev/null
+++ b/dev-perl/DateTime-Format-Duration/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for dev-perl/DateTime-Format-Duration
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+ 06 Jul 2009; Daniel Westermann-Clark <dwc@pobox.com>
+ DateTime-Format-Duration-1.03a.ebuild, +metadata.xml:
+ Convert to EAPI=2 and add metadata.xml
+
diff --git a/dev-perl/DateTime-Format-Duration/DateTime-Format-Duration-1.03a.ebuild b/dev-perl/DateTime-Format-Duration/DateTime-Format-Duration-1.03a.ebuild
index f63e214cf..c53ed45b1 100644
--- a/dev-perl/DateTime-Format-Duration/DateTime-Format-Duration-1.03a.ebuild
+++ b/dev-perl/DateTime-Format-Duration/DateTime-Format-Duration-1.03a.ebuild
@@ -1,24 +1,24 @@
-# Copyright Daniel Westermann-Clark <daniel at acceleration dot net>
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header$
+# $Header: $
+EAPI=2
+
+MODULE_AUTHOR=RICKM
inherit perl-module
+SRC_URI="mirror://cpan/authors/id/R/RI/RICKM/${P}.tgz"
S="${WORKDIR}/${PN}-1.03"
DESCRIPTION="Format and parse DateTime::Durations"
-HOMEPAGE="http://search.cpan.org/dist/${PN}/"
-SRC_URI="mirror://cpan/authors/id/R/RI/RICKM/${P}.tgz"
-LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
-KEYWORDS="amd64 x86"
-RESTRICT="nomirror"
+LICENSE="|| ( Artistic GPL-2 )"
+KEYWORDS="~amd64 ~x86"
SRC_TEST="do"
IUSE="test"
-RDEPEND="dev-lang/perl
- >=dev-perl/DateTime-0.30
+RDEPEND=">=dev-perl/DateTime-0.30
dev-perl/Params-Validate"
DEPEND="${RDEPEND}
test? ( virtual/perl-Test-Simple )"
diff --git a/dev-perl/DateTime-Format-Duration/Manifest b/dev-perl/DateTime-Format-Duration/Manifest
index 87c1a9810..765f2e4af 100644
--- a/dev-perl/DateTime-Format-Duration/Manifest
+++ b/dev-perl/DateTime-Format-Duration/Manifest
@@ -1,2 +1,14 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
DIST DateTime-Format-Duration-1.03a.tgz 86358 RMD160 dcacd333291cc20a53a5a13ee6b541b9efd8cdb7 SHA1 fe9d5b326a5da4f3924c49ac7381f0ffff48ec64 SHA256 b3e04c18bd1ba4da4332c14d9010a79101b4419ca8a46a5354e837282280e359
-EBUILD DateTime-Format-Duration-1.03a.ebuild 590 RMD160 533c4f04a3d7166328b015ab3086b48f6c4631ed SHA1 3d0d1ae9387a001781161362b9dfdbd364c186e3 SHA256 9a8885884ae661cefda9655753ef1f77008feff1bc589b45f080ba90b3d6a457
+EBUILD DateTime-Format-Duration-1.03a.ebuild 512 RMD160 4ad92f1fda8a7b8194e2dd6dcd1fd79e32dcdd40 SHA1 6d45c519f01b137189b0621c2648f3081a83a032 SHA256 fc7d2896d20e258d49d699359902b58ac5ae0f3ae1128d7b0c18e5bb784cf58c
+MISC ChangeLog 287 RMD160 084ddc64caf70b8000ec247c8e35aef6d4fc7c21 SHA1 751b7100d11000953f0e1cfeed661c263caf3bd3 SHA256 7cd328f71cb9e2390da23da5de0e2e807f5e4550c186ae9de8df863c8c002595
+MISC metadata.xml 278 RMD160 e8be6660b64bbeaac81b980352c2201e7e4d315b SHA1 44e0b651e9b8d511ebd1ba52eb11d746dd723165 SHA256 5c45b43ea1f6a23cc7295a81911d3cd670928fbb11263b038e7ce40ab05ac0d8
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.11 (GNU/Linux)
+
+iEYEARECAAYFAkpSi8YACgkQCsPghJr8roL9NQCg3owyJRvo9vhfrg77F5p4bFnl
+aP8AoKbIU37HtBhC5TGO1zkqnPqEoLya
+=lZm0
+-----END PGP SIGNATURE-----
diff --git a/dev-perl/DateTime-Format-Duration/metadata.xml b/dev-perl/DateTime-Format-Duration/metadata.xml
new file mode 100644
index 000000000..743b27179
--- /dev/null
+++ b/dev-perl/DateTime-Format-Duration/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>perl</herd>
+ <maintainer>
+ <email>dwc@pobox.com</email>
+ <name>Daniel Westermann-Clark</name>
+ </maintainer>
+</pkgmetadata>