diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-08-27 16:04:29 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-08-27 16:04:29 +0000 |
commit | 3d7f4cd5028736a4aeae9c99c245ee45485e3b28 (patch) | |
tree | 8993f1806a327714fb90dc71ce37ed23353b5aae /dev-perl/DateTime-TimeZone | |
parent | Version bump. (diff) | |
download | gentoo-2-3d7f4cd5028736a4aeae9c99c245ee45485e3b28.tar.gz gentoo-2-3d7f4cd5028736a4aeae9c99c245ee45485e3b28.tar.bz2 gentoo-2-3d7f4cd5028736a4aeae9c99c245ee45485e3b28.zip |
Version bump
(Portage version: 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 |