Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/msieve/
Date: Sun, 30 Jun 2019 21:07:08
Message-Id: 1561928809.fe50250815b07f0328a7235b2f4e5ca20bb96eb2.soap@gentoo
1 commit: fe50250815b07f0328a7235b2f4e5ca20bb96eb2
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 30 21:06:49 2019 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 30 21:06:49 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe502508
7
8 sci-mathematics/msieve: Remove gwnum USE dep
9
10 Package-Manager: Portage-2.3.67, Repoman-2.3.16
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 sci-mathematics/msieve/{msieve-1.51.ebuild => msieve-1.51-r1.ebuild} | 5 ++---
14 sci-mathematics/msieve/{msieve-1.53.ebuild => msieve-1.53-r1.ebuild} | 3 +--
15 sci-mathematics/msieve/msieve-9999.ebuild | 5 ++---
16 3 files changed, 5 insertions(+), 8 deletions(-)
17
18 diff --git a/sci-mathematics/msieve/msieve-1.51.ebuild b/sci-mathematics/msieve/msieve-1.51-r1.ebuild
19 similarity index 92%
20 rename from sci-mathematics/msieve/msieve-1.51.ebuild
21 rename to sci-mathematics/msieve/msieve-1.51-r1.ebuild
22 index ffe3772b82d..0b4672d57dc 100644
23 --- a/sci-mathematics/msieve/msieve-1.51.ebuild
24 +++ b/sci-mathematics/msieve/msieve-1.51-r1.ebuild
25 @@ -1,4 +1,4 @@
26 -# Copyright 1999-2013 Gentoo Foundation
27 +# Copyright 1999-2019 Gentoo Authors
28 # Distributed under the terms of the GNU General Public License v2
29
30 EAPI=5
31 @@ -14,9 +14,8 @@ SLOT="0"
32 KEYWORDS="~amd64 ~x86"
33 IUSE="zlib +ecm mpi"
34
35 -# some linking troubles with gwnum
36 DEPEND="
37 - ecm? ( sci-mathematics/gmp-ecm[-gwnum] )
38 + ecm? ( sci-mathematics/gmp-ecm )
39 mpi? ( virtual/mpi )
40 zlib? ( sys-libs/zlib )"
41 RDEPEND="${DEPEND}"
42
43 diff --git a/sci-mathematics/msieve/msieve-1.53.ebuild b/sci-mathematics/msieve/msieve-1.53-r1.ebuild
44 similarity index 94%
45 rename from sci-mathematics/msieve/msieve-1.53.ebuild
46 rename to sci-mathematics/msieve/msieve-1.53-r1.ebuild
47 index 534207e16fb..67933ca55df 100644
48 --- a/sci-mathematics/msieve/msieve-1.53.ebuild
49 +++ b/sci-mathematics/msieve/msieve-1.53-r1.ebuild
50 @@ -14,9 +14,8 @@ SLOT="0"
51 KEYWORDS="~amd64 ~x86"
52 IUSE="zlib +ecm mpi"
53
54 -# some linking troubles with gwnum
55 DEPEND="
56 - ecm? ( sci-mathematics/gmp-ecm[-gwnum] )
57 + ecm? ( sci-mathematics/gmp-ecm )
58 mpi? ( virtual/mpi )
59 zlib? ( sys-libs/zlib:= )"
60 RDEPEND="${DEPEND}"
61
62 diff --git a/sci-mathematics/msieve/msieve-9999.ebuild b/sci-mathematics/msieve/msieve-9999.ebuild
63 index 5da826bda06..d5ad2a8ec1b 100644
64 --- a/sci-mathematics/msieve/msieve-9999.ebuild
65 +++ b/sci-mathematics/msieve/msieve-9999.ebuild
66 @@ -1,4 +1,4 @@
67 -# Copyright 1999-2016 Gentoo Foundation
68 +# Copyright 1999-2019 Gentoo Authors
69 # Distributed under the terms of the GNU General Public License v2
70
71 EAPI=5
72 @@ -15,9 +15,8 @@ SLOT="0"
73 KEYWORDS=""
74 IUSE="zlib +ecm mpi"
75
76 -# some linking troubles with gwnum
77 DEPEND="
78 - ecm? ( sci-mathematics/gmp-ecm[-gwnum] )
79 + ecm? ( sci-mathematics/gmp-ecm )
80 mpi? ( virtual/mpi )
81 zlib? ( sys-libs/zlib )"
82 RDEPEND="${DEPEND}"