summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2009-02-23 10:02:47 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2009-02-23 10:02:47 +0000
commit7e902be497c46b7a65666f0b5d56577ada1bb449 (patch)
treec770276b0318f13b58e6e7a0f0b65bb64054d024 /dev-perl/DateTime-Format-Strptime
parentebuild.minorsyn stuff. (diff)
downloadgentoo-2-7e902be497c46b7a65666f0b5d56577ada1bb449.tar.gz
gentoo-2-7e902be497c46b7a65666f0b5d56577ada1bb449.tar.bz2
gentoo-2-7e902be497c46b7a65666f0b5d56577ada1bb449.zip
Version bump via perl-bump experimental tool.
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/DateTime-Format-Strptime')
-rw-r--r--dev-perl/DateTime-Format-Strptime/ChangeLog10
-rw-r--r--dev-perl/DateTime-Format-Strptime/DateTime-Format-Strptime-1.0900.ebuild22
2 files changed, 30 insertions, 2 deletions
diff --git a/dev-perl/DateTime-Format-Strptime/ChangeLog b/dev-perl/DateTime-Format-Strptime/ChangeLog
index f2476a1b0269..24370fe3ad90 100644
--- a/dev-perl/DateTime-Format-Strptime/ChangeLog
+++ b/dev-perl/DateTime-Format-Strptime/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/DateTime-Format-Strptime
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-Strptime/ChangeLog,v 1.1 2008/12/09 08:53:37 robbat2 Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-Strptime/ChangeLog,v 1.2 2009/02/23 10:02:47 robbat2 Exp $
+
+*DateTime-Format-Strptime-1.0900 (23 Feb 2009)
+
+ 23 Feb 2009; Robin H. Johnson <robbat2@gentoo.org>
+ +DateTime-Format-Strptime-1.0900.ebuild:
+ Version bump via perl-bump experimental tool.
*DateTime-Format-Strptime-1.0800 (09 Dec 2008)
diff --git a/dev-perl/DateTime-Format-Strptime/DateTime-Format-Strptime-1.0900.ebuild b/dev-perl/DateTime-Format-Strptime/DateTime-Format-Strptime-1.0900.ebuild
new file mode 100644
index 000000000000..4de15afc7525
--- /dev/null
+++ b/dev-perl/DateTime-Format-Strptime/DateTime-Format-Strptime-1.0900.ebuild
@@ -0,0 +1,22 @@
+# 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-Strptime/DateTime-Format-Strptime-1.0900.ebuild,v 1.1 2009/02/23 10:02:47 robbat2 Exp $
+
+MODULE_AUTHOR="RICKM"
+MODULE_A="${P}.tgz"
+
+inherit perl-module
+
+DESCRIPTION="Parse and Format DateTimes using Strptime"
+
+IUSE=""
+
+SLOT="0"
+LICENSE="|| ( Artistic GPL-2 )"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="dev-perl/DateTime
+ dev-perl/DateTime-Locale
+ dev-perl/DateTime-TimeZone
+ >=dev-perl/Params-Validate-0.91
+ dev-lang/perl"