diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-06-11 18:43:31 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-06-11 18:43:31 +0000 |
commit | 318eeef6ba68d9231290343317b3e05cf309cbbf (patch) | |
tree | 993b70ac67fc63b752fef8aac03a32d2559d027f /dev-perl/DateTime-TimeZone | |
parent | Add proper use flags for python and spell; bug #181419 (diff) | |
download | gentoo-2-318eeef6ba68d9231290343317b3e05cf309cbbf.tar.gz gentoo-2-318eeef6ba68d9231290343317b3e05cf309cbbf.tar.bz2 gentoo-2-318eeef6ba68d9231290343317b3e05cf309cbbf.zip |
Version bump
(Portage version: 2.1.2.9)
Diffstat (limited to 'dev-perl/DateTime-TimeZone')
-rw-r--r-- | dev-perl/DateTime-TimeZone/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/DateTime-TimeZone/DateTime-TimeZone-0.66.02.ebuild | 24 | ||||
-rw-r--r-- | dev-perl/DateTime-TimeZone/files/digest-DateTime-TimeZone-0.66.02 | 3 |
3 files changed, 34 insertions, 1 deletions
diff --git a/dev-perl/DateTime-TimeZone/ChangeLog b/dev-perl/DateTime-TimeZone/ChangeLog index 6bb169ac2a2b..392a2c66037a 100644 --- a/dev-perl/DateTime-TimeZone/ChangeLog +++ b/dev-perl/DateTime-TimeZone/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/DateTime-TimeZone # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-TimeZone/ChangeLog,v 1.71 2007/05/11 14:11:08 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-TimeZone/ChangeLog,v 1.72 2007/06/11 18:43:31 mcummings Exp $ + +*DateTime-TimeZone-0.66.02 (11 Jun 2007) + + 11 Jun 2007; Michael Cummings <mcummings@gentoo.org> + +DateTime-TimeZone-0.66.02.ebuild: + Version bump *DateTime-TimeZone-0.66.01 (11 May 2007) diff --git a/dev-perl/DateTime-TimeZone/DateTime-TimeZone-0.66.02.ebuild b/dev-perl/DateTime-TimeZone/DateTime-TimeZone-0.66.02.ebuild new file mode 100644 index 000000000000..5f4a77d5bfa5 --- /dev/null +++ b/dev-perl/DateTime-TimeZone/DateTime-TimeZone-0.66.02.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2007 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.66.02.ebuild,v 1.1 2007/06/11 18:43:31 mcummings Exp $ + +inherit versionator perl-module + +MY_P="${PN}-$(delete_version_separator 2)" +S=${WORKDIR}/${MY_P} + +DESCRIPTION="Time zone object base class and factory" +HOMEPAGE="http://search.cpan.org/~drolsky/" +SRC_URI="mirror://cpan/authors/id/D/DR/DROLSKY/${MY_P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" +SRC_TEST="do" + +RDEPEND=">=dev-perl/Params-Validate-0.72 + >=dev-perl/Class-Singleton-1.03 + dev-lang/perl" +DEPEND="${RDEPEND} + >=dev-perl/module-build-0.28" diff --git a/dev-perl/DateTime-TimeZone/files/digest-DateTime-TimeZone-0.66.02 b/dev-perl/DateTime-TimeZone/files/digest-DateTime-TimeZone-0.66.02 new file mode 100644 index 000000000000..b27364351274 --- /dev/null +++ b/dev-perl/DateTime-TimeZone/files/digest-DateTime-TimeZone-0.66.02 @@ -0,0 +1,3 @@ +MD5 7b9d7e031dd6e5358122121048788cc8 DateTime-TimeZone-0.6602.tar.gz 342181 +RMD160 a23b68b0bc5e945619a4972270f040c144fe4741 DateTime-TimeZone-0.6602.tar.gz 342181 +SHA256 71f0c76dac3e4a6b437c2dfeef24d5c4620469b5d143f7f22ccdd6bb489a6a82 DateTime-TimeZone-0.6602.tar.gz 342181 |