summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-08-29 12:03:07 +0000
committerTorsten Veller <tove@gentoo.org>2011-08-29 12:03:07 +0000
commiteb44439752e57d53b66b8aa7e2071eb4a5db2dfe (patch)
tree69c549821050d9e1526ff48f12d92b0a660a4ab7 /dev-perl/Olson-Abbreviations
parentOld version cleanup (diff)
downloadhistorical-eb44439752e57d53b66b8aa7e2071eb4a5db2dfe.tar.gz
historical-eb44439752e57d53b66b8aa7e2071eb4a5db2dfe.tar.bz2
historical-eb44439752e57d53b66b8aa7e2071eb4a5db2dfe.zip
Change version scheme
Package-Manager: portage-2.2.0_alpha51/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Olson-Abbreviations')
-rw-r--r--dev-perl/Olson-Abbreviations/ChangeLog10
-rw-r--r--dev-perl/Olson-Abbreviations/Olson-Abbreviations-0.20.0.ebuild23
2 files changed, 31 insertions, 2 deletions
diff --git a/dev-perl/Olson-Abbreviations/ChangeLog b/dev-perl/Olson-Abbreviations/ChangeLog
index e9e8fb3a7b32..40278c8f880b 100644
--- a/dev-perl/Olson-Abbreviations/ChangeLog
+++ b/dev-perl/Olson-Abbreviations/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/Olson-Abbreviations
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Olson-Abbreviations/ChangeLog,v 1.2 2009/07/03 06:27:10 tove Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Olson-Abbreviations/ChangeLog,v 1.3 2011/08/29 11:11:21 tove Exp $
+
+*Olson-Abbreviations-0.20.0 (29 Aug 2011)
+
+ 29 Aug 2011; Torsten Veller <tove@gentoo.org>
+ +Olson-Abbreviations-0.20.0.ebuild:
+ Change version scheme
03 Jul 2009; Torsten Veller <tove@gentoo.org>
Olson-Abbreviations-0.02.ebuild:
diff --git a/dev-perl/Olson-Abbreviations/Olson-Abbreviations-0.20.0.ebuild b/dev-perl/Olson-Abbreviations/Olson-Abbreviations-0.20.0.ebuild
new file mode 100644
index 000000000000..e4890815640e
--- /dev/null
+++ b/dev-perl/Olson-Abbreviations/Olson-Abbreviations-0.20.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Olson-Abbreviations/Olson-Abbreviations-0.20.0.ebuild,v 1.1 2011/08/29 11:11:21 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=ECARROLL
+MODULE_VERSION=0.02
+inherit perl-module
+
+DESCRIPTION="globally unique timezones abbreviation handling"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="dev-perl/Moose
+ dev-perl/MooseX-AttributeHelpers
+ dev-perl/MooseX-ClassAttribute"
+DEPEND="${RDEPEND}
+ test? ( dev-perl/Test-Pod )"
+
+SRC_TEST=do