Gentoo Archives: gentoo-commits

From: Kent Fredric <kentfredric@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-JSON/
Date: Wed, 03 Jun 2015 12:59:26
Message-Id: 1433289833.09b53f301cb76d43869e5534d47aee8c5fdd3f61.kent@gentoo
1 commit: 09b53f301cb76d43869e5534d47aee8c5fdd3f61
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Wed Jun 3 00:03:53 2015 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Wed Jun 3 00:03:53 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=09b53f30
7
8 [fixup] Test-JSON: EAPI5, fixup deps, allow Test-Simple as a Test::Tester provider, fixup tests
9
10 Package-Manager: portage-2.2.17
11
12 ...-JSON-0.110.0.ebuild => Test-JSON-0.110.0-r1.ebuild} | 17 ++++++++++-------
13 1 file changed, 10 insertions(+), 7 deletions(-)
14
15 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
16 similarity index 53%
17 rename from dev-perl/Test-JSON/Test-JSON-0.110.0.ebuild
18 rename to dev-perl/Test-JSON/Test-JSON-0.110.0-r1.ebuild
19 index fcbc4e0..be94888 100644
20 --- a/dev-perl/Test-JSON/Test-JSON-0.110.0.ebuild
21 +++ b/dev-perl/Test-JSON/Test-JSON-0.110.0-r1.ebuild
22 @@ -1,27 +1,30 @@
23 -# Copyright 1999-2013 Gentoo Foundation
24 +# Copyright 1999-2015 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 # $Header: $
27
28 -EAPI=2
29 +EAPI=5
30 MODULE_AUTHOR=OVID
31 -MODULE_VERSION="0.11"
32 +MODULE_VERSION=0.11
33 inherit perl-module
34
35 DESCRIPTION="Test JSON data"
36 -LICENSE="|| ( Artistic GPL-2 )"
37
38 SLOT="0"
39 KEYWORDS="~amd64 ~x86"
40
41 IUSE="test"
42 +PERL_RM_FILES=(
43 + t/pod.t
44 + t/pod-coverage.t
45 +)
46 RDEPEND="
47 >=dev-perl/JSON-Any-1.200.0
48 - >=dev-perl/Test-Differences-0.47
49 + >=dev-perl/Test-Differences-0.470.0
50 "
51 DEPEND="${RDEPEND}
52 virtual/perl-Module-Build
53 test? (
54 - >=dev-perl/Test-Tester-0.107
55 + || ( >=virtual/perl-Test-Simple-1.1.10 >=dev-perl/Test-Tester-0.107.0 )
56 + >=virtual/perl-Test-Simple-0.620.0
57 )
58 "
59 -SRC_TEST="do"