commit: d6b68984b09170c552414257c2e637302343e9d5 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Aug 1 14:23:36 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Aug 1 14:23:36 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6b68984
dev-perl/Math-BigInt-GMP: add 1.700.300 This does NOT fix bug #960912, but I can reproduce that bug at least... Bug: https://bugs.gentoo.org/960912 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-perl/Math-BigInt-GMP/Manifest | 1 + .../Math-BigInt-GMP-1.700.300.ebuild | 30 ++++++++++++++++++++++ 2 files changed, 31 insertions(+) diff --git a/dev-perl/Math-BigInt-GMP/Manifest b/dev-perl/Math-BigInt-GMP/Manifest index 8626b1d47b9c..0ed109a0f4ab 100644 --- a/dev-perl/Math-BigInt-GMP/Manifest +++ b/dev-perl/Math-BigInt-GMP/Manifest @@ -1 +1,2 @@ DIST Math-BigInt-GMP-1.6013.tar.gz 2592490 BLAKE2B ee029a0bfdc59ad925ce5ed8e4c3cda2ada302caca39d8ddc0d7b9f6bb51a55883f5e3fe519ff2999adbf3688355d338576643232d8cf3cfd1e7036c727db37a SHA512 0f4eba939f92c4f40f0b834846c10924167cb4368425d9617bf017ef536c99633d9220a929422b0111802eb1b881c1007573ea443016bd0f63f3f38efeb8ab1b +DIST Math-BigInt-GMP-1.7003.tar.gz 2637054 BLAKE2B 178f71c057b2d1aa68357f1f1a9832da992941def22e30a69dd4d3d054e0a3adf05e21a57d1c6579cdf66bf8003385325e44cd4635ef71c2cde47728c74487db SHA512 ef7b53b68cf66e9eb23a7cabd15b92a0924bba5dfb1a188aed130813b709eb2f15b5ceaa8a3fc84ea2570a11d7d782f3feed0e52271c9ada979bf46be80083d7 diff --git a/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.700.300.ebuild b/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.700.300.ebuild new file mode 100644 index 000000000000..3a0b80ea08bf --- /dev/null +++ b/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.700.300.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=PJACKLAM +DIST_VERSION=1.7003 +inherit perl-module + +DESCRIPTION="Use the GMP library for Math::BigInt routines" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" + +RDEPEND=" + >=virtual/perl-Carp-1.220.0 + >=virtual/perl-Math-BigInt-1.999.840 + >=virtual/perl-XSLoader-0.20.0 + >=dev-libs/gmp-4.0.0:0 +" +DEPEND=" + ${RDEPEND} + >=virtual/perl-ExtUtils-MakeMaker-6.580.0 + test? ( >=virtual/perl-Test-Simple-0.820.0 ) +" + +src_test() { + perl_rm_files t/author-*.t t/00sig.t t/02pod.t t/03podcov.t + perl-module_src_test +}
