summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-06-15 08:02:41 +0000
committerTorsten Veller <tove@gentoo.org>2009-06-15 08:02:41 +0000
commitf054f72584575d37c12ee131a9fa9b0c02f8e7cc (patch)
tree2eda80af3cc97a45747dead3020288c45134d0bb /dev-perl/DateTime-Format-Natural
parentRemove old version which has still built_with_use (diff)
downloadgentoo-2-f054f72584575d37c12ee131a9fa9b0c02f8e7cc.tar.gz
gentoo-2-f054f72584575d37c12ee131a9fa9b0c02f8e7cc.tar.bz2
gentoo-2-f054f72584575d37c12ee131a9fa9b0c02f8e7cc.zip
Version bump
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'dev-perl/DateTime-Format-Natural')
-rw-r--r--dev-perl/DateTime-Format-Natural/ChangeLog8
-rw-r--r--dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-0.77.ebuild26
2 files changed, 33 insertions, 1 deletions
diff --git a/dev-perl/DateTime-Format-Natural/ChangeLog b/dev-perl/DateTime-Format-Natural/ChangeLog
index eb5eca476a4b..9ef0d9b60ae1 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.2 2009/06/10 12:56:07 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-Natural/ChangeLog,v 1.3 2009/06/15 08:02:41 tove Exp $
+
+*DateTime-Format-Natural-0.77 (15 Jun 2009)
+
+ 15 Jun 2009; Torsten Veller <tove@gentoo.org>
+ +DateTime-Format-Natural-0.77.ebuild:
+ Version bump
10 Jun 2009; Torsten Veller <tove@gentoo.org>
DateTime-Format-Natural-0.76.ebuild:
diff --git a/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-0.77.ebuild b/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-0.77.ebuild
new file mode 100644
index 000000000000..a1835bbca8fe
--- /dev/null
+++ b/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-0.77.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.77.ebuild,v 1.1 2009/06/15 08:02:41 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