commit:     188e043bbdd0a0f6043377aa2f2a6c8b81ad59bb
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Jun 14 23:17:06 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Jun 14 23:17:06 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=188e043b

[fixup] Text-Context: EAPI5, fixup deps and tests

Package-Manager: portage-2.2.17

 ...t-3.700.0.ebuild => Text-Context-3.700.0-r1.ebuild} | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

diff --git a/dev-perl/Text-Context/Text-Context-3.700.0.ebuild 
b/dev-perl/Text-Context/Text-Context-3.700.0-r1.ebuild
similarity index 56%
rename from dev-perl/Text-Context/Text-Context-3.700.0.ebuild
rename to dev-perl/Text-Context/Text-Context-3.700.0-r1.ebuild
index 63e0eca..4c25e2a 100644
--- a/dev-perl/Text-Context/Text-Context-3.700.0.ebuild
+++ b/dev-perl/Text-Context/Text-Context-3.700.0-r1.ebuild
@@ -1,25 +1,27 @@
-# Copyright 1999-2012 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=TMTM
-MODULE_VERSION="3.7"
+MODULE_VERSION=3.7
 inherit perl-module
 
 DESCRIPTION="Handle highlighting search result context snippets"
-LICENSE="|| ( Artistic GPL-2 )"
 
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
 IUSE=""
+PERL_RM_FILES=(
+       t/pod-coverage.t
+       t/pod.t
+)
 RDEPEND="
        dev-perl/HTML-Parser
-       >=dev-perl/Text-Context-EitherSide-1.1
-       >=dev-perl/UNIVERSAL-require-0.03
+       >=dev-perl/Text-Context-EitherSide-1.100.0
+       >=dev-perl/UNIVERSAL-require-0.30.0
 "
 DEPEND="
        ${RDEPEND}
+       virtual/perl-Test-Simple
 "
-
-SRC_TEST=do

Reply via email to