summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-10-05 17:22:28 +0000
committerTorsten Veller <tove@gentoo.org>2010-10-05 17:22:28 +0000
commit6564835f0db6bc74991b4bc4ce42e49e3d146f81 (patch)
treeabc746d1bf2c6b4e15b574df4213eaa0c48bb150 /dev-perl
parentFix building with recent glibc wrt #339846 by Diego E. Pettenò. (diff)
downloadgentoo-2-6564835f0db6bc74991b4bc4ce42e49e3d146f81.tar.gz
gentoo-2-6564835f0db6bc74991b4bc4ce42e49e3d146f81.tar.bz2
gentoo-2-6564835f0db6bc74991b4bc4ce42e49e3d146f81.zip
Version bump
(Portage version: 2.2_rc88/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/DateTime-Format-Natural/ChangeLog8
-rw-r--r--dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-0.90.ebuild28
2 files changed, 35 insertions, 1 deletions
diff --git a/dev-perl/DateTime-Format-Natural/ChangeLog b/dev-perl/DateTime-Format-Natural/ChangeLog
index af8a0d008c4e..bc8fa52840ff 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.20 2010/08/15 17:44:59 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-Natural/ChangeLog,v 1.21 2010/10/05 17:22:28 tove Exp $
+
+*DateTime-Format-Natural-0.90 (05 Oct 2010)
+
+ 05 Oct 2010; Torsten Veller <tove@gentoo.org>
+ +DateTime-Format-Natural-0.90.ebuild:
+ Version bump
15 Aug 2010; Torsten Veller <tove@gentoo.org>
-DateTime-Format-Natural-0.85.ebuild,
diff --git a/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-0.90.ebuild b/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-0.90.ebuild
new file mode 100644
index 000000000000..cc4bd7291b8f
--- /dev/null
+++ b/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-0.90.ebuild
@@ -0,0 +1,28 @@
+# 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.90.ebuild,v 1.1 2010/10/05 17:22:28 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
+ virtual/perl-Getopt-Long
+ 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