diff options
author | Matt Turner <mattst88@gentoo.org> | 2024-03-14 12:43:38 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2024-03-15 10:56:34 -0400 |
commit | f9a13ff7db94355d4db450cbd29e0daec5071378 (patch) | |
tree | 16769c70fcb84b6313f75c1c2fa44d55fae8a9ba /dev-perl/Math-BigInt-Lite | |
parent | dev-perl/Math-BigInt-GMP: Drop old versions (diff) | |
download | gentoo-f9a13ff7db94355d4db450cbd29e0daec5071378.tar.gz gentoo-f9a13ff7db94355d4db450cbd29e0daec5071378.tar.bz2 gentoo-f9a13ff7db94355d4db450cbd29e0daec5071378.zip |
dev-perl/Math-BigInt-Lite: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-perl/Math-BigInt-Lite')
-rw-r--r-- | dev-perl/Math-BigInt-Lite/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/Math-BigInt-Lite/Math-BigInt-Lite-0.190.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 4c1879e8d9cd..fa76760b261c 100644 --- a/dev-perl/Math-BigInt-Lite/Manifest +++ b/dev-perl/Math-BigInt-Lite/Manifest @@ -1,2 +1 @@ -DIST Math-BigInt-Lite-0.19.tar.gz 78863 BLAKE2B b94cd9a75324cb6ca1d1e7bd4cd1b6462fc87a60050f06e8e5eaea0ef5b6d510fa1197ff6376158b8398879a9b1449d213e9dfc5f4688bc708598e73439a5e3e SHA512 a0babaa718678c278a3c0a9a74d687563355460aa1c76d8b67adff68232e3dfb96ed56feb72b599a99e65adc228bf0296481773d20489390cc40564da01301d4 DIST Math-BigInt-Lite-0.27.tar.gz 97793 BLAKE2B 4b22fc802e413ca74bddb202c99ea3c3c835d0e2469643a8654406bdf0b6a53ea850cd5eb6898713db42f8df85324fe9857e5967bb6aaa387b45ede0da96dce0 SHA512 c6d99a394ae9d4ac3b9a420d0e702f4da02d879a115875fee4d5ef61e22ebf1e8b5454b0674efa3c85690ff412c1a9edda52cabd6f994457100c16981911e368 diff --git a/dev-perl/Math-BigInt-Lite/Math-BigInt-Lite-0.190.0.ebuild b/dev-perl/Math-BigInt-Lite/Math-BigInt-Lite-0.190.0.ebuild deleted file mode 100644 index 972af5e8a335..000000000000 --- a/dev-perl/Math-BigInt-Lite/Math-BigInt-Lite-0.190.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DIST_AUTHOR=PJACKLAM -DIST_VERSION=0.19 -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 -" -BDEPEND="${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 -} |