-DIST Math-BigInt-GMP-1.49.tar.gz 59712 BLAKE2B 12270212306b5a62a549607fc972f68a5945c0bf84fe4ed5257e0c381ce47d8c5084bddbb2514e2e430536a5ff6c50df13f945aa9531ca903ce67ea01944cf0f SHA512 bed7b1670de31b40203f2026be7245dc3650f77e12e4803af78751aba95488de5b99f5e23dd59ac7f4ed31687c47a2fb7a8c5aa8ea1355676a5bc5526501bc5e
DIST Math-BigInt-GMP-1.6002.tar.gz 2286788 BLAKE2B 2538a0466458162bb7cf2f98c6233a7fa97bf30f3c9a92e82e0c266c9b1c6735dfa8a9310bb2009ff942edf2f10918a28484dd32a76f5ef6cbe7bcdb78de007a SHA512 1c3a4a616bfb386e246ca7fd784954c97fa3a20997db0372e7f4691896e5633e2abb9d9ca42fb781a169d10d36dd3a59759399485a1859cc95c4cf7ff4e5ca09
+++ /dev/null
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=PJACKLAM
-DIST_VERSION=1.49
-inherit perl-module
-
-DESCRIPTION="Use the GMP library for Math::BigInt routines"
-
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ppc sparc x86"
-IUSE="test"
-
-RDEPEND="
- >=virtual/perl-Math-BigInt-1.999.714
- >=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.470.0 )
-"
-PATCHES=("${FILESDIR}/${P}-no-dot-inc.patch")
+++ /dev/null
-From edaedb9078d56f4f86cdb7eb9160deeb3196f164 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 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/t/bigfltpm.t b/t/bigfltpm.t
-index 0e89852..0af20f4 100644
---- a/t/bigfltpm.t
-+++ b/t/bigfltpm.t
-@@ -33,4 +33,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 03dee01..1ebf230 100644
---- a/t/bigintpm.t
-+++ b/t/bigintpm.t
-@@ -44,4 +44,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
---
-2.14.3
-