summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Math-BigInt-GMP')
-rw-r--r--dev-perl/Math-BigInt-GMP/Manifest1
-rw-r--r--dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.600.700.ebuild30
2 files changed, 0 insertions, 31 deletions
diff --git a/dev-perl/Math-BigInt-GMP/Manifest b/dev-perl/Math-BigInt-GMP/Manifest
index 6a3d0a2d3d39..8626b1d47b9c 100644
--- a/dev-perl/Math-BigInt-GMP/Manifest
+++ b/dev-perl/Math-BigInt-GMP/Manifest
@@ -1,2 +1 @@
-DIST Math-BigInt-GMP-1.6007.tar.gz 2459995 BLAKE2B 971f4785b2068d02d80a6a50b4aecea4ef584c7b0e679ddfd3001518425361b36a646d1919fd06fc14a2b18733fdf2534e11aea666d4999b3003cbd946ae27d7 SHA512 cdeaeec1e450e95d761cefc63c5262c0b43cf5fc5865e62d0463e34821541c2b83d156979c1e7a8157c9747ccf5e3cefa80ac52489a7ce3186425bc27c176512
DIST Math-BigInt-GMP-1.6013.tar.gz 2592490 BLAKE2B ee029a0bfdc59ad925ce5ed8e4c3cda2ada302caca39d8ddc0d7b9f6bb51a55883f5e3fe519ff2999adbf3688355d338576643232d8cf3cfd1e7036c727db37a SHA512 0f4eba939f92c4f40f0b834846c10924167cb4368425d9617bf017ef536c99633d9220a929422b0111802eb1b881c1007573ea443016bd0f63f3f38efeb8ab1b
diff --git a/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.600.700.ebuild b/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.600.700.ebuild
deleted file mode 100644
index 104335d53b78..000000000000
--- a/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.600.700.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR=PJACKLAM
-DIST_VERSION=1.6007
-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"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- >=virtual/perl-Math-BigInt-1.999.817
- >=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
-}