summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-07-01 05:12:04 +0000
committerTorsten Veller <tove@gentoo.org>2009-07-01 05:12:04 +0000
commit11988ff4f134f4fa52f408c4c6a8d1227092636b (patch)
tree86788b9f0cb6b857f598ca43e3013baa97e2ad33 /dev-perl/DateTime-Locale
parentVersion bump (diff)
downloadgentoo-2-11988ff4f134f4fa52f408c4c6a8d1227092636b.tar.gz
gentoo-2-11988ff4f134f4fa52f408c4c6a8d1227092636b.tar.bz2
gentoo-2-11988ff4f134f4fa52f408c4c6a8d1227092636b.zip
Version bump
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/DateTime-Locale')
-rw-r--r--dev-perl/DateTime-Locale/ChangeLog10
-rw-r--r--dev-perl/DateTime-Locale/DateTime-Locale-0.43.ebuild25
2 files changed, 33 insertions, 2 deletions
diff --git a/dev-perl/DateTime-Locale/ChangeLog b/dev-perl/DateTime-Locale/ChangeLog
index 80b4602f661d..a01e0cc6b42c 100644
--- a/dev-perl/DateTime-Locale/ChangeLog
+++ b/dev-perl/DateTime-Locale/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/DateTime-Locale
-# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Locale/ChangeLog,v 1.59 2009/01/30 12:19:31 tove Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Locale/ChangeLog,v 1.60 2009/07/01 05:12:04 tove Exp $
+
+*DateTime-Locale-0.43 (01 Jul 2009)
+
+ 01 Jul 2009; Torsten Veller <tove@gentoo.org>
+ +DateTime-Locale-0.43.ebuild:
+ Version bump
30 Jan 2009; Torsten Veller <tove@gentoo.org> metadata.xml,
-DateTime-Locale-0.34.ebuild, -DateTime-Locale-0.35.ebuild,
diff --git a/dev-perl/DateTime-Locale/DateTime-Locale-0.43.ebuild b/dev-perl/DateTime-Locale/DateTime-Locale-0.43.ebuild
new file mode 100644
index 000000000000..55c6319317d9
--- /dev/null
+++ b/dev-perl/DateTime-Locale/DateTime-Locale-0.43.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Locale/DateTime-Locale-0.43.ebuild,v 1.1 2009/07/01 05:12:04 tove Exp $
+
+EAPI=2
+
+inherit versionator
+MY_P=${PN}-$(delete_version_separator 2)
+S=${WORKDIR}/${MY_P}
+MODULE_AUTHOR=DROLSKY
+inherit perl-module
+
+DESCRIPTION="Localization support for DateTime"
+
+LICENSE="|| ( Artistic GPL-2 ) unicode"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+RDEPEND="dev-perl/Params-Validate
+ dev-perl/List-MoreUtils"
+DEPEND=">=virtual/perl-Module-Build-0.28
+ ${RDEPEND}"
+
+SRC_TEST="do"