Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Config-JSON/
Date: Sat, 27 Jun 2020 09:16:59
Message-Id: 1593249385.b3628426ad942bc5855cf360608366856c1c93d5.kentnl@gentoo
1 commit: b3628426ad942bc5855cf360608366856c1c93d5
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 27 09:15:30 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 27 09:16:25 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3628426
7
8 dev-perl/Config-JSON: -r bump for EAPI7
9
10 - EAPI7
11 - Parallel tests
12 - Remove unusued/empty variables
13 - Strip author-tests unconditionally
14
15 Package-Manager: Portage-2.3.100, Repoman-2.3.22
16 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
17
18 .../Config-JSON/Config-JSON-1.520.200-r1.ebuild | 32 ++++++++++++++++++++++
19 1 file changed, 32 insertions(+)
20
21 diff --git a/dev-perl/Config-JSON/Config-JSON-1.520.200-r1.ebuild b/dev-perl/Config-JSON/Config-JSON-1.520.200-r1.ebuild
22 new file mode 100644
23 index 00000000000..bc5ceeeb897
24 --- /dev/null
25 +++ b/dev-perl/Config-JSON/Config-JSON-1.520.200-r1.ebuild
26 @@ -0,0 +1,32 @@
27 +# Copyright 1999-2020 Gentoo Authors
28 +# Distributed under the terms of the GNU General Public License v2
29 +
30 +EAPI=7
31 +DIST_AUTHOR=RIZEN
32 +DIST_VERSION=1.5202
33 +inherit perl-module
34 +
35 +DESCRIPTION="A JSON based config file system"
36 +
37 +SLOT="0"
38 +KEYWORDS="~amd64 ~x86"
39 +IUSE="test"
40 +RESTRICT="!test? ( test )"
41 +
42 +RDEPEND="
43 + >=virtual/perl-File-Temp-0.180.0
44 + >=dev-perl/JSON-2.160.0
45 + dev-perl/Moo
46 + >=virtual/perl-Scalar-List-Utils-1.190.0
47 +"
48 +BDEPEND="${RDEPEND}
49 + >=virtual/perl-ExtUtils-MakeMaker-6.300.0
50 + test? (
51 + >=virtual/perl-Test-Simple-0.700.0
52 + >=dev-perl/Test-Deep-0.95.0
53 + )
54 +"
55 +PERL_RM_FILES=(
56 + t/release-pod-coverage.t
57 + t/release-pod-syntax.t
58 +)