diff options
author | Torsten Veller <tove@gentoo.org> | 2010-04-07 06:54:37 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-04-07 06:54:37 +0000 |
commit | e542351c95c7120c3277712f5ef7522fe8e0e95b (patch) | |
tree | 14b0e42df49680bc03aca49f742b0a2dac5a2395 /dev-perl/DateTime-TimeZone | |
parent | Version bump: Updated to tzdata version 2010h. (diff) | |
download | historical-e542351c95c7120c3277712f5ef7522fe8e0e95b.tar.gz historical-e542351c95c7120c3277712f5ef7522fe8e0e95b.tar.bz2 historical-e542351c95c7120c3277712f5ef7522fe8e0e95b.zip |
Version bump
Package-Manager: portage-2.2_rc67/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.16.ebuild | 25 |
2 files changed, 32 insertions, 1 deletions
diff --git a/dev-perl/DateTime-TimeZone/ChangeLog b/dev-perl/DateTime-TimeZone/ChangeLog index f94fe7218b01..4bea1496b371 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-TimeZone/ChangeLog,v 1.132 2010/03/29 17:59:01 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-TimeZone/ChangeLog,v 1.133 2010/04/07 06:28:52 tove Exp $ + +*DateTime-TimeZone-1.16 (07 Apr 2010) + + 07 Apr 2010; Torsten Veller <tove@gentoo.org> + +DateTime-TimeZone-1.16.ebuild: + Version bump *DateTime-TimeZone-1.15 (29 Mar 2010) diff --git a/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.16.ebuild b/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.16.ebuild new file mode 100644 index 000000000000..15f1304389e4 --- /dev/null +++ b/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.16.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2010 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.16.ebuild,v 1.1 2010/04/07 06:28:52 tove Exp $ + +EAPI=2 + +inherit versionator +MY_P=${PN}-$(delete_version_separator 2) +MODULE_AUTHOR=DROLSKY +S=${WORKDIR}/${MY_P} +inherit perl-module + +DESCRIPTION="Time zone object base class and factory" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +IUSE="test" + +RDEPEND=">=dev-perl/Params-Validate-0.72 + >=dev-perl/Class-Singleton-1.03" +DEPEND="${RDEPEND} + >=virtual/perl-Module-Build-0.34 + test? ( >=virtual/perl-Test-Simple-0.92 )" + +SRC_TEST="do" |