commit:     09b53f301cb76d43869e5534d47aee8c5fdd3f61
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Jun  3 00:03:53 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Jun  3 00:03:53 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=09b53f30

[fixup] Test-JSON: EAPI5, fixup deps, allow Test-Simple as a Test::Tester 
provider, fixup tests

Package-Manager: portage-2.2.17

 ...-JSON-0.110.0.ebuild => Test-JSON-0.110.0-r1.ebuild} | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)

diff --git a/dev-perl/Test-JSON/Test-JSON-0.110.0.ebuild 
b/dev-perl/Test-JSON/Test-JSON-0.110.0-r1.ebuild
similarity index 53%
rename from dev-perl/Test-JSON/Test-JSON-0.110.0.ebuild
rename to dev-perl/Test-JSON/Test-JSON-0.110.0-r1.ebuild
index fcbc4e0..be94888 100644
--- a/dev-perl/Test-JSON/Test-JSON-0.110.0.ebuild
+++ b/dev-perl/Test-JSON/Test-JSON-0.110.0-r1.ebuild
@@ -1,27 +1,30 @@
-# Copyright 1999-2013 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=OVID
-MODULE_VERSION="0.11"
+MODULE_VERSION=0.11
 inherit perl-module
 
 DESCRIPTION="Test JSON data"
-LICENSE="|| ( Artistic GPL-2 )"
 
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
 IUSE="test"
+PERL_RM_FILES=(
+       t/pod.t
+       t/pod-coverage.t
+)
 RDEPEND="
        >=dev-perl/JSON-Any-1.200.0
-       >=dev-perl/Test-Differences-0.47
+       >=dev-perl/Test-Differences-0.470.0
 "
 DEPEND="${RDEPEND}
        virtual/perl-Module-Build
        test? (
-               >=dev-perl/Test-Tester-0.107
+               || ( >=virtual/perl-Test-Simple-1.1.10 
>=dev-perl/Test-Tester-0.107.0 )
+               >=virtual/perl-Test-Simple-0.620.0
        )
 "
-SRC_TEST="do"

Reply via email to