commit: d249d43d705968e82568959c5e78632e2455ce68
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Jun 13 10:09:56 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Jun 13 10:09:56 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=d249d43d
[fixup] IO-Interactive: EAPI5, fixup tests and deps
Package-Manager: portage-2.2.17
...ive-0.0.6.ebuild => IO-Interactive-0.0.6-r1.ebuild} | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/dev-perl/IO-Interactive/IO-Interactive-0.0.6.ebuild
b/dev-perl/IO-Interactive/IO-Interactive-0.0.6-r1.ebuild
similarity index 66%
rename from dev-perl/IO-Interactive/IO-Interactive-0.0.6.ebuild
rename to dev-perl/IO-Interactive/IO-Interactive-0.0.6-r1.ebuild
index 12aa6c4..b684b9a 100644
--- a/dev-perl/IO-Interactive/IO-Interactive-0.0.6.ebuild
+++ b/dev-perl/IO-Interactive/IO-Interactive-0.0.6-r1.ebuild
@@ -1,25 +1,25 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=2
+EAPI=5
MODULE_AUTHOR=BDFOY
inherit perl-module
DESCRIPTION="Utilities for interactive I/O"
-LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
-COMMON_DEPEND="
+PERL_RM_FILES=(
+ t/pod.t
+ t/pod-coverage.t
+)
+RDEPEND="
virtual/perl-version
"
DEPEND="
- ${COMMON_DEPEND}
+ ${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
test? (
virtual/perl-Test-Simple
)
"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-SRC_TEST="do"