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 | |
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')
4 files changed, 31 insertions, 1 deletions
diff --git a/dev-perl/DateTime-TimeZone/ChangeLog b/dev-perl/DateTime-TimeZone/ChangeLog index ff7f5a68cef3..1a8c7b7615f1 100644 --- a/dev-perl/DateTime-TimeZone/ChangeLog +++ b/dev-perl/DateTime-TimeZone/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/DateTime-TimeZone # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-TimeZone/ChangeLog,v 1.25 2006/05/02 02:15:49 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-TimeZone/ChangeLog,v 1.26 2006/05/22 21:41:41 mcummings Exp $ + +*DateTime-TimeZone-0.46 (22 May 2006) + + 22 May 2006; <mcummings@gentoo.org> +DateTime-TimeZone-0.46.ebuild: + Version bump *DateTime-TimeZone-0.45 (02 May 2006) 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" + diff --git a/dev-perl/DateTime-TimeZone/files/digest-DateTime-TimeZone-0.40 b/dev-perl/DateTime-TimeZone/files/digest-DateTime-TimeZone-0.40 index f064ff0d19fb..37693bcfc4d3 100644 --- a/dev-perl/DateTime-TimeZone/files/digest-DateTime-TimeZone-0.40 +++ b/dev-perl/DateTime-TimeZone/files/digest-DateTime-TimeZone-0.40 @@ -1 +1,3 @@ MD5 63aac436ede010ebcb472f3b41215ed0 DateTime-TimeZone-0.40.tar.gz 317871 +RMD160 730e3037afbb0248b2af0fd0818430fd72341144 DateTime-TimeZone-0.40.tar.gz 317871 +SHA256 b97a747404f42dd22b93ecda7d5ac27e510526c73c462c358fec60963ce2196e DateTime-TimeZone-0.40.tar.gz 317871 diff --git a/dev-perl/DateTime-TimeZone/files/digest-DateTime-TimeZone-0.46 b/dev-perl/DateTime-TimeZone/files/digest-DateTime-TimeZone-0.46 new file mode 100644 index 000000000000..786ee9bda307 --- /dev/null +++ b/dev-perl/DateTime-TimeZone/files/digest-DateTime-TimeZone-0.46 @@ -0,0 +1,3 @@ +MD5 fe52d18c393d3e7841be0aba972e4e43 DateTime-TimeZone-0.46.tar.gz 324081 +RMD160 3d3dc4ff38a7ce051760ba5875c7e4f748444c12 DateTime-TimeZone-0.46.tar.gz 324081 +SHA256 681490977874fdc528aceeef2011c1ca60e15efe884fde3889ea6adce969b4c7 DateTime-TimeZone-0.46.tar.gz 324081 |