commit: 2adc8493ded2c9df3a3f9d0127ccbafd3a4be169
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Jun 17 00:46:39 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Jun 17 00:46:39 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=2adc8493
[fixup] DateTime-Format-Duration: EAPI5
Package-Manager: portage-2.2.17
...-1.30.0-r1.ebuild => DateTime-Format-Duration-1.30.0-r2.ebuild} | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git
a/dev-perl/DateTime-Format-Duration/DateTime-Format-Duration-1.30.0-r1.ebuild
b/dev-perl/DateTime-Format-Duration/DateTime-Format-Duration-1.30.0-r2.ebuild
similarity index 81%
rename from
dev-perl/DateTime-Format-Duration/DateTime-Format-Duration-1.30.0-r1.ebuild
rename to
dev-perl/DateTime-Format-Duration/DateTime-Format-Duration-1.30.0-r2.ebuild
index bfccec7..9946ad8 100644
---
a/dev-perl/DateTime-Format-Duration/DateTime-Format-Duration-1.30.0-r1.ebuild
+++
b/dev-perl/DateTime-Format-Duration/DateTime-Format-Duration-1.30.0-r2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=3
+EAPI=5
MODULE_AUTHOR=RICKM
MODULE_VERSION="1.03a"
@@ -14,9 +14,8 @@ S="${WORKDIR}/${PN}-1.03"
DESCRIPTION="Format and parse DateTime::Durations"
SLOT="0"
-LICENSE="|| ( Artistic GPL-2 )"
+
KEYWORDS="~amd64 ~x86"
-SRC_TEST="do"
IUSE="test"
RDEPEND=">=dev-perl/DateTime-0.30