Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-BigInt-GMP/files/, dev-perl/Math-BigInt-GMP/
Date: Sun, 30 Dec 2018 21:38:27
Message-Id: 1546205888.e90cac986d4aaeaf62a5c25b2be61af1ea28070b.dilfridge@gentoo
1 commit: e90cac986d4aaeaf62a5c25b2be61af1ea28070b
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 30 21:37:53 2018 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 30 21:38:08 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e90cac98
7
8 dev-perl/Math-BigInt-GMP: Remove old
9
10 Package-Manager: Portage-2.3.53, Repoman-2.3.12
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 dev-perl/Math-BigInt-GMP/Manifest | 1 -
14 .../Math-BigInt-GMP/Math-BigInt-GMP-1.380.0.ebuild | 20 ------------
15 .../files/Math-BigInt-GMP-1.380.0-no-dot-inc.patch | 37 ----------------------
16 3 files changed, 58 deletions(-)
17
18 diff --git a/dev-perl/Math-BigInt-GMP/Manifest b/dev-perl/Math-BigInt-GMP/Manifest
19 index 03cbcd9f8ae..825c3f8a241 100644
20 --- a/dev-perl/Math-BigInt-GMP/Manifest
21 +++ b/dev-perl/Math-BigInt-GMP/Manifest
22 @@ -1,3 +1,2 @@
23 -DIST Math-BigInt-GMP-1.38.tar.gz 55585 BLAKE2B 26d7ca2fb735e20b4d6a4f0537aff35b184c29bee6244e24b9841620c19f29cf0a66192df9dca1746164e9b2af7580989231c0b584226fc2faf9a0ef93fd5601 SHA512 e33abe8c3b939e559be4e3ec61ce77a6fb3da6451ea88cb22fd4785cfebc816024e957ad02e81b43ee982346e0e444630ee5d93a87a02182a765374d1a694222
24 DIST Math-BigInt-GMP-1.49.tar.gz 59712 BLAKE2B 12270212306b5a62a549607fc972f68a5945c0bf84fe4ed5257e0c381ce47d8c5084bddbb2514e2e430536a5ff6c50df13f945aa9531ca903ce67ea01944cf0f SHA512 bed7b1670de31b40203f2026be7245dc3650f77e12e4803af78751aba95488de5b99f5e23dd59ac7f4ed31687c47a2fb7a8c5aa8ea1355676a5bc5526501bc5e
25 DIST Math-BigInt-GMP-1.6002.tar.gz 2286788 BLAKE2B 2538a0466458162bb7cf2f98c6233a7fa97bf30f3c9a92e82e0c266c9b1c6735dfa8a9310bb2009ff942edf2f10918a28484dd32a76f5ef6cbe7bcdb78de007a SHA512 1c3a4a616bfb386e246ca7fd784954c97fa3a20997db0372e7f4691896e5633e2abb9d9ca42fb781a169d10d36dd3a59759399485a1859cc95c4cf7ff4e5ca09
26
27 diff --git a/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.380.0.ebuild b/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.380.0.ebuild
28 deleted file mode 100644
29 index 645f570866c..00000000000
30 --- a/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.380.0.ebuild
31 +++ /dev/null
32 @@ -1,20 +0,0 @@
33 -# Copyright 1999-2017 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=5
37 -
38 -MODULE_AUTHOR=PJACKLAM
39 -MODULE_VERSION=1.38
40 -inherit perl-module
41 -
42 -DESCRIPTION="Use the GMP library for Math::BigInt routines"
43 -
44 -SLOT="0"
45 -KEYWORDS="alpha amd64 hppa ppc sparc x86"
46 -IUSE=""
47 -
48 -RDEPEND=">=virtual/perl-Math-BigInt-1.999.300
49 - >=dev-libs/gmp-4.0.0:0"
50 -DEPEND="${RDEPEND}"
51 -PATCHES=("${FILESDIR}/${P}-no-dot-inc.patch")
52 -SRC_TEST="do"
53
54 diff --git a/dev-perl/Math-BigInt-GMP/files/Math-BigInt-GMP-1.380.0-no-dot-inc.patch b/dev-perl/Math-BigInt-GMP/files/Math-BigInt-GMP-1.380.0-no-dot-inc.patch
55 deleted file mode 100644
56 index 96e7f88d3e1..00000000000
57 --- a/dev-perl/Math-BigInt-GMP/files/Math-BigInt-GMP-1.380.0-no-dot-inc.patch
58 +++ /dev/null
59 @@ -1,37 +0,0 @@
60 -From 4a57ce8560c39b71ba6b8220a63efcbf5aac82ea Mon Sep 17 00:00:00 2001
61 -From: Kent Fredric <kentnl@g.o>
62 -Date: Mon, 30 Oct 2017 21:42:48 +1300
63 -Subject: Fix test failures without '.' in @INC
64 -
65 -Under PERL_USE_UNSAFE_INC=0
66 -
67 -Bug: https://bugs.gentoo.org/613642
68 -Bug: https://rt.cpan.org/Ticket/Display.html?id=120718
69 ----
70 - t/bigfltpm.t | 2 +-
71 - t/bigintpm.t | 2 +-
72 - 2 files changed, 2 insertions(+), 2 deletions(-)
73 -
74 -diff --git a/t/bigfltpm.t b/t/bigfltpm.t
75 -index de3c80e..89dea16 100644
76 ---- a/t/bigfltpm.t
77 -+++ b/t/bigfltpm.t
78 -@@ -26,4 +26,4 @@ my $e = $c->bdiv(Math::BigFloat->new(3),$d);
79 - is ($e,'0.00267'); # '0.008 / 3 => 0.0027');
80 - is (ref($e->{_e}->[0]), ''); # 'Not a BigInt');
81 -
82 --require 't/bigfltpm.inc'; # all tests here for sharing
83 -+require './t/bigfltpm.inc'; # all tests here for sharing
84 -diff --git a/t/bigintpm.t b/t/bigintpm.t
85 -index 8f009ec..c05f135 100644
86 ---- a/t/bigintpm.t
87 -+++ b/t/bigintpm.t
88 -@@ -33,4 +33,4 @@ is ($x, "9903520314281112085086151826", 'from_oct() works with big numbers');
89 - #############################################################################
90 - # all the other tests
91 -
92 --require 't/bigintpm.inc'; # all tests here for sharing
93 -+require './t/bigintpm.inc'; # all tests here for sharing
94 ---
95 -2.14.3
96 -