diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-11-12 19:09:10 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-11-12 19:13:40 +0100 |
commit | 090087e3c7c61fa3cf5354fc25948adf0cbff6fc (patch) | |
tree | fb27d7d2356928567a64239fc5590ae380677da0 /dev-perl/Math-GMP | |
parent | dev-perl/Math-FFT: Remove old (diff) | |
download | gentoo-090087e3c7c61fa3cf5354fc25948adf0cbff6fc.tar.gz gentoo-090087e3c7c61fa3cf5354fc25948adf0cbff6fc.tar.bz2 gentoo-090087e3c7c61fa3cf5354fc25948adf0cbff6fc.zip |
dev-perl/Math-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-GMP')
-rw-r--r-- | dev-perl/Math-GMP/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/Math-GMP/Math-GMP-2.150.0.ebuild | 34 |
2 files changed, 0 insertions, 35 deletions
diff --git a/dev-perl/Math-GMP/Manifest b/dev-perl/Math-GMP/Manifest index aa04daccbb04..b22bfcbffd53 100644 --- a/dev-perl/Math-GMP/Manifest +++ b/dev-perl/Math-GMP/Manifest @@ -1,2 +1 @@ -DIST Math-GMP-2.15.tar.gz 33002 BLAKE2B 606bd63b05fab90e0da39ac75be4ccbe9a5386a6002920af8c9d135fcc8aaf746f8e72c25301a8a8de72edc80eef29202742441738afc90573e58c2626123289 SHA512 6c8c13eb168f6233d5bb172ae424aa1c7b5af2cd18aabe1a9a8f2989591245456270b684062684b29539060f91b041589c43cabcd2e7e277335ae188e5f386a2 DIST Math-GMP-2.20.tar.gz 34224 BLAKE2B 752c87fcb3b1b9842822f57bd2ed8c8600ccd117103bc6d4fd957c20c3476224c471a7572557094163b7264781aa2e46ed58a6b3f6b185d691aad28dfa79f839 SHA512 e76a4f2ed9f700029a0b075fcdaecf6fb3792ecfef23fb75f014572b6471be9265b80551c741cda9fe3f323a351a23fb9e5edca2e05300b97509b225aa721b04 diff --git a/dev-perl/Math-GMP/Math-GMP-2.150.0.ebuild b/dev-perl/Math-GMP/Math-GMP-2.150.0.ebuild deleted file mode 100644 index 7165e0ca20e2..000000000000 --- a/dev-perl/Math-GMP/Math-GMP-2.150.0.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=SHLOMIF -DIST_VERSION=2.15 -inherit perl-module - -DESCRIPTION="High speed arbitrary size integer math" - -SLOT="0" -LICENSE="LGPL-2" -KEYWORDS="~alpha amd64 ~hppa ~mips ppc x86" -IUSE="test" -RESTRICT="!test? ( 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 - ) -" |