commit: 298c41c96f5e67651d56449efc7ab5ae3eb6efbf
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 22 18:07:24 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Jun 22 18:13:00 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=298c41c9
dev-perl/JSON-XS-VersionOneAndTwo: EAPI=8 bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...uild => JSON-XS-VersionOneAndTwo-0.310.0-r2.ebuild} | 18 +++++++-----------
1 file changed, 7 insertions(+), 11 deletions(-)
diff --git
a/dev-perl/JSON-XS-VersionOneAndTwo/JSON-XS-VersionOneAndTwo-0.310.0-r1.ebuild
b/dev-perl/JSON-XS-VersionOneAndTwo/JSON-XS-VersionOneAndTwo-0.310.0-r2.ebuild
similarity index 59%
rename from
dev-perl/JSON-XS-VersionOneAndTwo/JSON-XS-VersionOneAndTwo-0.310.0-r1.ebuild
rename to
dev-perl/JSON-XS-VersionOneAndTwo/JSON-XS-VersionOneAndTwo-0.310.0-r2.ebuild
index 707c2caf294..965a7a4d215 100644
---
a/dev-perl/JSON-XS-VersionOneAndTwo/JSON-XS-VersionOneAndTwo-0.310.0-r1.ebuild
+++
b/dev-perl/JSON-XS-VersionOneAndTwo/JSON-XS-VersionOneAndTwo-0.310.0-r2.ebuild
@@ -1,24 +1,20 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=8
-MODULE_AUTHOR=LBROCARD
-MODULE_VERSION=0.31
+DIST_AUTHOR=LBROCARD
+DIST_VERSION=0.31
inherit perl-module
DESCRIPTION="Support versions 1 and 2 of JSON::XS"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
RDEPEND="dev-perl/JSON-XS"
-DEPEND="
+BDEPEND="${RDEPEND}
test? (
- ${RDEPEND}
dev-perl/Test-Pod
- )"
-
-SRC_TEST=do
+ )
+"