commit:     f6948f182d51770340c89acc3050f4ce44f0542c
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 28 16:34:13 2025 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Jun 28 17:21:11 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6948f18

dev-perl/Math-Int128: update EAPI 7 -> 8

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 ...Int128-0.220.0.ebuild => Math-Int128-0.220.0-r1.ebuild} | 14 ++++----------
 1 file changed, 4 insertions(+), 10 deletions(-)

diff --git a/dev-perl/Math-Int128/Math-Int128-0.220.0.ebuild 
b/dev-perl/Math-Int128/Math-Int128-0.220.0-r1.ebuild
similarity index 71%
rename from dev-perl/Math-Int128/Math-Int128-0.220.0.ebuild
rename to dev-perl/Math-Int128/Math-Int128-0.220.0-r1.ebuild
index dea6f51ff5a3..4784d041b855 100644
--- a/dev-perl/Math-Int128/Math-Int128-0.220.0.ebuild
+++ b/dev-perl/Math-Int128/Math-Int128-0.220.0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 2020-2022 Gentoo Authors
+# Copyright 2020-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 DIST_AUTHOR=SALVA
 DIST_VERSION=0.22
@@ -11,22 +11,16 @@ inherit perl-module
 DESCRIPTION="Manipulate 128 bits integers in Perl"
 SLOT="0"
 KEYWORDS="~alpha amd64 -arm arm64 ~mips -ppc ppc64 ~riscv sparc -x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
+
 RDEPEND="
-       virtual/perl-Exporter
        >=dev-perl/Math-Int64-0.510.0
-       virtual/perl-XSLoader
 "
 BDEPEND="${RDEPEND}
-       virtual/perl-ExtUtils-MakeMaker
        test? (
-               virtual/perl-File-Spec
-               virtual/perl-IO
-               virtual/perl-Math-BigInt
                >=virtual/perl-Test-Simple-0.960.0
        )
 "
+
 PERL_RM_FILES=(
        "t/author-eol.t"
        "t/author-no-tabs.t"

Reply via email to