Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/JSON-Any/
Date: Tue, 22 Jun 2021 12:50:57
Message-Id: 1624366235.85a751c4f8d8bbf918419bb46717cbace15dafb8.dilfridge@gentoo
1 commit: 85a751c4f8d8bbf918419bb46717cbace15dafb8
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 22 12:43:29 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 22 12:50:35 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85a751c4
7
8 dev-perl/JSON-Any: EAPI=8 bump
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 .../{JSON-Any-1.390.0.ebuild => JSON-Any-1.390.0-r1.ebuild} | 12 ++++--------
14 1 file changed, 4 insertions(+), 8 deletions(-)
15
16 diff --git a/dev-perl/JSON-Any/JSON-Any-1.390.0.ebuild b/dev-perl/JSON-Any/JSON-Any-1.390.0-r1.ebuild
17 similarity index 83%
18 rename from dev-perl/JSON-Any/JSON-Any-1.390.0.ebuild
19 rename to dev-perl/JSON-Any/JSON-Any-1.390.0-r1.ebuild
20 index 06bf5f3503b..3d14a392237 100644
21 --- a/dev-perl/JSON-Any/JSON-Any-1.390.0.ebuild
22 +++ b/dev-perl/JSON-Any/JSON-Any-1.390.0-r1.ebuild
23 @@ -1,18 +1,16 @@
24 # Copyright 1999-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 -EAPI=5
28 +EAPI=8
29
30 -MODULE_AUTHOR=ETHER
31 -MODULE_VERSION=1.39
32 +DIST_AUTHOR=ETHER
33 +DIST_VERSION=1.39
34 inherit perl-module
35
36 DESCRIPTION="Wrapper Class for the various JSON classes (DEPRECATED)"
37
38 SLOT="0"
39 KEYWORDS="~amd64 ~mips ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
40 -IUSE="test"
41 -RESTRICT="!test? ( test )"
42
43 RDEPEND="
44 virtual/perl-Carp
45 @@ -22,7 +20,7 @@ RDEPEND="
46 dev-perl/JSON
47 )
48 "
49 -DEPEND="${RDEPEND}
50 +BDEPEND="${RDEPEND}
51 virtual/perl-ExtUtils-MakeMaker
52 test? (
53 virtual/perl-Data-Dumper
54 @@ -35,5 +33,3 @@ DEPEND="${RDEPEND}
55 dev-perl/Test-Without-Module
56 )
57 "
58 -
59 -SRC_TEST="do parallel"