diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2009-11-10 10:18:36 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2009-11-10 10:18:36 +0000 |
commit | 8acc5b81aba5807fc33c704fad202137b5a44397 (patch) | |
tree | b7f8c68d0437c457079b0ae3cb93ade794257b1a /dev-perl/MooseX-Types-DateTime-ButMaintained | |
parent | Version bump via perl-bump experimental tool. (diff) | |
download | gentoo-2-8acc5b81aba5807fc33c704fad202137b5a44397.tar.gz gentoo-2-8acc5b81aba5807fc33c704fad202137b5a44397.tar.bz2 gentoo-2-8acc5b81aba5807fc33c704fad202137b5a44397.zip |
Version bump via perl-bump experimental tool.
(Portage version: 2.2_rc49/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/MooseX-Types-DateTime-ButMaintained')
-rw-r--r-- | dev-perl/MooseX-Types-DateTime-ButMaintained/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/MooseX-Types-DateTime-ButMaintained/MooseX-Types-DateTime-ButMaintained-0.11.ebuild | 34 |
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 0f753bebca12..f244b439ce41 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.6 2009/09/07 08:46:32 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MooseX-Types-DateTime-ButMaintained/ChangeLog,v 1.7 2009/11/10 10:18:36 robbat2 Exp $ + +*MooseX-Types-DateTime-ButMaintained-0.11 (10 Nov 2009) + + 10 Nov 2009; Robin H. Johnson <robbat2@gentoo.org> + +MooseX-Types-DateTime-ButMaintained-0.11.ebuild: + Version bump via perl-bump experimental tool. 07 Sep 2009; Torsten Veller <tove@gentoo.org> -MooseX-Types-DateTime-ButMaintained-0.06.ebuild, diff --git a/dev-perl/MooseX-Types-DateTime-ButMaintained/MooseX-Types-DateTime-ButMaintained-0.11.ebuild b/dev-perl/MooseX-Types-DateTime-ButMaintained/MooseX-Types-DateTime-ButMaintained-0.11.ebuild new file mode 100644 index 000000000000..da1a5d51dd3d --- /dev/null +++ b/dev-perl/MooseX-Types-DateTime-ButMaintained/MooseX-Types-DateTime-ButMaintained-0.11.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.11.ebuild,v 1.1 2009/11/10 10:18:36 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 |