commit: 23862f3fbd3c2dcba6c59f63b6033b74c3583e4c
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 4 20:23:28 2025 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Jul 4 20:24:50 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23862f3f
perl-core/Math-BigInt: EAPI bump; remove obsolete deps
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...th-BigInt-1.999.842.ebuild => Math-BigInt-1.999.842-r1.ebuild} | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/perl-core/Math-BigInt/Math-BigInt-1.999.842.ebuild
b/perl-core/Math-BigInt/Math-BigInt-1.999.842-r1.ebuild
similarity index 82%
rename from perl-core/Math-BigInt/Math-BigInt-1.999.842.ebuild
rename to perl-core/Math-BigInt/Math-BigInt-1.999.842-r1.ebuild
index a6e31dbbd246..2fa166a994c2 100644
--- a/perl-core/Math-BigInt/Math-BigInt-1.999.842.ebuild
+++ b/perl-core/Math-BigInt/Math-BigInt-1.999.842-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
DIST_AUTHOR=PJACKLAM
DIST_VERSION=1.999842
@@ -12,20 +12,16 @@ DESCRIPTION="Arbitrary size floating point math package"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv
~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos
~x64-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
RDEPEND="
>=virtual/perl-Carp-1.220.0
>=virtual/perl-Math-Complex-1.390.0
"
BDEPEND="
- virtual/perl-ExtUtils-MakeMaker
test? ( >=virtual/perl-Test-Simple-0.940.0 )
"
# TODO: where does this come from?
PDEPEND="
- >=virtual/perl-Math-BigInt-FastCalc-0.500.600
>=virtual/perl-bignum-0.220.0
>=virtual/perl-Math-BigRat-0.260.200
"