diff options
author | Torsten Veller <tove@gentoo.org> | 2011-07-06 13:35:51 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-07-06 13:35:51 +0000 |
commit | eb4e50f357ace0fa59139400d587eab09964aae3 (patch) | |
tree | 262872fe5fddc40472d4d8791c350fe90242aa7e /dev-perl/DateTime-TimeZone | |
parent | [bump] dev-perl/Config-Any-0.220.0 (diff) | |
download | gentoo-2-eb4e50f357ace0fa59139400d587eab09964aae3.tar.gz gentoo-2-eb4e50f357ace0fa59139400d587eab09964aae3.tar.bz2 gentoo-2-eb4e50f357ace0fa59139400d587eab09964aae3.zip |
[bump] dev-perl/DateTime-TimeZone-1.350.0
(Portage version: 2.2.0_alpha43/cvs/Linux x86_64)
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-1.350.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 77de32c78f37..24cab3a53da8 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.168 2011/05/29 18:40:55 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-TimeZone/ChangeLog,v 1.169 2011/07/06 13:35:51 tove Exp $ + +*DateTime-TimeZone-1.350.0 (06 Jul 2011) + + 06 Jul 2011; Torsten Veller <tove@gentoo.org> + +DateTime-TimeZone-1.350.0.ebuild: + Version bump 29 May 2011; Fabian Groffen <grobian@gentoo.org> DateTime-TimeZone-1.340.0.ebuild: diff --git a/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.350.0.ebuild b/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.350.0.ebuild new file mode 100644 index 000000000000..2f1d255573c4 --- /dev/null +++ b/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.350.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.350.0.ebuild,v 1.1 2011/07/06 13:35:51 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=DROLSKY +MODULE_VERSION=1.35 +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-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" |