summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-04-22 05:56:48 +0000
committerTorsten Veller <tove@gentoo.org>2010-04-22 05:56:48 +0000
commit5ccb6b83456b495593a96a10b124cc5565d7eeaf (patch)
tree15d98dc026ba4259774f15b22fbb17b12269da6d /dev-perl/DateTime-Format-Natural
parentVersion bump (diff)
downloadgentoo-2-5ccb6b83456b495593a96a10b124cc5565d7eeaf.tar.gz
gentoo-2-5ccb6b83456b495593a96a10b124cc5565d7eeaf.tar.bz2
gentoo-2-5ccb6b83456b495593a96a10b124cc5565d7eeaf.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/ChangeLog8
-rw-r--r--dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-0.86.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 b126c29ecad0..05c1b6cfd5cf 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.15 2010/04/09 08:04:00 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-Natural/ChangeLog,v 1.16 2010/04/22 05:56:48 tove Exp $
+
+*DateTime-Format-Natural-0.86 (22 Apr 2010)
+
+ 22 Apr 2010; Torsten Veller <tove@gentoo.org>
+ +DateTime-Format-Natural-0.86.ebuild:
+ Version bump
09 Apr 2010; Torsten Veller <tove@gentoo.org>
-DateTime-Format-Natural-0.81.ebuild,
diff --git a/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-0.86.ebuild b/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-0.86.ebuild
new file mode 100644
index 000000000000..374c6523bf41
--- /dev/null
+++ b/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-0.86.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.86.ebuild,v 1.1 2010/04/22 05:56:48 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