diff options
author | Torsten Veller <tove@gentoo.org> | 2011-11-13 20:08:07 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-11-13 20:08:07 +0000 |
commit | 646e435120dc2d830a665d1d5a37ee86023a3e6d (patch) | |
tree | 41bc3d9f9eb80f461655e2c16eece561b55ca922 /dev-perl | |
parent | Version bump and remove old. (diff) | |
download | historical-646e435120dc2d830a665d1d5a37ee86023a3e6d.tar.gz historical-646e435120dc2d830a665d1d5a37ee86023a3e6d.tar.bz2 historical-646e435120dc2d830a665d1d5a37ee86023a3e6d.zip |
[bump] dev-perl/DateTime-TimeZone-1.420.0
Package-Manager: portage-2.2.0_alpha74/cvs/Linux x86_64
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/DateTime-TimeZone/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.420.0.ebuild | 24 |
2 files changed, 31 insertions, 1 deletions
diff --git a/dev-perl/DateTime-TimeZone/ChangeLog b/dev-perl/DateTime-TimeZone/ChangeLog index 4f057865c571..c548e42611ce 100644 --- a/dev-perl/DateTime-TimeZone/ChangeLog +++ b/dev-perl/DateTime-TimeZone/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/DateTime-TimeZone # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-TimeZone/ChangeLog,v 1.178 2011/10/30 10:22:04 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-TimeZone/ChangeLog,v 1.179 2011/11/13 20:08:07 tove Exp $ + +*DateTime-TimeZone-1.420.0 (13 Nov 2011) + + 13 Nov 2011; Torsten Veller <tove@gentoo.org> + +DateTime-TimeZone-1.420.0.ebuild: + Version bump *DateTime-TimeZone-1.410.0 (30 Oct 2011) diff --git a/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.420.0.ebuild b/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.420.0.ebuild new file mode 100644 index 000000000000..ace9aba98746 --- /dev/null +++ b/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.420.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.420.0.ebuild,v 1.1 2011/11/13 20:08:07 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=DROLSKY +MODULE_VERSION=1.42 +inherit perl-module + +DESCRIPTION="Time zone object base class and factory" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +IUSE="test" + +RDEPEND="dev-perl/Class-Load + >=dev-perl/Params-Validate-0.72 + >=dev-perl/Class-Singleton-1.03" +DEPEND="${RDEPEND} + >=virtual/perl-ExtUtils-MakeMaker-6.31 + test? ( >=virtual/perl-Test-Simple-0.92 )" + +SRC_TEST="do" |