diff options
author | Torsten Veller <tove@gentoo.org> | 2010-03-15 18:00:27 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-03-15 18:00:27 +0000 |
commit | 92f8803d6cc2a7fdc46ac4e2f26f78c27b72935c (patch) | |
tree | 5825cae90c31dc6399f7d06dedfa097cbc0787ee /dev-perl/DateTime-Format-Natural | |
parent | Version bump (diff) | |
download | gentoo-2-92f8803d6cc2a7fdc46ac4e2f26f78c27b72935c.tar.gz gentoo-2-92f8803d6cc2a7fdc46ac4e2f26f78c27b72935c.tar.bz2 gentoo-2-92f8803d6cc2a7fdc46ac4e2f26f78c27b72935c.zip |
Version bump
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/DateTime-Format-Natural')
-rw-r--r-- | dev-perl/DateTime-Format-Natural/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-0.85.ebuild | 26 |
2 files changed, 33 insertions, 1 deletions
diff --git a/dev-perl/DateTime-Format-Natural/ChangeLog b/dev-perl/DateTime-Format-Natural/ChangeLog index 64f7b4980a95..f7231d79f98a 100644 --- a/dev-perl/DateTime-Format-Natural/ChangeLog +++ b/dev-perl/DateTime-Format-Natural/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/DateTime-Format-Natural # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-Natural/ChangeLog,v 1.13 2010/02/23 15:40:14 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-Natural/ChangeLog,v 1.14 2010/03/15 18:00:27 tove Exp $ + +*DateTime-Format-Natural-0.85 (15 Mar 2010) + + 15 Mar 2010; Torsten Veller <tove@gentoo.org> + +DateTime-Format-Natural-0.85.ebuild: + Version bump *DateTime-Format-Natural-0.84 (23 Feb 2010) diff --git a/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-0.85.ebuild b/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-0.85.ebuild new file mode 100644 index 000000000000..f39c14586bca --- /dev/null +++ b/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-0.85.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-0.85.ebuild,v 1.1 2010/03/15 18:00:27 tove Exp $ + +EAPI=2 + +MODULE_AUTHOR=SCHUBIGER +inherit perl-module + +DESCRIPTION="Create machine readable date/time with natural parsing logic" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND="dev-perl/boolean + dev-perl/DateTime + dev-perl/Params-Validate + dev-perl/List-MoreUtils" +DEPEND="${RDEPEND} + virtual/perl-Module-Build + test? ( dev-perl/Test-MockTime + dev-perl/Test-Pod + dev-perl/Test-Pod-Coverage )" + +SRC_TEST=do |