diff options
author | 2009-08-08 11:25:25 +0000 | |
---|---|---|
committer | 2009-08-08 11:25:25 +0000 | |
commit | c2fee58eee79a240814f8ca4d98a8b894499e2c0 (patch) | |
tree | 26ee5ae2be5ae54525d37fbbdece07fc91590f65 /dev-perl/DateTime-Format-Natural | |
parent | Mask diasce and motor for removal. (diff) | |
download | gentoo-2-c2fee58eee79a240814f8ca4d98a8b894499e2c0.tar.gz gentoo-2-c2fee58eee79a240814f8ca4d98a8b894499e2c0.tar.bz2 gentoo-2-c2fee58eee79a240814f8ca4d98a8b894499e2c0.zip |
Version bump
(Portage version: 2.2_rc36/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.78.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 9ef0d9b60ae1..668d58a9e161 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-Natural/ChangeLog,v 1.3 2009/06/15 08:02:41 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-Natural/ChangeLog,v 1.4 2009/08/08 11:25:25 tove Exp $ + +*DateTime-Format-Natural-0.78 (08 Aug 2009) + + 08 Aug 2009; Torsten Veller <tove@gentoo.org> + +DateTime-Format-Natural-0.78.ebuild: + Version bump *DateTime-Format-Natural-0.77 (15 Jun 2009) diff --git a/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-0.78.ebuild b/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-0.78.ebuild new file mode 100644 index 000000000000..eb21d54567f5 --- /dev/null +++ b/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-0.78.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2009 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.78.ebuild,v 1.1 2009/08/08 11:25:25 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 |