diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-11-12 18:55:42 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-11-12 19:13:22 +0100 |
commit | efbcfb016e45ea1346c4a2748fc485427838cd01 (patch) | |
tree | 3cb396095bc14fa2d9079fa0b277685609cc365f /dev-perl/Math-BigInt-GMP | |
parent | dev-perl/Math-Base-Convert: EAPI=8 bump (diff) | |
download | gentoo-efbcfb016e45ea1346c4a2748fc485427838cd01.tar.gz gentoo-efbcfb016e45ea1346c4a2748fc485427838cd01.tar.bz2 gentoo-efbcfb016e45ea1346c4a2748fc485427838cd01.zip |
dev-perl/Math-BigInt-GMP: Remove old
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Math-BigInt-GMP')
-rw-r--r-- | dev-perl/Math-BigInt-GMP/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.600.600.ebuild | 30 |
2 files changed, 0 insertions, 31 deletions
diff --git a/dev-perl/Math-BigInt-GMP/Manifest b/dev-perl/Math-BigInt-GMP/Manifest index ac9762592b43..305d0c8fb918 100644 --- a/dev-perl/Math-BigInt-GMP/Manifest +++ b/dev-perl/Math-BigInt-GMP/Manifest @@ -1,2 +1 @@ -DIST Math-BigInt-GMP-1.6006.tar.gz 2460173 BLAKE2B 29d448e01aef4f6b1e91a2a82a284db4f6cf0e92b39a678dbea7fa9458c48813775865f24603a5189b3fd4137378aa9c0b588c2c554372411482fd733339e2be SHA512 9ac48f8b136d835d6a1a90fb4170321f8684f6650e49dcf7ee2147d7ee0f89400ac93aa72deb8b5c5fd56d2ada391789f573f97487e46a3863e6735f2f53828c DIST Math-BigInt-GMP-1.6007.tar.gz 2459995 BLAKE2B 971f4785b2068d02d80a6a50b4aecea4ef584c7b0e679ddfd3001518425361b36a646d1919fd06fc14a2b18733fdf2534e11aea666d4999b3003cbd946ae27d7 SHA512 cdeaeec1e450e95d761cefc63c5262c0b43cf5fc5865e62d0463e34821541c2b83d156979c1e7a8157c9747ccf5e3cefa80ac52489a7ce3186425bc27c176512 diff --git a/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.600.600.ebuild b/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.600.600.ebuild deleted file mode 100644 index 912e988ad0bf..000000000000 --- a/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.600.600.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=PJACKLAM -DIST_VERSION=1.6006 -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 ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - >=virtual/perl-Math-BigInt-1.999.812 - >=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 -} |