commit:     1dd86239514fa634274ebaefc379ab95bacc7a4f
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  9 15:49:05 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Oct  9 15:54:08 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dd86239

dev-perl/boolean: EAPI=8 bump

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 dev-perl/boolean/boolean-0.460.0-r1.ebuild | 24 ++++++++++++++++++++++++
 dev-perl/boolean/boolean-0.460.0.ebuild    | 28 ----------------------------
 2 files changed, 24 insertions(+), 28 deletions(-)

diff --git a/dev-perl/boolean/boolean-0.460.0-r1.ebuild 
b/dev-perl/boolean/boolean-0.460.0-r1.ebuild
new file mode 100644
index 00000000000..67abe487f03
--- /dev/null
+++ b/dev-perl/boolean/boolean-0.460.0-r1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=INGY
+DIST_VERSION=0.46
+inherit perl-module
+
+DESCRIPTION="Boolean support for Perl"
+
+SLOT="0"
+KEYWORDS="amd64 x86"
+
+RDEPEND=""
+BDEPEND="${RDEPEND}
+       virtual/perl-ExtUtils-MakeMaker
+       test? ( dev-perl/JSON-MaybeXS )
+"
+
+src_test() {
+       perl_rm_files t/author-pod-syntax.t
+       perl-module_src_test
+}

diff --git a/dev-perl/boolean/boolean-0.460.0.ebuild 
b/dev-perl/boolean/boolean-0.460.0.ebuild
deleted file mode 100644
index 83d189f3cc1..00000000000
--- a/dev-perl/boolean/boolean-0.460.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=INGY
-DIST_VERSION=0.46
-inherit perl-module
-
-DESCRIPTION="Boolean support for Perl"
-
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-       virtual/perl-ExtUtils-MakeMaker
-"
-src_test() {
-       elog "Install the following dependencies for comprehensive tests:"
-       local i="$(if has_version 'dev-perl/JSON-MaybeXS'; then echo '[I]'; 
else echo '[ ]'; fi)"
-       elog " $i dev-perl/JSON-MaybeXS - Interop testing with native C JSON 
Decoders";
-       echo
-       perl_rm_files t/author-pod-syntax.t
-       perl-module_src_test
-}

Reply via email to