commit: de15e7a9558fb60c4c059985f88662b12be59a9d
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 28 16:33:38 2025 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Jun 28 17:21:07 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de15e7a9
dev-perl/Math-Int64: EAPI bump, dependency cleanup
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...-Int64-0.540.0.ebuild => Math-Int64-0.540.0-r1.ebuild} | 15 +++------------
1 file changed, 3 insertions(+), 12 deletions(-)
diff --git a/dev-perl/Math-Int64/Math-Int64-0.540.0.ebuild
b/dev-perl/Math-Int64/Math-Int64-0.540.0-r1.ebuild
similarity index 70%
rename from dev-perl/Math-Int64/Math-Int64-0.540.0.ebuild
rename to dev-perl/Math-Int64/Math-Int64-0.540.0-r1.ebuild
index 342c83a5d8da..32d3021b05a0 100644
--- a/dev-perl/Math-Int64/Math-Int64-0.540.0.ebuild
+++ b/dev-perl/Math-Int64/Math-Int64-0.540.0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 2020-2023 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.54
@@ -11,19 +11,10 @@ inherit perl-module
DESCRIPTION="Manipulate 64 bits integers in Perl"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~mips ~ppc ppc64 ~riscv ~s390 sparc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-RDEPEND="
- virtual/perl-Exporter
- virtual/perl-XSLoader
-"
+RDEPEND=""
BDEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
test? (
- virtual/perl-File-Spec
- virtual/perl-IO
- virtual/perl-Storable
>=virtual/perl-Test-Simple-0.960.0
)
"