diff options
author | Torsten Veller <tove@gentoo.org> | 2011-08-29 17:37:10 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-08-29 17:37:10 +0000 |
commit | 9888341a2f05e1837bfa03996678b003a4a7e2c1 (patch) | |
tree | e09d73358900b91558dff8f22df4a9f8843113e2 /dev-perl/MooseX-Types-DateTime-ButMaintained | |
parent | Change version scheme (diff) | |
download | gentoo-2-9888341a2f05e1837bfa03996678b003a4a7e2c1.tar.gz gentoo-2-9888341a2f05e1837bfa03996678b003a4a7e2c1.tar.bz2 gentoo-2-9888341a2f05e1837bfa03996678b003a4a7e2c1.zip |
Change version scheme
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/MooseX-Types-DateTime-ButMaintained')
-rw-r--r-- | dev-perl/MooseX-Types-DateTime-ButMaintained/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/MooseX-Types-DateTime-ButMaintained/MooseX-Types-DateTime-ButMaintained-0.110.0.ebuild | 37 |
2 files changed, 45 insertions, 2 deletions
diff --git a/dev-perl/MooseX-Types-DateTime-ButMaintained/ChangeLog b/dev-perl/MooseX-Types-DateTime-ButMaintained/ChangeLog index 68c99fd81fe7..8b64195cd58a 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.8 2009/12/24 19:45:58 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MooseX-Types-DateTime-ButMaintained/ChangeLog,v 1.9 2011/08/29 17:37:10 tove Exp $ + +*MooseX-Types-DateTime-ButMaintained-0.110.0 (29 Aug 2011) + + 29 Aug 2011; Torsten Veller <tove@gentoo.org> + +MooseX-Types-DateTime-ButMaintained-0.110.0.ebuild: + Change version scheme 24 Dec 2009; Torsten Veller <tove@gentoo.org> -MooseX-Types-DateTime-ButMaintained-0.09.ebuild: diff --git a/dev-perl/MooseX-Types-DateTime-ButMaintained/MooseX-Types-DateTime-ButMaintained-0.110.0.ebuild b/dev-perl/MooseX-Types-DateTime-ButMaintained/MooseX-Types-DateTime-ButMaintained-0.110.0.ebuild new file mode 100644 index 000000000000..bdbc9bad0135 --- /dev/null +++ b/dev-perl/MooseX-Types-DateTime-ButMaintained/MooseX-Types-DateTime-ButMaintained-0.110.0.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2011 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.110.0.ebuild,v 1.1 2011/08/29 17:37:10 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=ECARROLL +MODULE_VERSION=0.11 +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 |