summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2007-01-19 21:43:50 +0000
committerMichael Cummings <mcummings@gentoo.org>2007-01-19 21:43:50 +0000
commit62dbb3cc2ad1f4a555ad248d4d550ed36d8dabd4 (patch)
treea234f34cfcfbb918f20e2fae5c3a6b53c35d8224 /dev-perl/DateTime/DateTime-0.36.ebuild
parentStable on ppc64; bug #159972 (diff)
downloadgentoo-2-62dbb3cc2ad1f4a555ad248d4d550ed36d8dabd4.tar.gz
gentoo-2-62dbb3cc2ad1f4a555ad248d4d550ed36d8dabd4.tar.bz2
gentoo-2-62dbb3cc2ad1f4a555ad248d4d550ed36d8dabd4.zip
Version bump
(Portage version: 2.1.2_rc4-r8)
Diffstat (limited to 'dev-perl/DateTime/DateTime-0.36.ebuild')
-rw-r--r--dev-perl/DateTime/DateTime-0.36.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-perl/DateTime/DateTime-0.36.ebuild b/dev-perl/DateTime/DateTime-0.36.ebuild
new file mode 100644
index 000000000000..430c159636a4
--- /dev/null
+++ b/dev-perl/DateTime/DateTime-0.36.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime/DateTime-0.36.ebuild,v 1.1 2007/01/19 21:43:50 mcummings Exp $
+
+inherit perl-module
+
+DESCRIPTION="A date and time object"
+HOMEPAGE="http://search.cpan.org/~drolsky/"
+SRC_URI="mirror://cpan/authors/id/D/DR/DROLSKY/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+SRC_TEST="do"
+
+DEPEND=">=dev-perl/Params-Validate-0.76
+ >=virtual/perl-Time-Local-1.04
+ >=dev-perl/DateTime-TimeZone-0.59
+ >=dev-perl/DateTime-Locale-0.31
+ dev-lang/perl"