From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C15E31395E1 for ; Sun, 30 Oct 2016 20:05:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 025EBE0CE3; Sun, 30 Oct 2016 20:05:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B92B7E0CE3 for ; Sun, 30 Oct 2016 20:05:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D65D1341016 for ; Sun, 30 Oct 2016 20:05:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6BA7924B3 for ; Sun, 30 Oct 2016 20:05:13 +0000 (UTC) From: "Sven Wegener" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sven Wegener" Message-ID: <1477857864.2eacb46374dea199e612f9bc1724c21bada82fd7.swegener@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/msieve/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/msieve/msieve-9999.ebuild X-VCS-Directories: sci-mathematics/msieve/ X-VCS-Committer: swegener X-VCS-Committer-Name: Sven Wegener X-VCS-Revision: 2eacb46374dea199e612f9bc1724c21bada82fd7 X-VCS-Branch: master Date: Sun, 30 Oct 2016 20:05:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7a21c592-5c63-4ff6-b562-d1df0021e36c X-Archives-Hash: 6b08362461df93f2becff97119444143 commit: 2eacb46374dea199e612f9bc1724c21bada82fd7 Author: Sven Wegener gentoo org> AuthorDate: Sun Aug 21 10:49:02 2016 +0000 Commit: Sven Wegener gentoo org> CommitDate: Sun Oct 30 20:04:24 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2eacb463 sci-mathematics/msieve: Update SourceForge SVN URLs Package-Manager: portage-2.2.28 sci-mathematics/msieve/msieve-9999.ebuild | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/sci-mathematics/msieve/msieve-9999.ebuild b/sci-mathematics/msieve/msieve-9999.ebuild index 7297b0c..9e9dd70 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}/"