diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2009-02-23 10:07:46 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2009-02-23 10:07:46 +0000 |
commit | 4733e90a95b7bf71c9fdbe771d313375a691ee4a (patch) | |
tree | 1e9fbca79734aecac65cc3b10418050b1ac9025e /dev-perl/DateTime-Format-Strptime | |
parent | ebuild.minorsyn stuff. (diff) | |
download | historical-4733e90a95b7bf71c9fdbe771d313375a691ee4a.tar.gz historical-4733e90a95b7bf71c9fdbe771d313375a691ee4a.tar.bz2 historical-4733e90a95b7bf71c9fdbe771d313375a691ee4a.zip |
Version bump via perl-bump experimental tool.
Package-Manager: portage-2.2_rc23/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/DateTime-Format-Strptime')
-rw-r--r-- | dev-perl/DateTime-Format-Strptime/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/DateTime-Format-Strptime/DateTime-Format-Strptime-1.0900.ebuild | 22 |
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" |