commit:     5761e90cdbbbd2f18abacb152b483a30e275907b
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Jun 14 14:03:43 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Jun 14 14:03:43 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=5761e90c

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

Package-Manager: portage-2.2.17

 ....ebuild => Text-Context-EitherSide-1.400.0.ebuild} | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git 
a/dev-perl/Text-Context-EitherSide/Text-Context-EitherSide-1.4.ebuild 
b/dev-perl/Text-Context-EitherSide/Text-Context-EitherSide-1.400.0.ebuild
similarity index 57%
rename from dev-perl/Text-Context-EitherSide/Text-Context-EitherSide-1.4.ebuild
rename to 
dev-perl/Text-Context-EitherSide/Text-Context-EitherSide-1.400.0.ebuild
index 002899c..78574f9 100644
--- a/dev-perl/Text-Context-EitherSide/Text-Context-EitherSide-1.4.ebuild
+++ b/dev-perl/Text-Context-EitherSide/Text-Context-EitherSide-1.400.0.ebuild
@@ -1,20 +1,21 @@
-# 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=TMTM
+MODULE_VERSION=1.4
 inherit perl-module
 
 DESCRIPTION="Get n words either side of search keywords"
-LICENSE="|| ( Artistic GPL-2 )"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
-COMMON_DEPEND=""
+PERL_RM_FILES=(
+       t/pod-coverage.t
+       t/pod.t
+)
+RDEPEND=""
 DEPEND="
-       ${COMMON_DEPEND}
+       ${RDEPEND}
+       virtual/perl-ExtUtils-MakeMaker
 "
-RDEPEND="
-       ${COMMON_DEPEND}
-"
-SRC_TEST="do"

Reply via email to