summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2020-04-15 03:00:27 +1200
committerKent Fredric <kentnl@gentoo.org>2020-04-15 21:51:11 +1200
commit4e096858408492a653561a3db0eaa3c271d2f379 (patch)
treecec3935d8660636d0340c80876dc93fdb2347429
parentdev-perl/Math-BigInt-GMP: Remove old 1.600.200 (diff)
downloadgentoo-4e096858408492a653561a3db0eaa3c271d2f379.tar.gz
gentoo-4e096858408492a653561a3db0eaa3c271d2f379.tar.bz2
gentoo-4e096858408492a653561a3db0eaa3c271d2f379.zip
dev-perl/Math-BigInt-Lite: Remove old 0.140.0, 0.170.0
Package-Manager: Portage-2.3.97, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
-rw-r--r--dev-perl/Math-BigInt-Lite/Manifest2
-rw-r--r--dev-perl/Math-BigInt-Lite/Math-BigInt-Lite-0.140.0.ebuild39
-rw-r--r--dev-perl/Math-BigInt-Lite/Math-BigInt-Lite-0.170.0.ebuild34
-rw-r--r--dev-perl/Math-BigInt-Lite/files/Math-BigInt-Lite-0.170.0-no-dot-inc.patch34
4 files changed, 0 insertions, 109 deletions
diff --git a/dev-perl/Math-BigInt-Lite/Manifest b/dev-perl/Math-BigInt-Lite/Manifest
index a99de87ea605..675c92ebdfe1 100644
--- a/dev-perl/Math-BigInt-Lite/Manifest
+++ b/dev-perl/Math-BigInt-Lite/Manifest
@@ -1,3 +1 @@
-DIST Math-BigInt-Lite-0.14.tar.gz 44517 BLAKE2B 7f84cce7b77fe4e8334ddfc4ac63fa4649acc9f44d3dbbcc21987f7aa6dfe2a4ef21c068da1ec0c97c5d46a41631972e6850f8022b0b9d5e85881010f7028054 SHA512 abee57d6497566f8dfa32d273f0ef9cf914ed57b9397c61455695cbfc141fce8f1ccd2c65a2043ec0d4843dc0a1cde978a0b8b05bcc12e71a7438cd379a462c5
-DIST Math-BigInt-Lite-0.17.tar.gz 71248 BLAKE2B dd570295271ebae319ac4233ec9d274b569474ae2a7d95c86bb9e030dcce13d7c2e6b124cd8d0c37179ba2cb51147cdc2a988e5b8261b3cb3f072a68ebce5932 SHA512 8a1eb42d43a09cc7e16a9c430c6fb1a9c2f799e1dd3cb67436a6fafff510ed39550d4db8d28f5992c754c8391e0e9700b230e9b74dd05a108faecc9f0e55ef4e
DIST Math-BigInt-Lite-0.18.tar.gz 75809 BLAKE2B 5cbd8b937fdfb810580c589ec6eddd7b7f8ad846d1328e0efc38e348093ae904da4423102afe73420ed75cd613bcc7c014c963fe12751314c26894d8a24f3847 SHA512 f7bf76742a0de6a9065c577eb583d5df71a7264d056bea73ffb5f54364a25d8b191c81bc7a30631589988c38418b520c99ac85aa4e83c5dd43308ac98ff74f64
diff --git a/dev-perl/Math-BigInt-Lite/Math-BigInt-Lite-0.140.0.ebuild b/dev-perl/Math-BigInt-Lite/Math-BigInt-Lite-0.140.0.ebuild
deleted file mode 100644
index 5a08c9eead98..000000000000
--- a/dev-perl/Math-BigInt-Lite/Math-BigInt-Lite-0.140.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR="FLORA"
-DIST_VERSION=0.14
-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.940.0
- >=virtual/perl-Math-BigRat-0.190.0
-"
-DEPEND="${RDEPEND}
- >=virtual/perl-ExtUtils-MakeMaker-6.420.0
- test? ( >=virtual/perl-Test-Simple-0.520.0 )
-"
-
-src_prepare() {
- sed -i -e 's/use inc::Module::Install/use lib q[.]; use inc::Module::Install/' Makefile.PL ||
- die "Can't patch Makefile.PL for 5.26 dot-in-inc"
- perl-module_src_prepare
-}
-
-src_test() {
- local bad_files=( "t/pod_cov.t" "t/pod.t" )
- # https://rt.cpan.org/Public/Bug/Display.html?id=75667"
- bad_files+=( "t/bigintpm.t" )
-
- perl_rm_files "${bad_files[@]}"
- perl-module_src_test
-}
diff --git a/dev-perl/Math-BigInt-Lite/Math-BigInt-Lite-0.170.0.ebuild b/dev-perl/Math-BigInt-Lite/Math-BigInt-Lite-0.170.0.ebuild
deleted file mode 100644
index e583cea81034..000000000000
--- a/dev-perl/Math-BigInt-Lite/Math-BigInt-Lite-0.170.0.ebuild
+++ /dev/null
@@ -1,34 +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.17
-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.801
-"
-DEPEND="${RDEPEND}
- >=virtual/perl-ExtUtils-MakeMaker-6.420.0
- test? (
- >=virtual/perl-Test-Simple-0.520.0
- virtual/perl-Math-BigRat
- )
-"
-PATCHES=("${FILESDIR}/${P}-no-dot-inc.patch")
-src_test() {
- local bad_files=( "t/pod_cov.t" "t/pod.t" )
- # https://rt.cpan.org/Public/Bug/Display.html?id=75667"
- #bad_files+=( "t/bigintpm.t" )
- perl_rm_files "${bad_files[@]}"
- perl-module_src_test
-}
diff --git a/dev-perl/Math-BigInt-Lite/files/Math-BigInt-Lite-0.170.0-no-dot-inc.patch b/dev-perl/Math-BigInt-Lite/files/Math-BigInt-Lite-0.170.0-no-dot-inc.patch
deleted file mode 100644
index d8ae23982ae7..000000000000
--- a/dev-perl/Math-BigInt-Lite/files/Math-BigInt-Lite-0.170.0-no-dot-inc.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-From 5cb03904937102876d331e04cd36f3520fc5a5f6 Mon Sep 17 00:00:00 2001
-From: Kent Fredric <kentnl@gentoo.org>
-Date: Wed, 1 Nov 2017 20:50:35 +1300
-Subject: Fix tests without '.' in @INC
-
-Bug: https://rt.cpan.org/Ticket/Display.html?id=120893
----
- t/bigintpm.t | 2 +-
- t/mbi_ali.t | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/t/bigintpm.t b/t/bigintpm.t
-index 49efbad..a714bd0 100644
---- a/t/bigintpm.t
-+++ b/t/bigintpm.t
-@@ -14,4 +14,4 @@ $CALC = "Math::BigInt::Calc";
- #############################################################################
- # all the other tests
-
--require 't/bigintpm.inc'; # all tests here for sharing
-+require './t/bigintpm.inc'; # all tests here for sharing
-diff --git a/t/mbi_ali.t b/t/mbi_ali.t
-index cacf83e..b2da6f9 100644
---- a/t/mbi_ali.t
-+++ b/t/mbi_ali.t
-@@ -12,4 +12,4 @@ use Math::BigInt::Lite;
- our $CLASS;
- $CLASS = 'Math::BigInt::Lite';
-
--require 't/alias.inc';
-+require './t/alias.inc';
---
-2.14.3
-