dev-perl/Math-GMP: Cleanup old versions

Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
This commit is contained in:
Kent Fredric
2019-07-25 03:23:28 +12:00
parent 6f778fd5ad
commit 0918194f6a
3 changed files with 0 additions and 55 deletions

View File

@@ -1,3 +1 @@
DIST Math-GMP-2.06.tar.gz 24563 BLAKE2B 8d60986d948554b4b3139ff7d14afba819b543e7d28f5362ca762e2c1f941d7af3fb81c879b2282fee7b1cef802403dbf5265c5bf35c506433a0b69cb817093c SHA512 a2619b76cc89a805e8fb538280644f4acc0c9d3da24b3b0810640c741ff66016c8f4920cd48ef7e6ce0e82bec630c0101d33db22f7928e19a03730b1305cac1e
DIST Math-GMP-2.11.tar.gz 31178 BLAKE2B 3ebe4e3b3655c5f38932899ecbf89ccaf1e6a620bbb35138044f30f30a1170834bf31124196146128302e6a54de928b7bed4bc8a32e17b5d6492170109ab05a3 SHA512 4296717691ec7699ba5e82f5c0b3f83a831f8f0006c09a843ef9fc25227a26bdc6a623a728bebfc5df01124747c081239281d1cf861ee73a42444f15848a23d4
DIST Math-GMP-2.15.tar.gz 33002 BLAKE2B 606bd63b05fab90e0da39ac75be4ccbe9a5386a6002920af8c9d135fcc8aaf746f8e72c25301a8a8de72edc80eef29202742441738afc90573e58c2626123289 SHA512 6c8c13eb168f6233d5bb172ae424aa1c7b5af2cd18aabe1a9a8f2989591245456270b684062684b29539060f91b041589c43cabcd2e7e277335ae188e5f386a2

View File

@@ -1,33 +0,0 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DIST_AUTHOR=SHLOMIF
DIST_VERSION=2.11
inherit perl-module
DESCRIPTION="High speed arbitrary size integer math"
SLOT="0"
LICENSE="LGPL-2"
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~x86"
IUSE="test"
RDEPEND="
virtual/perl-AutoLoader
virtual/perl-Carp
virtual/perl-Exporter
dev-libs/gmp:0
"
DEPEND="${RDEPEND}
>=dev-perl/Devel-CheckLib-0.900.0
virtual/perl-ExtUtils-MakeMaker
test? (
virtual/perl-Data-Dumper
virtual/perl-File-Spec
virtual/perl-File-Temp
virtual/perl-IO
virtual/perl-Test-Simple
)
"

View File

@@ -1,20 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
MODULE_AUTHOR=TURNSTEP
MODULE_VERSION=2.06
inherit perl-module
DESCRIPTION="High speed arbitrary size integer math"
SLOT="0"
LICENSE="LGPL-2"
KEYWORDS="alpha amd64 hppa ~mips ppc x86"
IUSE=""
RDEPEND="dev-libs/gmp"
DEPEND="${RDEPEND}"
SRC_TEST=do