summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2004-07-30 11:24:11 +0000
committerMichael Cummings <mcummings@gentoo.org>2004-07-30 11:24:11 +0000
commit6c65e45e0d5b84d0262d73780b408730211735b2 (patch)
tree5b945b4c33fdc2147f958c8d02b6378f7687202d /dev-perl/DateTime/DateTime-0.22.ebuild
parentnew version on cpan (Manifest recommit) (diff)
downloadgentoo-2-6c65e45e0d5b84d0262d73780b408730211735b2.tar.gz
gentoo-2-6c65e45e0d5b84d0262d73780b408730211735b2.tar.bz2
gentoo-2-6c65e45e0d5b84d0262d73780b408730211735b2.zip
new version on cpan
Diffstat (limited to 'dev-perl/DateTime/DateTime-0.22.ebuild')
-rw-r--r--dev-perl/DateTime/DateTime-0.22.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-perl/DateTime/DateTime-0.22.ebuild b/dev-perl/DateTime/DateTime-0.22.ebuild
new file mode 100644
index 000000000000..5df7ebf9c0ee
--- /dev/null
+++ b/dev-perl/DateTime/DateTime-0.22.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime/DateTime-0.22.ebuild,v 1.1 2004/07/30 11:24:11 mcummings Exp $
+
+inherit perl-module
+
+DESCRIPTION="A date and time object"
+HOMEPAGE="http://search.cpan.org/~drolsky/${P}/"
+SRC_URI="http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~sparc ~ppc"
+IUSE=""
+
+SRC_TEST="do"
+
+DEPEND=">=dev-perl/Params-Validate-0.72
+ dev-perl/Time-Local
+ >=dev-perl/DateTime-TimeZone-0.27
+ >=dev-perl/DateTime-Locale-0.09
+ dev-perl/Class-Factory-Util"