commit:     1e0fd740560e5576aa1bef294d6c183819ab4b5e
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 12 18:08:04 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Nov 12 18:13:34 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e0fd740

dev-perl/Math-Factor-XS: EAPI=8 bump

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

 ....400.0.ebuild => Math-Factor-XS-0.400.0-r1.ebuild} | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/dev-perl/Math-Factor-XS/Math-Factor-XS-0.400.0.ebuild 
b/dev-perl/Math-Factor-XS/Math-Factor-XS-0.400.0-r1.ebuild
similarity index 69%
rename from dev-perl/Math-Factor-XS/Math-Factor-XS-0.400.0.ebuild
rename to dev-perl/Math-Factor-XS/Math-Factor-XS-0.400.0-r1.ebuild
index 93dadd81e14..a20fe4700c8 100644
--- a/dev-perl/Math-Factor-XS/Math-Factor-XS-0.400.0.ebuild
+++ b/dev-perl/Math-Factor-XS/Math-Factor-XS-0.400.0-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
-DIST_AUTHOR="KRYDE"
+DIST_AUTHOR=KRYDE
 DIST_VERSION=0.40
 inherit perl-module
 
@@ -11,20 +11,21 @@ DESCRIPTION="Factorize numbers and calculate matching 
multiplications"
 
 SLOT="0"
 KEYWORDS="~amd64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
-RDEPEND="dev-perl/boolean
+RDEPEND="
+       dev-perl/boolean
        dev-perl/List-MoreUtils
        dev-perl/Params-Validate
        virtual/perl-Carp
        virtual/perl-Exporter
        virtual/perl-Scalar-List-Utils
-       virtual/perl-XSLoader"
-DEPEND="${RDEPEND}
+       virtual/perl-XSLoader
+"
+BDEPEND="${RDEPEND}
        >=dev-perl/Module-Build-0.400.0
        virtual/perl-ExtUtils-CBuilder
-       test? ( virtual/perl-Test-Simple )"
+       test? ( virtual/perl-Test-Simple )
+"
 
 src_test() {
        perl_rm_files "t/pod.t" "t/pod-coverage.t"

Reply via email to