summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-05-15 07:56:28 +0000
committerTorsten Veller <tove@gentoo.org>2011-05-15 07:56:28 +0000
commitf2f9b8af15b93a4222b3d62122d795efbc9db445 (patch)
tree5cfa7143de9c4f170e6ee9122cd1894ba6267ab3 /dev-perl/DateTime-Format-Natural
parentStable on amd64 wrt bug #367189 (diff)
downloadgentoo-2-f2f9b8af15b93a4222b3d62122d795efbc9db445.tar.gz
gentoo-2-f2f9b8af15b93a4222b3d62122d795efbc9db445.tar.bz2
gentoo-2-f2f9b8af15b93a4222b3d62122d795efbc9db445.zip
[bump] dev-perl/DateTime-Format-Natural-0.950.0
(Portage version: 2.2.0_alpha33/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.950.0.ebuild30
2 files changed, 37 insertions, 1 deletions
diff --git a/dev-perl/DateTime-Format-Natural/ChangeLog b/dev-perl/DateTime-Format-Natural/ChangeLog
index ecfe81ba5cde..90b5b76361e0 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-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-Natural/ChangeLog,v 1.27 2011/04/03 05:39:50 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-Natural/ChangeLog,v 1.28 2011/05/15 07:56:28 tove Exp $
+
+*DateTime-Format-Natural-0.950.0 (15 May 2011)
+
+ 15 May 2011; Torsten Veller <tove@gentoo.org>
+ +DateTime-Format-Natural-0.950.0.ebuild:
+ Version bump
*DateTime-Format-Natural-0.940.0 (03 Apr 2011)
diff --git a/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-0.950.0.ebuild b/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-0.950.0.ebuild
new file mode 100644
index 000000000000..b86da64992a9
--- /dev/null
+++ b/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-0.950.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2011 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.950.0.ebuild,v 1.1 2011/05/15 07:56:28 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=SCHUBIGER
+MODULE_VERSION=0.95
+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/Module-Util
+ dev-perl/Test-MockTime
+ dev-perl/Test-Pod
+ dev-perl/Test-Pod-Coverage )"
+
+SRC_TEST=do