diff options
author | Sven Wegener <swegener@gentoo.org> | 2016-08-21 10:49:02 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2016-10-30 20:04:24 +0000 |
commit | 2eacb46374dea199e612f9bc1724c21bada82fd7 (patch) | |
tree | 6678fc0bead0dafd70167b501ada2321bb902832 /sci-mathematics | |
parent | sci-libs/libmuscle: Update SourceForge SVN URLs (diff) | |
download | gentoo-2eacb46374dea199e612f9bc1724c21bada82fd7.tar.gz gentoo-2eacb46374dea199e612f9bc1724c21bada82fd7.tar.bz2 gentoo-2eacb46374dea199e612f9bc1724c21bada82fd7.zip |
sci-mathematics/msieve: Update SourceForge SVN URLs
Package-Manager: portage-2.2.28
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/msieve/msieve-9999.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sci-mathematics/msieve/msieve-9999.ebuild b/sci-mathematics/msieve/msieve-9999.ebuild index 7297b0c87a50..9e9dd7078456 100644 --- a/sci-mathematics/msieve/msieve-9999.ebuild +++ b/sci-mathematics/msieve/msieve-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -9,7 +9,7 @@ inherit eutils subversion toolchain-funcs DESCRIPTION="A C library implementing a suite of algorithms to factor large integers" HOMEPAGE="https://sourceforge.net/projects/msieve/" #SRC_URI="mirror://sourceforge/${PN}/${PN}/Msieve%20v${PV}/${PN}${PV/./}src.tar.gz" -ESVN_REPO_URI="https://msieve.svn.sourceforge.net/svnroot/msieve" +ESVN_REPO_URI="https://svn.code.sf.net/p/msieve/code/trunk" LICENSE="public-domain" SLOT="0" @@ -24,7 +24,6 @@ DEPEND=" RDEPEND="${DEPEND}" src_prepare() { - cd trunk # TODO: Integrate ggnfs properly sed -i -e 's/-march=k8//' Makefile || die sed -i -e 's/CC =/#CC =/' Makefile || die @@ -32,7 +31,6 @@ src_prepare() { } src_compile() { - cd trunk use ecm && export "ECM=1" use mpi && export "MPI=1" use zlib && export "ZLIB=1" @@ -44,7 +42,6 @@ src_compile() { } src_install() { - cd trunk mkdir -p "${D}/usr/include/msieve" mkdir -p "${D}/usr/lib/" mkdir -p "${D}/usr/share/doc/${P}/" |