summaryrefslogtreecommitdiff
path: root/dev-perl/Math-BigInt-GMP
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-04-25 11:37:10 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-04-25 11:37:10 +0100
commit38423c67c8a23f6a1bc42038193182e2da3116eb (patch)
tree04e2cf4bd43601b77daa79fe654e409187093c5e /dev-perl/Math-BigInt-GMP
parent623ee73d661e5ed8475cb264511f683407d87365 (diff)
gentoo resync : 25.04.2020
Diffstat (limited to 'dev-perl/Math-BigInt-GMP')
-rw-r--r--dev-perl/Math-BigInt-GMP/Manifest3
-rw-r--r--dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.600.200.ebuild30
-rw-r--r--dev-perl/Math-BigInt-GMP/files/Math-BigInt-GMP-1.600.200-no-dot-inc.patch51
3 files changed, 0 insertions, 84 deletions
diff --git a/dev-perl/Math-BigInt-GMP/Manifest b/dev-perl/Math-BigInt-GMP/Manifest
index 60cef2920fe8..ff3e28617399 100644
--- a/dev-perl/Math-BigInt-GMP/Manifest
+++ b/dev-perl/Math-BigInt-GMP/Manifest
@@ -1,6 +1,3 @@
-AUX Math-BigInt-GMP-1.600.200-no-dot-inc.patch 1562 BLAKE2B a85082e9f16166227683f10c3bf759756baad66042f10b9c2e0c954287b6f70afb74a9bb4db6d96c708856fc6f8a8fc10c8cde91605e1c42d2861625c237711a SHA512 10cbc2a9281c2a1f08744090747a45f6e2b04c8806e16ccca25a9e70b2bdf9575c5051732e4c5c0b4e4a9b8763e04f38e040a33ae774f0010ed6f1c4094b774b
-DIST Math-BigInt-GMP-1.6002.tar.gz 2286788 BLAKE2B 2538a0466458162bb7cf2f98c6233a7fa97bf30f3c9a92e82e0c266c9b1c6735dfa8a9310bb2009ff942edf2f10918a28484dd32a76f5ef6cbe7bcdb78de007a SHA512 1c3a4a616bfb386e246ca7fd784954c97fa3a20997db0372e7f4691896e5633e2abb9d9ca42fb781a169d10d36dd3a59759399485a1859cc95c4cf7ff4e5ca09
DIST Math-BigInt-GMP-1.6006.tar.gz 2460173 BLAKE2B 29d448e01aef4f6b1e91a2a82a284db4f6cf0e92b39a678dbea7fa9458c48813775865f24603a5189b3fd4137378aa9c0b588c2c554372411482fd733339e2be SHA512 9ac48f8b136d835d6a1a90fb4170321f8684f6650e49dcf7ee2147d7ee0f89400ac93aa72deb8b5c5fd56d2ada391789f573f97487e46a3863e6735f2f53828c
-EBUILD Math-BigInt-GMP-1.600.200.ebuild 813 BLAKE2B b03b3e33f64e19ac40f48f2b18e7743756d12674d9479a6597e5dd84c3d570c0571d02e239e8c10d3324bfbe7ac48de75c0e9518131576328e7c9127f23e32cf SHA512 e078f602c2ea9cda0f70690768218577756c9992ed502faa77cc64a2ab6e73b958c28f4e9421983802dcf04147fbfb4cb840e2ae6406806a61cb1bb4adb1cb15
EBUILD Math-BigInt-GMP-1.600.600.ebuild 778 BLAKE2B e8d4b7ed48cbce2db93a03480e2d1e60711ab95717297b9ec4212582b8afeb5b1882478e7f72dd4b4679816233dc26f18f317dea7e3c4dd8e9fc86b14818f274 SHA512 37a6295f5be02a25171729c0b7e0c989754eef462108b36d83eff2e450cf13bbccb684c84acdeb29cd4e87b5c7af4c25be589d2028745c45930864a0671336b5
MISC metadata.xml 403 BLAKE2B 0fd58b63e771eabd3c0160a284d950ecc0e4e2adb1a6f11b75e2ce2870c1f7673fb3cba4a3a2dc62ad116d693acb71e5546bda5888577164666ed5edaefa73a1 SHA512 d7e06c54417ec52a2b3763f972e2b204c15582f56cacf182f7c40667802ccaa6f345930cc4568ce51dcbd188a7eb9b4b359d41eee093323e63f95f0fe6c6ba8a
diff --git a/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.600.200.ebuild b/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.600.200.ebuild
deleted file mode 100644
index 6cd6100577e4..000000000000
--- a/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.600.200.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=PJACKLAM
-DIST_VERSION=1.6002
-inherit perl-module
-
-DESCRIPTION="Use the GMP library for Math::BigInt routines"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 hppa ppc sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- >=virtual/perl-Math-BigInt-1.999.801
- >=virtual/perl-XSLoader-0.20.0
- >=dev-libs/gmp-4.0.0:0
-"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? ( >=virtual/perl-Test-Simple-0.820.0 )
-"
-PATCHES=("${FILESDIR}/${P}-no-dot-inc.patch")
-src_test() {
- perl_rm_files t/author-*.t t/00sig.t t/02pod.t t/03podcov.t
- perl-module_src_test
-}
diff --git a/dev-perl/Math-BigInt-GMP/files/Math-BigInt-GMP-1.600.200-no-dot-inc.patch b/dev-perl/Math-BigInt-GMP/files/Math-BigInt-GMP-1.600.200-no-dot-inc.patch
deleted file mode 100644
index 2f0158befcae..000000000000
--- a/dev-perl/Math-BigInt-GMP/files/Math-BigInt-GMP-1.600.200-no-dot-inc.patch
+++ /dev/null
@@ -1,51 +0,0 @@
-From 74cf47cac322f4399cea78bf7cdb75769578c035 Mon Sep 17 00:00:00 2001
-From: Kent Fredric <kentnl@gentoo.org>
-Date: Mon, 30 Oct 2017 21:42:48 +1300
-Subject: Fix test failures without '.' in @INC
-
-Under PERL_USE_UNSAFE_INC=0
-
-Bug: https://bugs.gentoo.org/613642
-Bug: https://rt.cpan.org/Ticket/Display.html?id=120718
----
- t/bigfltpm.t | 2 +-
- t/bigintpm.t | 2 +-
- t/mbimbf.t | 2 +-
- 3 files changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/t/bigfltpm.t b/t/bigfltpm.t
-index 49c3744..30f2d84 100644
---- a/t/bigfltpm.t
-+++ b/t/bigfltpm.t
-@@ -72,4 +72,4 @@ SKIP: {
- is(ref($e->{_e}->[0]), '', '$e->{_e}->[0] is a scalar');
- }
-
--require 't/bigfltpm.inc'; # all tests here for sharing
-+require './t/bigfltpm.inc'; # all tests here for sharing
-diff --git a/t/bigintpm.t b/t/bigintpm.t
-index 8351bc6..a82476f 100644
---- a/t/bigintpm.t
-+++ b/t/bigintpm.t
-@@ -78,4 +78,4 @@ is($x, "9903520314281112085086151826",
- #############################################################################
- # 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/mbimbf.t b/t/mbimbf.t
-index 668508e..6b4194e 100644
---- a/t/mbimbf.t
-+++ b/t/mbimbf.t
-@@ -15,7 +15,7 @@ use Math::BigFloat;
- our $mbi = 'Math::BigInt';
- our $mbf = 'Math::BigFloat';
-
--require 't/mbimbf.inc';
-+require './t/mbimbf.inc';
-
- # some tests that won't work with subclasses, since the things are only
- # guaranteed in the Math::Big(Int|Float) (unless subclass chooses to support
---
-2.14.3
-