diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-11-12 18:59:55 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-11-12 19:13:25 +0100 |
commit | 2a488d303a486f98198018ebf56f4a4d2a1e2d52 (patch) | |
tree | 03d28dea14cd4c29ab4bc479a30bfefe92be9dd1 /dev-perl | |
parent | dev-perl/Math-BigInt-GMP: Remove old (diff) | |
download | gentoo-2a488d303a486f98198018ebf56f4a4d2a1e2d52.tar.gz gentoo-2a488d303a486f98198018ebf56f4a4d2a1e2d52.tar.bz2 gentoo-2a488d303a486f98198018ebf56f4a4d2a1e2d52.zip |
dev-perl/Math-BigInt-Lite: 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')
-rw-r--r-- | dev-perl/Math-BigInt-Lite/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/Math-BigInt-Lite/Math-BigInt-Lite-0.180.0.ebuild | 31 |
2 files changed, 0 insertions, 32 deletions
diff --git a/dev-perl/Math-BigInt-Lite/Manifest b/dev-perl/Math-BigInt-Lite/Manifest index f0ff4e659387..cdf81e219244 100644 --- a/dev-perl/Math-BigInt-Lite/Manifest +++ b/dev-perl/Math-BigInt-Lite/Manifest @@ -1,2 +1 @@ -DIST Math-BigInt-Lite-0.18.tar.gz 75809 BLAKE2B 5cbd8b937fdfb810580c589ec6eddd7b7f8ad846d1328e0efc38e348093ae904da4423102afe73420ed75cd613bcc7c014c963fe12751314c26894d8a24f3847 SHA512 f7bf76742a0de6a9065c577eb583d5df71a7264d056bea73ffb5f54364a25d8b191c81bc7a30631589988c38418b520c99ac85aa4e83c5dd43308ac98ff74f64 DIST Math-BigInt-Lite-0.19.tar.gz 78863 BLAKE2B b94cd9a75324cb6ca1d1e7bd4cd1b6462fc87a60050f06e8e5eaea0ef5b6d510fa1197ff6376158b8398879a9b1449d213e9dfc5f4688bc708598e73439a5e3e SHA512 a0babaa718678c278a3c0a9a74d687563355460aa1c76d8b67adff68232e3dfb96ed56feb72b599a99e65adc228bf0296481773d20489390cc40564da01301d4 diff --git a/dev-perl/Math-BigInt-Lite/Math-BigInt-Lite-0.180.0.ebuild b/dev-perl/Math-BigInt-Lite/Math-BigInt-Lite-0.180.0.ebuild deleted file mode 100644 index 2780ffb6d8f9..000000000000 --- a/dev-perl/Math-BigInt-Lite/Math-BigInt-Lite-0.180.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=PJACKLAM -DIST_VERSION=0.18 -inherit perl-module - -DESCRIPTION="What BigInts are before they become big" - -SLOT="0" -KEYWORDS="~amd64 x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - >=virtual/perl-Math-BigInt-1.999.812 -" -DEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker - test? ( - >=virtual/perl-Test-Simple-0.940.0 - ) -" - -src_test() { - local bad_files=( "t/pod_cov.t" "t/pod.t" ) - perl_rm_files "${bad_files[@]}" - perl-module_src_test -} |