summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2009-11-22 10:57:33 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2009-11-22 10:57:33 +0000
commit7222fd1cc20d446f28e310c0b4583a6ce6e11bbb (patch)
tree3a67bb78cf9f26b9b9d12e902612d314fb0ce3c0 /dev-perl/DateTime-Format-Natural
parentAdd dejavu font alternative as suggested in bug #262780. (diff)
downloadhistorical-7222fd1cc20d446f28e310c0b4583a6ce6e11bbb.tar.gz
historical-7222fd1cc20d446f28e310c0b4583a6ce6e11bbb.tar.bz2
historical-7222fd1cc20d446f28e310c0b4583a6ce6e11bbb.zip
Version bump via perl-bump experimental tool.
Package-Manager: portage-2.2_rc51/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.81.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 34d58f00c2d8..ae6b0c4eed98 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-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-Natural/ChangeLog,v 1.8 2009/11/10 10:07:01 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-Natural/ChangeLog,v 1.9 2009/11/22 10:49:14 robbat2 Exp $
+
+*DateTime-Format-Natural-0.81 (22 Nov 2009)
+
+ 22 Nov 2009; Robin H. Johnson <robbat2@gentoo.org>
+ +DateTime-Format-Natural-0.81.ebuild:
+ Version bump via perl-bump experimental tool.
*DateTime-Format-Natural-0.80 (10 Nov 2009)
diff --git a/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-0.81.ebuild b/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-0.81.ebuild
new file mode 100644
index 000000000000..39b816875c62
--- /dev/null
+++ b/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-0.81.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2009 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.81.ebuild,v 1.1 2009/11/22 10:49:14 robbat2 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