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 15D0E13835C for ; Tue, 30 Mar 2021 09:25:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08FC1E0977; Tue, 30 Mar 2021 09:25:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E0235E0977 for ; Tue, 30 Mar 2021 09:25:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1A516340ED7 for ; Tue, 30 Mar 2021 09:25:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7877B639 for ; Tue, 30 Mar 2021 09:25:08 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1617096243.96a339dda415fc229484841a898b0b4054f1152d.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/yafu/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/yafu/metadata.xml sci-mathematics/yafu/yafu-1.34.3-r1.ebuild sci-mathematics/yafu/yafu-1.34.3.ebuild sci-mathematics/yafu/yafu-9999.ebuild X-VCS-Directories: sci-mathematics/yafu/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 96a339dda415fc229484841a898b0b4054f1152d X-VCS-Branch: master Date: Tue, 30 Mar 2021 09:25:08 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a51f8a24-67a1-40c3-aaa0-64c76b8755a9 X-Archives-Hash: 011c711069ec110972e8c7f28e46805f commit: 96a339dda415fc229484841a898b0b4054f1152d Author: Jakov Smolic sartura hr> AuthorDate: Tue Mar 30 09:24:03 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Tue Mar 30 09:24:03 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96a339dd sci-mathematics/yafu: Remove sieve USE flag Signed-off-by: Jakov Smolic sartura.hr> Signed-off-by: David Seifert gentoo.org> sci-mathematics/yafu/metadata.xml | 3 --- .../yafu/{yafu-1.34.3.ebuild => yafu-1.34.3-r1.ebuild} | 8 +------- sci-mathematics/yafu/yafu-9999.ebuild | 9 +-------- 3 files changed, 2 insertions(+), 18 deletions(-) diff --git a/sci-mathematics/yafu/metadata.xml b/sci-mathematics/yafu/metadata.xml index f07f2757aeb..056ae1719a6 100644 --- a/sci-mathematics/yafu/metadata.xml +++ b/sci-mathematics/yafu/metadata.xml @@ -5,9 +5,6 @@ patrick@gentoo.org Patrick Lauer - - Use msieve for the sieving steps of NFS - yafu diff --git a/sci-mathematics/yafu/yafu-1.34.3.ebuild b/sci-mathematics/yafu/yafu-1.34.3-r1.ebuild similarity index 90% rename from sci-mathematics/yafu/yafu-1.34.3.ebuild rename to sci-mathematics/yafu/yafu-1.34.3-r1.ebuild index e48b2e4b205..24b5c5e29c9 100644 --- a/sci-mathematics/yafu/yafu-1.34.3.ebuild +++ b/sci-mathematics/yafu/yafu-1.34.3-r1.ebuild @@ -13,15 +13,10 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_PV}/${PN}-${MY_PV}-src.zip" SLOT="0" LICENSE="public-domain" KEYWORDS="~amd64 ~x86" -IUSE="+sieve" DEPEND=" dev-libs/gmp:0= - sci-mathematics/gmp-ecm - sieve? ( - sci-mathematics/ggnfs - sci-mathematics/msieve - )" + sci-mathematics/gmp-ecm" RDEPEND="${DEPEND}" BDEPEND="app-arch/unzip" @@ -48,7 +43,6 @@ src_configure() { src_compile() { local VAR - use sieve && VAR="NFS=1" use amd64 && emake $VAR x86_64 use x86 && emake $VAR x86 } diff --git a/sci-mathematics/yafu/yafu-9999.ebuild b/sci-mathematics/yafu/yafu-9999.ebuild index 3f727cf66ae..baa6c351b54 100644 --- a/sci-mathematics/yafu/yafu-9999.ebuild +++ b/sci-mathematics/yafu/yafu-9999.ebuild @@ -12,16 +12,10 @@ ESVN_REPO_URI="https://svn.code.sf.net/p/yafu/code/" SLOT="0" LICENSE="public-domain" -KEYWORDS="" -# nfs is overloaded, so using less confusing sieve here -IUSE="+sieve" DEPEND=" dev-libs/gmp:0= - sci-mathematics/gmp-ecm - sieve? ( - sci-mathematics/msieve - sci-mathematics/ggnfs )" + sci-mathematics/gmp-ecm" RDEPEND="${DEPEND}" src_prepare() { @@ -44,7 +38,6 @@ src_compile() { cd trunk # hmm, not that useful: #VAR="TIMING=1 " - use sieve && VAR+="NFS=1" use amd64 && emake $VAR x86_64 use x86 && emake $VAR x86 }