summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-04-24 02:11:15 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-04-24 02:11:15 +0000
commitbf65ba4bc3a34cfdcb71c2da35a0e9b965ef994f (patch)
treeec6a001a761f62dc16884bffc32a3cbe90f649ac /dev-perl/DateTime-TimeZone/DateTime-TimeZone-0.44.ebuild
parentMarked stable on mips. (diff)
downloadgentoo-2-bf65ba4bc3a34cfdcb71c2da35a0e9b965ef994f.tar.gz
gentoo-2-bf65ba4bc3a34cfdcb71c2da35a0e9b965ef994f.tar.bz2
gentoo-2-bf65ba4bc3a34cfdcb71c2da35a0e9b965ef994f.zip
Version bump
(Portage version: 2.1_pre7-r5)
Diffstat (limited to 'dev-perl/DateTime-TimeZone/DateTime-TimeZone-0.44.ebuild')
-rw-r--r--dev-perl/DateTime-TimeZone/DateTime-TimeZone-0.44.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-perl/DateTime-TimeZone/DateTime-TimeZone-0.44.ebuild b/dev-perl/DateTime-TimeZone/DateTime-TimeZone-0.44.ebuild
new file mode 100644
index 000000000000..c4a41c452b04
--- /dev/null
+++ b/dev-perl/DateTime-TimeZone/DateTime-TimeZone-0.44.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-TimeZone/DateTime-TimeZone-0.44.ebuild,v 1.1 2006/04/24 02:11:15 mcummings Exp $
+
+inherit perl-module
+
+DESCRIPTION="Time zone object base class and factory"
+HOMEPAGE="http://search.cpan.org/~drolsky/${P}/"
+SRC_URI="mirror://cpan/authors/id/D/DR/DROLSKY/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+SRC_TEST="do"
+
+DEPEND="dev-perl/module-build
+ >=dev-perl/Params-Validate-0.72
+ >=dev-perl/Class-Singleton-1.03"
+