summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2012-11-13 19:36:44 +0000
committerTorsten Veller <tove@gentoo.org>2012-11-13 19:36:44 +0000
commit6c47420d4df095513630c79ae8d977d0f1bcff06 (patch)
tree57bcd1eaaee113d9082f3b7e406f67f3001af394 /dev-perl/DateTime-TimeZone
parentMarked -hppa (bug #443012). (diff)
downloadgentoo-2-6c47420d4df095513630c79ae8d977d0f1bcff06.tar.gz
gentoo-2-6c47420d4df095513630c79ae8d977d0f1bcff06.tar.bz2
gentoo-2-6c47420d4df095513630c79ae8d977d0f1bcff06.zip
[bump] dev-perl/DateTime-TimeZone-1.540.0
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 0x5772769F4E046AEC)
Diffstat (limited to 'dev-perl/DateTime-TimeZone')
-rw-r--r--dev-perl/DateTime-TimeZone/ChangeLog8
-rw-r--r--dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.540.0.ebuild29
2 files changed, 36 insertions, 1 deletions
diff --git a/dev-perl/DateTime-TimeZone/ChangeLog b/dev-perl/DateTime-TimeZone/ChangeLog
index f992b350c062..78c2da171ca3 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-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-TimeZone/ChangeLog,v 1.199 2012/11/04 15:40:13 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-TimeZone/ChangeLog,v 1.200 2012/11/13 19:36:44 tove Exp $
+
+*DateTime-TimeZone-1.540.0 (13 Nov 2012)
+
+ 13 Nov 2012; Torsten Veller <tove@gentoo.org>
+ +DateTime-TimeZone-1.540.0.ebuild:
+ Version bump
*DateTime-TimeZone-1.530.0 (04 Nov 2012)
diff --git a/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.540.0.ebuild b/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.540.0.ebuild
new file mode 100644
index 000000000000..527efbbafe36
--- /dev/null
+++ b/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.540.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2012 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.540.0.ebuild,v 1.1 2012/11/13 19:36:44 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=DROLSKY
+MODULE_VERSION=1.54
+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 ~ppc-aix ~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.720.0
+ >=dev-perl/Class-Singleton-1.30.0
+"
+DEPEND="${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.310.0
+ test? (
+ >=virtual/perl-Test-Simple-0.920.0
+ )
+"
+
+SRC_TEST="do"