diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-05-22 21:41:41 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-05-22 21:41:41 +0000 |
commit | 6acd15f3949f666a6af18ce343cc9ea189d64a8a (patch) | |
tree | f86488b4fd998c9ac8bfbd59bd191029bd9d38ec /dev-perl/DateTime-TimeZone/DateTime-TimeZone-0.46.ebuild | |
parent | Version bump (diff) | |
download | gentoo-2-6acd15f3949f666a6af18ce343cc9ea189d64a8a.tar.gz gentoo-2-6acd15f3949f666a6af18ce343cc9ea189d64a8a.tar.bz2 gentoo-2-6acd15f3949f666a6af18ce343cc9ea189d64a8a.zip |
Version bump
(Portage version: 2.1_rc1-r4)
Diffstat (limited to 'dev-perl/DateTime-TimeZone/DateTime-TimeZone-0.46.ebuild')
-rw-r--r-- | dev-perl/DateTime-TimeZone/DateTime-TimeZone-0.46.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-perl/DateTime-TimeZone/DateTime-TimeZone-0.46.ebuild b/dev-perl/DateTime-TimeZone/DateTime-TimeZone-0.46.ebuild new file mode 100644 index 000000000000..ea964fe0d5c5 --- /dev/null +++ b/dev-perl/DateTime-TimeZone/DateTime-TimeZone-0.46.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.46.ebuild,v 1.1 2006/05/22 21:41:41 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="test" +SRC_TEST="do" + +DEPEND="dev-perl/module-build + >=dev-perl/Params-Validate-0.72 + >=dev-perl/Class-Singleton-1.03" + |