commit: dc6f04c1e6219061f1d8638e5f3090c0a1b3275d
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Mar 24 18:45:01 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Mar 24 18:45:01 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=dc6f04c1
[fixup] DateTime-Format-Excel: EAPI5, fixup deps, normalise version, fixup tests
Package-Manager: portage-2.2.17
...0.310.ebuild => DateTime-Format-Excel-0.310.0.ebuild} | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)
diff --git a/dev-perl/DateTime-Format-Excel/DateTime-Format-Excel-0.310.ebuild
b/dev-perl/DateTime-Format-Excel/DateTime-Format-Excel-0.310.0.ebuild
similarity index 66%
rename from dev-perl/DateTime-Format-Excel/DateTime-Format-Excel-0.310.ebuild
rename to dev-perl/DateTime-Format-Excel/DateTime-Format-Excel-0.310.0.ebuild
index a15d536..d6f88ce 100644
--- a/dev-perl/DateTime-Format-Excel/DateTime-Format-Excel-0.310.ebuild
+++ b/dev-perl/DateTime-Format-Excel/DateTime-Format-Excel-0.310.0.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2011 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=ABURS
MODULE_VERSION="0.31"
inherit perl-module
@@ -11,15 +11,17 @@ DESCRIPTION="Convert between DateTime and Excel dates."
IUSE="test"
SLOT="0"
-LICENSE="|| ( Artistic GPL-2 )"
KEYWORDS="~amd64 ~x86"
+PERL_RM_FILES=(
+ t/00pod.t
+)
RDEPEND="
- >=dev-perl/DateTime-0.18
- >=virtual/perl-Test-Simple-0.47
-
+ >=dev-perl/DateTime-0.180.0
"
DEPEND="${RDEPEND}
virtual/perl-Module-Build
+ test? (
+ >=virtual/perl-Test-Simple-0.470.0
+ )
"
-SRC_TEST="do"