[bump] dev-perl/DateTime-TimeZone-1.400.0
authorTorsten Veller <tove@gentoo.org>
Thu, 20 Oct 2011 19:34:46 +0000 (19:34 +0000)
committerTorsten Veller <tove@gentoo.org>
Thu, 20 Oct 2011 19:34:46 +0000 (19:34 +0000)
Package-Manager: portage-2.2.0_alpha69/cvs/Linux x86_64

dev-perl/DateTime-TimeZone/ChangeLog
dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.400.0.ebuild [new file with mode: 0644]

index 576e9cb75a9311450ca68ef535bf1efa63292acc..fff6cbe0efa14fc4aba4ebffbf80b8498fad841e 100644 (file)
@@ -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.176 2011/09/27 15:55:21 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-TimeZone/ChangeLog,v 1.177 2011/10/20 19:34:46 tove Exp $
+
+*DateTime-TimeZone-1.400.0 (20 Oct 2011)
+
+  20 Oct 2011; Torsten Veller <tove@gentoo.org>
+  +DateTime-TimeZone-1.400.0.ebuild:
+  Version bump
 
 *DateTime-TimeZone-1.390.0 (27 Sep 2011)
 
diff --git a/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.400.0.ebuild b/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.400.0.ebuild
new file mode 100644 (file)
index 0000000..a73a9e2
--- /dev/null
@@ -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.400.0.ebuild,v 1.1 2011/10/20 19:34:46 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=DROLSKY
+MODULE_VERSION=1.40
+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"