summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2009-08-25 19:05:14 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2009-08-25 19:05:14 +0000
commite39f8dfe310598cf512c616e18c0736876f1ba4c (patch)
treeab5ddad6ca95122e6295a89b80d355b421fea4aa /dev-perl/MooseX-Types-DateTime-ButMaintained
parentVersion bump via perl-bump experimental tool. (diff)
downloadgentoo-2-e39f8dfe310598cf512c616e18c0736876f1ba4c.tar.gz
gentoo-2-e39f8dfe310598cf512c616e18c0736876f1ba4c.tar.bz2
gentoo-2-e39f8dfe310598cf512c616e18c0736876f1ba4c.zip
Version bump via perl-bump experimental tool.
(Portage version: 2.2_rc38/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/MooseX-Types-DateTime-ButMaintained')
-rw-r--r--dev-perl/MooseX-Types-DateTime-ButMaintained/ChangeLog8
-rw-r--r--dev-perl/MooseX-Types-DateTime-ButMaintained/MooseX-Types-DateTime-ButMaintained-0.09.ebuild34
2 files changed, 41 insertions, 1 deletions
diff --git a/dev-perl/MooseX-Types-DateTime-ButMaintained/ChangeLog b/dev-perl/MooseX-Types-DateTime-ButMaintained/ChangeLog
index cdaf5ed3cf87..271189d88408 100644
--- a/dev-perl/MooseX-Types-DateTime-ButMaintained/ChangeLog
+++ b/dev-perl/MooseX-Types-DateTime-ButMaintained/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/MooseX-Types-DateTime-ButMaintained
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/MooseX-Types-DateTime-ButMaintained/ChangeLog,v 1.4 2009/07/17 06:36:36 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/MooseX-Types-DateTime-ButMaintained/ChangeLog,v 1.5 2009/08/25 19:05:14 robbat2 Exp $
+
+*MooseX-Types-DateTime-ButMaintained-0.09 (25 Aug 2009)
+
+ 25 Aug 2009; Robin H. Johnson <robbat2@gentoo.org>
+ +MooseX-Types-DateTime-ButMaintained-0.09.ebuild:
+ Version bump via perl-bump experimental tool.
*MooseX-Types-DateTime-ButMaintained-0.08 (17 Jul 2009)
diff --git a/dev-perl/MooseX-Types-DateTime-ButMaintained/MooseX-Types-DateTime-ButMaintained-0.09.ebuild b/dev-perl/MooseX-Types-DateTime-ButMaintained/MooseX-Types-DateTime-ButMaintained-0.09.ebuild
new file mode 100644
index 000000000000..81907fb3da52
--- /dev/null
+++ b/dev-perl/MooseX-Types-DateTime-ButMaintained/MooseX-Types-DateTime-ButMaintained-0.09.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/MooseX-Types-DateTime-ButMaintained/MooseX-Types-DateTime-ButMaintained-0.09.ebuild,v 1.1 2009/08/25 19:05:14 robbat2 Exp $
+
+EAPI=2
+
+MODULE_AUTHOR=ECARROLL
+inherit perl-module
+
+DESCRIPTION="DateTime related constraints and coercions for Moose"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+ >=dev-perl/DateTime-0.43.02
+ >=dev-perl/DateTime-Format-DateParse-0.04
+ >=dev-perl/DateTime-Format-Flexible-0.05
+ >=dev-perl/DateTime-Format-Natural-0.71
+ >=dev-perl/DateTime-Locale-0.40.01
+ >=dev-perl/DateTime-TimeZone-0.77.01
+ >=dev-perl/DateTimeX-Easy-0.082
+ >=dev-perl/Moose-0.41
+ >=dev-perl/MooseX-Types-0.04
+ >=dev-perl/namespace-clean-0.08
+ dev-perl/Olson-Abbreviations
+"
+DEPEND="${RDEPEND}
+ test? ( >=dev-perl/Test-Exception-0.27
+ >=dev-perl/Test-use-ok-0.02
+ >=dev-perl/Time-Duration-Parse-0.06 )"
+
+SRC_TEST=do