diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-08-27 16:19:01 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-08-27 16:19:01 +0000 |
commit | 6c30379c49021758efe970e22cf83b2a0cee32de (patch) | |
tree | 84d69d7d0aaa4c59dd01b459c86078a05dab34ee /dev-perl/DateTime-TimeZone | |
parent | Stable on amd64 and x86 for vmware-workstation. (diff) | |
download | historical-6c30379c49021758efe970e22cf83b2a0cee32de.tar.gz historical-6c30379c49021758efe970e22cf83b2a0cee32de.tar.bz2 historical-6c30379c49021758efe970e22cf83b2a0cee32de.zip |
Version bump
Package-Manager: portage-2.1.1_pre3-r1
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.47.ebuild | 23 | ||||
-rw-r--r-- | dev-perl/DateTime-TimeZone/files/digest-DateTime-TimeZone-0.47 | 3 |
3 files changed, 33 insertions, 1 deletions
diff --git a/dev-perl/DateTime-TimeZone/ChangeLog b/dev-perl/DateTime-TimeZone/ChangeLog index 9e7f7e443b8c..6b8f7cc04ff5 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-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-TimeZone/ChangeLog,v 1.33 2006/08/07 17:24:51 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-TimeZone/ChangeLog,v 1.34 2006/08/27 16:04:29 mcummings Exp $ + +*DateTime-TimeZone-0.47 (27 Aug 2006) + + 27 Aug 2006; Michael Cummings <mcummings@gentoo.org> + +DateTime-TimeZone-0.47.ebuild: + Version bump 07 Aug 2006; Michael Cummings <mcummings@gentoo.org> DateTime-TimeZone-0.46.ebuild: diff --git a/dev-perl/DateTime-TimeZone/DateTime-TimeZone-0.47.ebuild b/dev-perl/DateTime-TimeZone/DateTime-TimeZone-0.47.ebuild new file mode 100644 index 000000000000..eba576b478d6 --- /dev/null +++ b/dev-perl/DateTime-TimeZone/DateTime-TimeZone-0.47.ebuild @@ -0,0 +1,23 @@ +# 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.47.ebuild,v 1.1 2006/08/27 16:04:29 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-0.28 + >=dev-perl/Params-Validate-0.72 + >=dev-perl/Class-Singleton-1.03 + dev-lang/perl" +RDEPEND="${DEPEND}" + + diff --git a/dev-perl/DateTime-TimeZone/files/digest-DateTime-TimeZone-0.47 b/dev-perl/DateTime-TimeZone/files/digest-DateTime-TimeZone-0.47 new file mode 100644 index 000000000000..6097f54d26fa --- /dev/null +++ b/dev-perl/DateTime-TimeZone/files/digest-DateTime-TimeZone-0.47 @@ -0,0 +1,3 @@ +MD5 963f0c1e85155d935618f99ce536c9cc DateTime-TimeZone-0.47.tar.gz 310585 +RMD160 8b032147fc2c4e62f48eeb906010d228a26e4194 DateTime-TimeZone-0.47.tar.gz 310585 +SHA256 81d63668f4ac769b3bc79d5be82866a02f2c6e37e0861f02c654665ac6a10205 DateTime-TimeZone-0.47.tar.gz 310585 |