summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-08-09 13:20:05 +0000
committerTorsten Veller <tove@gentoo.org>2010-08-09 13:20:05 +0000
commitfab021609c802c812ff1403fb818cef3b0835026 (patch)
treea14d76379679d49353a7aaa9f1c2689adcd0da4d /dev-perl/DateTime-Format-Natural
parentVersion bump (diff)
downloadgentoo-2-fab021609c802c812ff1403fb818cef3b0835026.tar.gz
gentoo-2-fab021609c802c812ff1403fb818cef3b0835026.tar.bz2
gentoo-2-fab021609c802c812ff1403fb818cef3b0835026.zip
Version bump
(Portage version: 2.2_rc67_p333/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.89.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 0df5b6c7c0eb..38ff2043e943 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.18 2010/06/22 15:21:26 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-Natural/ChangeLog,v 1.19 2010/08/09 13:20:05 tove Exp $
+
+*DateTime-Format-Natural-0.89 (09 Aug 2010)
+
+ 09 Aug 2010; Torsten Veller <tove@gentoo.org>
+ +DateTime-Format-Natural-0.89.ebuild:
+ Version bump
*DateTime-Format-Natural-0.88 (22 Jun 2010)
diff --git a/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-0.89.ebuild b/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-0.89.ebuild
new file mode 100644
index 000000000000..a66ecab9857d
--- /dev/null
+++ b/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-0.89.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.89.ebuild,v 1.1 2010/08/09 13:20:05 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