summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2012-10-18 18:04:41 +0000
committerTorsten Veller <tove@gentoo.org>2012-10-18 18:04:41 +0000
commit1edcf76062fda1f5b3399fbf1cfcb2fc591de7f7 (patch)
tree561ec83195318a7e37ba6f8f099063dea120a499 /dev-perl
parentsci-biology/shrimp: Do not install elf in usr/share, #438652 (diff)
downloadgentoo-2-1edcf76062fda1f5b3399fbf1cfcb2fc591de7f7.tar.gz
gentoo-2-1edcf76062fda1f5b3399fbf1cfcb2fc591de7f7.tar.bz2
gentoo-2-1edcf76062fda1f5b3399fbf1cfcb2fc591de7f7.zip
[bump] dev-perl/DateTime-TimeZone-1.510.0
(Portage version: 2.2.0_alpha140/cvs/Linux x86_64, signed Manifest commit with key 0x5772769F4E046AEC)
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/DateTime-TimeZone/ChangeLog8
-rw-r--r--dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.510.0.ebuild29
2 files changed, 36 insertions, 1 deletions
diff --git a/dev-perl/DateTime-TimeZone/ChangeLog b/dev-perl/DateTime-TimeZone/ChangeLog
index 2c092c31b805..e55901b4eb5f 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.197 2012/09/24 17:53:43 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-TimeZone/ChangeLog,v 1.198 2012/10/18 18:04:41 tove Exp $
+
+*DateTime-TimeZone-1.510.0 (18 Oct 2012)
+
+ 18 Oct 2012; Torsten Veller <tove@gentoo.org>
+ +DateTime-TimeZone-1.510.0.ebuild:
+ Version bump
*DateTime-TimeZone-1.500.0 (24 Sep 2012)
diff --git a/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.510.0.ebuild b/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.510.0.ebuild
new file mode 100644
index 000000000000..fa9f3921b5df
--- /dev/null
+++ b/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.510.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.510.0.ebuild,v 1.1 2012/10/18 18:04:41 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=DROLSKY
+MODULE_VERSION=1.51
+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"