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: perl-core/Math-BigInt/
Date: Sun, 30 Dec 2018 16:06:02
Message-Id: 1546185941.2b8ccbd8edc747f772eed7f4c05c813c6747654e.dilfridge@gentoo
1 commit: 2b8ccbd8edc747f772eed7f4c05c813c6747654e
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 30 16:05:19 2018 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 30 16:05:41 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b8ccbd8
7
8 perl-core/Math-BigInt: Remove old
9
10 Closes: https://bugs.gentoo.org/613640
11 Package-Manager: Portage-2.3.53, Repoman-2.3.12
12 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
13
14 perl-core/Math-BigInt/Manifest | 1 -
15 perl-core/Math-BigInt/Math-BigInt-1.999.715.ebuild | 29 ----------------------
16 2 files changed, 30 deletions(-)
17
18 diff --git a/perl-core/Math-BigInt/Manifest b/perl-core/Math-BigInt/Manifest
19 index 4c975ac9a20..8c784f78346 100644
20 --- a/perl-core/Math-BigInt/Manifest
21 +++ b/perl-core/Math-BigInt/Manifest
22 @@ -1,2 +1 @@
23 -DIST Math-BigInt-1.999715.tar.gz 252193 BLAKE2B b73cca6b89dc88daffa6770b9ebfa68bb8a2181cb23eab70e09f789b2e769abe7c8ef61d92991eeddf1a3751621e138672d5d3823cf0e1ea0f34bcf57a468e03 SHA512 85d5e168e41f53a37cfcdbef3a2b9a998be7344e828675cda5e3d9db320d4d617555aa9611ecabd6a13974d3a3eee8ec624e9f839bc6ac7a3abecc6a67305bc7
24 DIST Math-BigInt-1.999806.tar.gz 2814121 BLAKE2B 9be5e024e0227965ae3abc4962aac40d9d082004d8f57a6b96e84eba0732fd7b276d375848090922748081f6f44b0b5dde915037c659395e6e5979090b75cc4a SHA512 2c496450ecc64acb7635ed2bf3b1bb0faef77aee56aee391341ca180e63037c4bc9fee6e8ae23f1db610df56a83e703a602ed37a83b35f294f7536642d897e9f
25
26 diff --git a/perl-core/Math-BigInt/Math-BigInt-1.999.715.ebuild b/perl-core/Math-BigInt/Math-BigInt-1.999.715.ebuild
27 deleted file mode 100644
28 index fb7d40b37a1..00000000000
29 --- a/perl-core/Math-BigInt/Math-BigInt-1.999.715.ebuild
30 +++ /dev/null
31 @@ -1,29 +0,0 @@
32 -# Copyright 1999-2018 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -DIST_AUTHOR=PJACKLAM
38 -DIST_VERSION=1.999715
39 -inherit perl-module
40 -
41 -DESCRIPTION="Arbitrary size floating point math package"
42 -
43 -SLOT="0"
44 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
45 -IUSE="test"
46 -
47 -RDEPEND="
48 - >=virtual/perl-Math-Complex-1.390.0
49 -"
50 -DEPEND="${RDEPEND}
51 - virtual/perl-ExtUtils-MakeMaker
52 - test? ( >=virtual/perl-Test-Simple-0.930.100 )
53 -"
54 -
55 -PDEPEND="
56 - >=virtual/perl-Math-BigInt-FastCalc-0.270.0
57 - >=virtual/perl-bignum-0.220.0
58 - >=virtual/perl-Math-BigRat-0.260.200
59 -"
60 -# where does this come from?