summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2009-11-10 10:18:52 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2009-11-10 10:18:52 +0000
commitded1cbc2c1a6c2dea61388af5a2a162c9ebf5750 (patch)
treef58b161f65a60baf7af373e047eae96ae56177be /dev-perl/DateTime-Format-W3CDTF
parentDrop the old versions that had issues known to me, and are not dependancies f... (diff)
downloadhistorical-ded1cbc2c1a6c2dea61388af5a2a162c9ebf5750.tar.gz
historical-ded1cbc2c1a6c2dea61388af5a2a162c9ebf5750.tar.bz2
historical-ded1cbc2c1a6c2dea61388af5a2a162c9ebf5750.zip
Version bump via perl-bump experimental tool.
Package-Manager: portage-2.2_rc49/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/DateTime-Format-W3CDTF')
-rw-r--r--dev-perl/DateTime-Format-W3CDTF/ChangeLog10
-rw-r--r--dev-perl/DateTime-Format-W3CDTF/DateTime-Format-W3CDTF-0.05.ebuild18
2 files changed, 26 insertions, 2 deletions
diff --git a/dev-perl/DateTime-Format-W3CDTF/ChangeLog b/dev-perl/DateTime-Format-W3CDTF/ChangeLog
index 694b960071b9..b974c58fe16a 100644
--- a/dev-perl/DateTime-Format-W3CDTF/ChangeLog
+++ b/dev-perl/DateTime-Format-W3CDTF/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/DateTime-Format-W3CDTF
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-W3CDTF/ChangeLog,v 1.11 2007/05/05 17:27:58 dertobi123 Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-W3CDTF/ChangeLog,v 1.12 2009/11/10 10:04:23 robbat2 Exp $
+
+*DateTime-Format-W3CDTF-0.05 (10 Nov 2009)
+
+ 10 Nov 2009; Robin H. Johnson <robbat2@gentoo.org>
+ +DateTime-Format-W3CDTF-0.05.ebuild:
+ Version bump via perl-bump experimental tool.
05 May 2007; Tobias Scherbaum <dertobi123@gentoo.org>
DateTime-Format-W3CDTF-0.04.ebuild:
diff --git a/dev-perl/DateTime-Format-W3CDTF/DateTime-Format-W3CDTF-0.05.ebuild b/dev-perl/DateTime-Format-W3CDTF/DateTime-Format-W3CDTF-0.05.ebuild
new file mode 100644
index 000000000000..84a812b51c95
--- /dev/null
+++ b/dev-perl/DateTime-Format-W3CDTF/DateTime-Format-W3CDTF-0.05.ebuild
@@ -0,0 +1,18 @@
+# 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-W3CDTF/DateTime-Format-W3CDTF-0.05.ebuild,v 1.1 2009/11/10 10:04:23 robbat2 Exp $
+
+MODULE_AUTHOR=DROLSKY
+inherit perl-module
+
+DESCRIPTION="Parse and format W3CDTF datetime strings"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+SRC_TEST="do"
+
+DEPEND="dev-perl/DateTime
+ dev-lang/perl"