summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2019-07-25 03:23:28 +1200
committerKent Fredric <kentnl@gentoo.org>2019-07-25 18:47:03 +1200
commit0918194f6ac4f74cfca6bbd77dfdf47a0ea639a9 (patch)
treee2b5f72154f6ad6724807040f387b2e2aadab3f7 /dev-perl/Math-GMP
parentdev-perl/MailTools: Cleanup old versions (diff)
downloadgentoo-0918194f6ac4f74cfca6bbd77dfdf47a0ea639a9.tar.gz
gentoo-0918194f6ac4f74cfca6bbd77dfdf47a0ea639a9.tar.bz2
gentoo-0918194f6ac4f74cfca6bbd77dfdf47a0ea639a9.zip
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>
Diffstat (limited to 'dev-perl/Math-GMP')
-rw-r--r--dev-perl/Math-GMP/Manifest2
-rw-r--r--dev-perl/Math-GMP/Math-GMP-2.110.0.ebuild33
-rw-r--r--dev-perl/Math-GMP/Math-GMP-2.60.0-r1.ebuild20
3 files changed, 0 insertions, 55 deletions
diff --git a/dev-perl/Math-GMP/Manifest b/dev-perl/Math-GMP/Manifest
index 7c0c31678e8c..6b86efced91a 100644
--- a/dev-perl/Math-GMP/Manifest
+++ b/dev-perl/Math-GMP/Manifest
@@ -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
diff --git a/dev-perl/Math-GMP/Math-GMP-2.110.0.ebuild b/dev-perl/Math-GMP/Math-GMP-2.110.0.ebuild
deleted file mode 100644
index cba82c7b716a..000000000000
--- a/dev-perl/Math-GMP/Math-GMP-2.110.0.ebuild
+++ /dev/null
@@ -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
- )
-"
diff --git a/dev-perl/Math-GMP/Math-GMP-2.60.0-r1.ebuild b/dev-perl/Math-GMP/Math-GMP-2.60.0-r1.ebuild
deleted file mode 100644
index 518ec65be0b4..000000000000
--- a/dev-perl/Math-GMP/Math-GMP-2.60.0-r1.ebuild
+++ /dev/null
@@ -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