summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-06-22 15:21:26 +0000
committerTorsten Veller <tove@gentoo.org>2010-06-22 15:21:26 +0000
commit5e7e9035edef4df9c7307e8bba805d83eb4680cb (patch)
treec40f46d3d4c78e10e2de918a48e00164ef960217 /dev-perl/DateTime-Format-Natural
parentMarked ~hppa (bug #323039). (diff)
downloadhistorical-5e7e9035edef4df9c7307e8bba805d83eb4680cb.tar.gz
historical-5e7e9035edef4df9c7307e8bba805d83eb4680cb.tar.bz2
historical-5e7e9035edef4df9c7307e8bba805d83eb4680cb.zip
Version bump
Package-Manager: portage-2.2_rc67_p177/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.88.ebuild27
2 files changed, 34 insertions, 1 deletions
diff --git a/dev-perl/DateTime-Format-Natural/ChangeLog b/dev-perl/DateTime-Format-Natural/ChangeLog
index 4df9aabf67ff..0df5b6c7c0eb 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.17 2010/05/31 08:23:58 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-Natural/ChangeLog,v 1.18 2010/06/22 15:21:26 tove Exp $
+
+*DateTime-Format-Natural-0.88 (22 Jun 2010)
+
+ 22 Jun 2010; Torsten Veller <tove@gentoo.org>
+ +DateTime-Format-Natural-0.88.ebuild:
+ Version bump
*DateTime-Format-Natural-0.87 (31 May 2010)
diff --git a/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-0.88.ebuild b/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-0.88.ebuild
new file mode 100644
index 000000000000..9ea3dfa2022d
--- /dev/null
+++ b/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-0.88.ebuild
@@ -0,0 +1,27 @@
+# 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.88.ebuild,v 1.1 2010/06/22 15:21:26 tove Exp $
+
+EAPI=3
+
+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/Date-Calc
+ 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