summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-12-21 18:49:01 +0000
committerTorsten Veller <tove@gentoo.org>2009-12-21 18:49:01 +0000
commitd1d100fcde517305b05caf4a7a1bcea26fa80758 (patch)
treed09646fbdd2647f673f1cd31dfdd7a4d370a4a18 /dev-perl/DateTime-Format-Natural
parentMask media-gfx/maya for removal. (diff)
downloadgentoo-2-d1d100fcde517305b05caf4a7a1bcea26fa80758.tar.gz
gentoo-2-d1d100fcde517305b05caf4a7a1bcea26fa80758.tar.bz2
gentoo-2-d1d100fcde517305b05caf4a7a1bcea26fa80758.zip
Version bump
(Portage version: 2.2_rc60/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.82.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 ae6b0c4eed98..3c49e422fb92 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.9 2009/11/22 10:49:14 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-Natural/ChangeLog,v 1.10 2009/12/21 18:49:01 tove Exp $
+
+*DateTime-Format-Natural-0.82 (21 Dec 2009)
+
+ 21 Dec 2009; Torsten Veller <tove@gentoo.org>
+ +DateTime-Format-Natural-0.82.ebuild:
+ Version bump
*DateTime-Format-Natural-0.81 (22 Nov 2009)
diff --git a/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-0.82.ebuild b/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-0.82.ebuild
new file mode 100644
index 000000000000..de47351456a2
--- /dev/null
+++ b/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-0.82.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.82.ebuild,v 1.1 2009/12/21 18:49:01 tove 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