Gentoo Archives: gentoo-commits

From: Sven Wegener <swegener@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/msieve/
Date: Sun, 30 Oct 2016 20:05:18
Message-Id: 1477857864.2eacb46374dea199e612f9bc1724c21bada82fd7.swegener@gentoo
1 commit: 2eacb46374dea199e612f9bc1724c21bada82fd7
2 Author: Sven Wegener <swegener <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 21 10:49:02 2016 +0000
4 Commit: Sven Wegener <swegener <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 30 20:04:24 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2eacb463
7
8 sci-mathematics/msieve: Update SourceForge SVN URLs
9
10 Package-Manager: portage-2.2.28
11
12 sci-mathematics/msieve/msieve-9999.ebuild | 7 ++-----
13 1 file changed, 2 insertions(+), 5 deletions(-)
14
15 diff --git a/sci-mathematics/msieve/msieve-9999.ebuild b/sci-mathematics/msieve/msieve-9999.ebuild
16 index 7297b0c..9e9dd70 100644
17 --- a/sci-mathematics/msieve/msieve-9999.ebuild
18 +++ b/sci-mathematics/msieve/msieve-9999.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2013 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -9,7 +9,7 @@ inherit eutils subversion toolchain-funcs
26 DESCRIPTION="A C library implementing a suite of algorithms to factor large integers"
27 HOMEPAGE="https://sourceforge.net/projects/msieve/"
28 #SRC_URI="mirror://sourceforge/${PN}/${PN}/Msieve%20v${PV}/${PN}${PV/./}src.tar.gz"
29 -ESVN_REPO_URI="https://msieve.svn.sourceforge.net/svnroot/msieve"
30 +ESVN_REPO_URI="https://svn.code.sf.net/p/msieve/code/trunk"
31
32 LICENSE="public-domain"
33 SLOT="0"
34 @@ -24,7 +24,6 @@ DEPEND="
35 RDEPEND="${DEPEND}"
36
37 src_prepare() {
38 - cd trunk
39 # TODO: Integrate ggnfs properly
40 sed -i -e 's/-march=k8//' Makefile || die
41 sed -i -e 's/CC =/#CC =/' Makefile || die
42 @@ -32,7 +31,6 @@ src_prepare() {
43 }
44
45 src_compile() {
46 - cd trunk
47 use ecm && export "ECM=1"
48 use mpi && export "MPI=1"
49 use zlib && export "ZLIB=1"
50 @@ -44,7 +42,6 @@ src_compile() {
51 }
52
53 src_install() {
54 - cd trunk
55 mkdir -p "${D}/usr/include/msieve"
56 mkdir -p "${D}/usr/lib/"
57 mkdir -p "${D}/usr/share/doc/${P}/"