diff options
author | Torsten Veller <tove@gentoo.org> | 2011-01-15 08:39:48 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-01-15 08:39:48 +0000 |
commit | 305c04e919388fdaddca6889bb3dc73fedc70de9 (patch) | |
tree | 502a58c8bd1ae6bbd7c685658671f6a3ef76f1b5 | |
parent | Import from perl-experimental for DateTime-Format-Natural (diff) | |
download | gentoo-2-305c04e919388fdaddca6889bb3dc73fedc70de9.tar.gz gentoo-2-305c04e919388fdaddca6889bb3dc73fedc70de9.tar.bz2 gentoo-2-305c04e919388fdaddca6889bb3dc73fedc70de9.zip |
Version bump
(Portage version: 2.2.0_alpha15/cvs/Linux x86_64)
-rw-r--r-- | dev-perl/DateTime-Format-Natural/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-0.920.ebuild | 30 |
2 files changed, 37 insertions, 1 deletions
diff --git a/dev-perl/DateTime-Format-Natural/ChangeLog b/dev-perl/DateTime-Format-Natural/ChangeLog index f30733b1a3ff..c2754c0327a9 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-Natural/ChangeLog,v 1.23 2011/01/14 17:58:39 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-Natural/ChangeLog,v 1.24 2011/01/15 08:39:48 tove Exp $ + +*DateTime-Format-Natural-0.920 (15 Jan 2011) + + 15 Jan 2011; Torsten Veller <tove@gentoo.org> + +DateTime-Format-Natural-0.920.ebuild: + Version bump 14 Jan 2011; Torsten Veller <tove@gentoo.org> -DateTime-Format-Natural-0.89.ebuild, -DateTime-Format-Natural-0.90.ebuild: diff --git a/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-0.920.ebuild b/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-0.920.ebuild new file mode 100644 index 000000000000..682cee201bd8 --- /dev/null +++ b/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-0.920.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2011 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.920.ebuild,v 1.1 2011/01/15 08:39:48 tove Exp $ + +EAPI=3 + +MODULE_AUTHOR=SCHUBIGER +MODULE_VERSION=0.92 +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/Date-Calc + virtual/perl-Getopt-Long + dev-perl/Params-Validate + dev-perl/List-MoreUtils" +DEPEND="${RDEPEND} + virtual/perl-Module-Build + test? ( dev-perl/Module-Util + dev-perl/Test-MockTime + dev-perl/Test-Pod + dev-perl/Test-Pod-Coverage )" + +SRC_TEST=do |