diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-07-07 15:23:15 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-07-07 15:23:15 +0000 |
commit | 10e15ac743ec688118eaafbc38e3a6138e4b0dd9 (patch) | |
tree | 83d2b36d2bf5da21db00d829c4b4bb1bcee74e04 /dev-perl/DateTime/DateTime-0.38.ebuild | |
parent | Added patch to use default Python version installed. bug #174189 (diff) | |
download | gentoo-2-10e15ac743ec688118eaafbc38e3a6138e4b0dd9.tar.gz gentoo-2-10e15ac743ec688118eaafbc38e3a6138e4b0dd9.tar.bz2 gentoo-2-10e15ac743ec688118eaafbc38e3a6138e4b0dd9.zip |
Version bump
(Portage version: 2.1.3_rc5)
Diffstat (limited to 'dev-perl/DateTime/DateTime-0.38.ebuild')
-rw-r--r-- | dev-perl/DateTime/DateTime-0.38.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-perl/DateTime/DateTime-0.38.ebuild b/dev-perl/DateTime/DateTime-0.38.ebuild new file mode 100644 index 000000000000..34b3d4315c48 --- /dev/null +++ b/dev-perl/DateTime/DateTime-0.38.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.38.ebuild,v 1.1 2007/07/07 15:23:15 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" |