summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2020-06-27 21:15:30 +1200
committerKent Fredric <kentnl@gentoo.org>2020-06-27 21:16:25 +1200
commitb3628426ad942bc5855cf360608366856c1c93d5 (patch)
tree1dee0cae36745750680b4433b01ca38d27fc0b76
parentmail-filter/sqlgrey: stable 1.8.0 for sparc, bug #729456 (diff)
downloadgentoo-b3628426ad942bc5855cf360608366856c1c93d5.tar.gz
gentoo-b3628426ad942bc5855cf360608366856c1c93d5.tar.bz2
gentoo-b3628426ad942bc5855cf360608366856c1c93d5.zip
dev-perl/Config-JSON: -r bump for EAPI7
- EAPI7 - Parallel tests - Remove unusued/empty variables - Strip author-tests unconditionally Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
-rw-r--r--dev-perl/Config-JSON/Config-JSON-1.520.200-r1.ebuild32
1 files changed, 32 insertions, 0 deletions
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
new file mode 100644
index 000000000000..bc5ceeeb897f
--- /dev/null
+++ b/dev-perl/Config-JSON/Config-JSON-1.520.200-r1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+DIST_AUTHOR=RIZEN
+DIST_VERSION=1.5202
+inherit perl-module
+
+DESCRIPTION="A JSON based config file system"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ >=virtual/perl-File-Temp-0.180.0
+ >=dev-perl/JSON-2.160.0
+ dev-perl/Moo
+ >=virtual/perl-Scalar-List-Utils-1.190.0
+"
+BDEPEND="${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.300.0
+ test? (
+ >=virtual/perl-Test-Simple-0.700.0
+ >=dev-perl/Test-Deep-0.95.0
+ )
+"
+PERL_RM_FILES=(
+ t/release-pod-coverage.t
+ t/release-pod-syntax.t
+)