* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/cado-nfs/
@ 2015-12-21 13:23 Patrick Lauer
0 siblings, 0 replies; 3+ messages in thread
From: Patrick Lauer @ 2015-12-21 13:23 UTC (permalink / raw
To: gentoo-commits
commit: b7240d561f244e5155d83f41dc916b09be5de1e4
Author: Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 21 13:22:59 2015 +0000
Commit: Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Mon Dec 21 13:22:59 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7240d56
sci-mathematics/cado-nfs: Bump
sci-mathematics/cado-nfs/Manifest | 1 +
sci-mathematics/cado-nfs/cado-nfs-2.2.0.ebuild | 45 ++++++++++++++++++++++++++
2 files changed, 46 insertions(+)
diff --git a/sci-mathematics/cado-nfs/Manifest b/sci-mathematics/cado-nfs/Manifest
index b237edb..8aebd91 100644
--- a/sci-mathematics/cado-nfs/Manifest
+++ b/sci-mathematics/cado-nfs/Manifest
@@ -2,3 +2,4 @@ DIST cado-nfs-1.1.tar.gz 1453860 SHA256 295c8662208c432a98157951ddc117820ff2e57e
DIST cado-nfs-2.0.tar.gz 2088866 SHA256 67f2ca3f739e07e89c9873f98d876bf771a3900288eda3d724b06f5736b4bfa2 SHA512 7f531e9ad1445c763a2fd37441e2e3bf6d4184d0d93be414d078b7024860c9d85754afe6629d9436b540361183462792248a88c0af76407d10a621385ec5b18b WHIRLPOOL 91b7a874cedb90c555625f9a0187f62c2cfccebc7236182d6bba17187fa5080b5164b121361035f3c7281881cc44f026fb66c6b242f8abcf6b6628a6eb280b90
DIST cado-nfs-2.1.1.tar.gz 2560216 SHA256 7493b3d38c7bb7db2e3e8068f6d7da2bf0429d5cc153af668f677af99f0320fa SHA512 8463fddc49cf7ad3caef47f9b96fd8ed63de63fa3aa9791b94e58d920f2bb66d843e6e53bab81eaea62d3cbdc834c4f7b7f294d255ac7def74ff51a651905002 WHIRLPOOL cecea890bc48b80ad8907e69f8ca386a45b99f4735cdec3bdfba936bf502b6efbf76bbae3f4a8f60e8f676c27f441ae03ec8327be05c92eecbcf7751b8d34f9f
DIST cado-nfs-2.1.tar.gz 2558577 SHA256 ff50baeb2eb5bf0ff3dd8600056e8e762fa30c94c2425fb73843329ced2a5ae1 SHA512 fcdba87ca349485e6d25c1298cc90197855a2fa354b51edb827445b10e7cb023f5d239e02aba0cdae28b4f4b38d260b4b492cdf5eb0c929afdca6aa604b29191 WHIRLPOOL c23a7b5d184efa385689493831f70cff823811d8f320ea3e91f367c580b285dcf6515027d466784d56c5f3f49d51e1d3baccd566096af561710b9267d1e0bdda
+DIST cado-nfs-2.2.0.tar.gz 3197259 SHA256 b85ffd8c13eadb911e2f2f026fad1a4993f8f85a82326cc2b4f95bee536a6cb5 SHA512 983806522187a79a1d6113c2539c05d2d09caa823db9ba629d12501ac50b10daf673ca52039c403ea18f8befe0f6831af7e6586b6fcf0265555efe299f09f57f WHIRLPOOL c30a7ef57aa5ca37430138e9193af553ac0c240093362dbf31094732de2874aca44523ed6395f35c39158fde1863555b1f3e8a46d0175d502ed947f77e0daf90
diff --git a/sci-mathematics/cado-nfs/cado-nfs-2.2.0.ebuild b/sci-mathematics/cado-nfs/cado-nfs-2.2.0.ebuild
new file mode 100644
index 0000000..44c8e43
--- /dev/null
+++ b/sci-mathematics/cado-nfs/cado-nfs-2.2.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+DESCRIPTION="Number Field Sieve (NFS) implementation for factoring integers"
+HOMEPAGE="http://cado-nfs.gforge.inria.fr/"
+SRC_URI="https://gforge.inria.fr/frs/download.php/file/35401/${P}.tar.gz"
+
+PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_REQ_USE="sqlite"
+inherit eutils cmake-utils python-r1
+
+# Fails F9_{k,m}bucket_test F9_tracektest
+RESTRICT="test"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+ ${PYTHON_DEPS}
+ dev-libs/gmp
+ dev-lang/perl
+ !sci-mathematics/ggnfs
+ !sci-biology/shrimp
+ "
+DEPEND="${RDEPEND}
+ "
+
+src_prepare() {
+ # looks like packaging mistake
+ sed -i -e 's/add_executable (convert_rels convert_rels.c)//' misc/CMakeLists.txt || die
+ sed -i -e 's/target_link_libraries (convert_rels utils)//' misc/CMakeLists.txt || die
+ sed -i -e 's~install(TARGETS convert_rels RUNTIME DESTINATION bin/misc)~~' misc/CMakeLists.txt || die
+}
+
+src_configure() {
+ DESTINATION="/usr/libexec/cado-nfs" cmake-utils_src_configure
+}
+src_compile() {
+ # autodetection goes confused for gf2x
+ ABI=default cmake-utils_src_compile
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/cado-nfs/
@ 2017-02-19 18:36 David Seifert
0 siblings, 0 replies; 3+ messages in thread
From: David Seifert @ 2017-02-19 18:36 UTC (permalink / raw
To: gentoo-commits
commit: 8f929283446c080afd161ea2e1dee136f73e4db1
Author: Gerhard Bräunlich <wippbox <AT> gmx <DOT> net>
AuthorDate: Sun Feb 19 10:52:50 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Feb 19 18:20:34 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f929283
sci-mathematics/cado-nfs: Removing EAPI 4 ebuilds
Package-Manager: portage-2.3.3
Closes: https://github.com/gentoo/gentoo/pull/4030
sci-mathematics/cado-nfs/Manifest | 4 ---
sci-mathematics/cado-nfs/cado-nfs-1.1.ebuild | 31 -------------------
sci-mathematics/cado-nfs/cado-nfs-2.0.ebuild | 38 ------------------------
sci-mathematics/cado-nfs/cado-nfs-2.1.1.ebuild | 41 --------------------------
sci-mathematics/cado-nfs/cado-nfs-2.1.ebuild | 41 --------------------------
5 files changed, 155 deletions(-)
diff --git a/sci-mathematics/cado-nfs/Manifest b/sci-mathematics/cado-nfs/Manifest
index 8aebd919f4..2135d4ecd5 100644
--- a/sci-mathematics/cado-nfs/Manifest
+++ b/sci-mathematics/cado-nfs/Manifest
@@ -1,5 +1 @@
-DIST cado-nfs-1.1.tar.gz 1453860 SHA256 295c8662208c432a98157951ddc117820ff2e57ee36fdae53b30dca89ebfc02f SHA512 e0578c4931eaa044c46e1a11e4d44f0d716f5049b9414a73371a2f1001798e5b011887ae450ff1a4256cd683e928c88b7f4f5af8402570c5dc3f4d17c9801101 WHIRLPOOL 4162a221763cb858beab19259331a1ed2fbafede4f55af1dc962869cfd00cd37af867b021d595f902f0a111f2af5548a783be3ca1fdd4e5c3421a3d804633903
-DIST cado-nfs-2.0.tar.gz 2088866 SHA256 67f2ca3f739e07e89c9873f98d876bf771a3900288eda3d724b06f5736b4bfa2 SHA512 7f531e9ad1445c763a2fd37441e2e3bf6d4184d0d93be414d078b7024860c9d85754afe6629d9436b540361183462792248a88c0af76407d10a621385ec5b18b WHIRLPOOL 91b7a874cedb90c555625f9a0187f62c2cfccebc7236182d6bba17187fa5080b5164b121361035f3c7281881cc44f026fb66c6b242f8abcf6b6628a6eb280b90
-DIST cado-nfs-2.1.1.tar.gz 2560216 SHA256 7493b3d38c7bb7db2e3e8068f6d7da2bf0429d5cc153af668f677af99f0320fa SHA512 8463fddc49cf7ad3caef47f9b96fd8ed63de63fa3aa9791b94e58d920f2bb66d843e6e53bab81eaea62d3cbdc834c4f7b7f294d255ac7def74ff51a651905002 WHIRLPOOL cecea890bc48b80ad8907e69f8ca386a45b99f4735cdec3bdfba936bf502b6efbf76bbae3f4a8f60e8f676c27f441ae03ec8327be05c92eecbcf7751b8d34f9f
-DIST cado-nfs-2.1.tar.gz 2558577 SHA256 ff50baeb2eb5bf0ff3dd8600056e8e762fa30c94c2425fb73843329ced2a5ae1 SHA512 fcdba87ca349485e6d25c1298cc90197855a2fa354b51edb827445b10e7cb023f5d239e02aba0cdae28b4f4b38d260b4b492cdf5eb0c929afdca6aa604b29191 WHIRLPOOL c23a7b5d184efa385689493831f70cff823811d8f320ea3e91f367c580b285dcf6515027d466784d56c5f3f49d51e1d3baccd566096af561710b9267d1e0bdda
DIST cado-nfs-2.2.0.tar.gz 3197259 SHA256 b85ffd8c13eadb911e2f2f026fad1a4993f8f85a82326cc2b4f95bee536a6cb5 SHA512 983806522187a79a1d6113c2539c05d2d09caa823db9ba629d12501ac50b10daf673ca52039c403ea18f8befe0f6831af7e6586b6fcf0265555efe299f09f57f WHIRLPOOL c30a7ef57aa5ca37430138e9193af553ac0c240093362dbf31094732de2874aca44523ed6395f35c39158fde1863555b1f3e8a46d0175d502ed947f77e0daf90
diff --git a/sci-mathematics/cado-nfs/cado-nfs-1.1.ebuild b/sci-mathematics/cado-nfs/cado-nfs-1.1.ebuild
deleted file mode 100644
index 518c007988..0000000000
--- a/sci-mathematics/cado-nfs/cado-nfs-1.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-DESCRIPTION="Number Field Sieve (NFS) implementation for factoring integers"
-HOMEPAGE="http://cado-nfs.gforge.inria.fr/"
-SRC_URI="https://gforge.inria.fr/frs/download.php/29330/${P}.tar.gz"
-
-inherit eutils cmake-utils
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-libs/gmp
- dev-lang/perl
- !sci-mathematics/ggnfs
- !sci-biology/shrimp
- "
-DEPEND="${RDEPEND}
- "
-
-src_configure() {
- DESTINATION="/usr/libexec/cado-nfs" cmake-utils_src_configure
-}
-src_compile() {
- # autodetection goes confused for gf2x
- ABI=default cmake-utils_src_compile
-}
diff --git a/sci-mathematics/cado-nfs/cado-nfs-2.0.ebuild b/sci-mathematics/cado-nfs/cado-nfs-2.0.ebuild
deleted file mode 100644
index 74f10caa63..0000000000
--- a/sci-mathematics/cado-nfs/cado-nfs-2.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-DESCRIPTION="Number Field Sieve (NFS) implementation for factoring integers"
-HOMEPAGE="http://cado-nfs.gforge.inria.fr/"
-SRC_URI="https://gforge.inria.fr/frs/download.php/33131/${P}.tar.gz"
-
-inherit eutils cmake-utils
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-libs/gmp
- dev-lang/perl
- !sci-mathematics/ggnfs
- !sci-biology/shrimp
- "
-DEPEND="${RDEPEND}
- "
-
-src_prepare() {
- # looks like packaging mistake
- sed -i -e 's/add_executable (convert_rels convert_rels.c)//' misc/CMakeLists.txt || die
- sed -i -e 's/target_link_libraries (convert_rels utils)//' misc/CMakeLists.txt || die
- sed -i -e 's~install(TARGETS convert_rels RUNTIME DESTINATION bin/misc)~~' misc/CMakeLists.txt || die
-}
-
-src_configure() {
- DESTINATION="/usr/libexec/cado-nfs" cmake-utils_src_configure
-}
-src_compile() {
- # autodetection goes confused for gf2x
- ABI=default cmake-utils_src_compile
-}
diff --git a/sci-mathematics/cado-nfs/cado-nfs-2.1.1.ebuild b/sci-mathematics/cado-nfs/cado-nfs-2.1.1.ebuild
deleted file mode 100644
index 8ef8f4297c..0000000000
--- a/sci-mathematics/cado-nfs/cado-nfs-2.1.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-DESCRIPTION="Number Field Sieve (NFS) implementation for factoring integers"
-HOMEPAGE="http://cado-nfs.gforge.inria.fr/"
-SRC_URI="https://gforge.inria.fr/frs/download.php/file/34110/${P}.tar.gz"
-
-inherit eutils cmake-utils
-
-# Fails F9_{k,m}bucket_test F9_tracektest
-RESTRICT="test"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-libs/gmp
- dev-lang/perl
- !sci-mathematics/ggnfs
- !sci-biology/shrimp
- "
-DEPEND="${RDEPEND}
- "
-
-src_prepare() {
- # looks like packaging mistake
- sed -i -e 's/add_executable (convert_rels convert_rels.c)//' misc/CMakeLists.txt || die
- sed -i -e 's/target_link_libraries (convert_rels utils)//' misc/CMakeLists.txt || die
- sed -i -e 's~install(TARGETS convert_rels RUNTIME DESTINATION bin/misc)~~' misc/CMakeLists.txt || die
-}
-
-src_configure() {
- DESTINATION="/usr/libexec/cado-nfs" cmake-utils_src_configure
-}
-src_compile() {
- # autodetection goes confused for gf2x
- ABI=default cmake-utils_src_compile
-}
diff --git a/sci-mathematics/cado-nfs/cado-nfs-2.1.ebuild b/sci-mathematics/cado-nfs/cado-nfs-2.1.ebuild
deleted file mode 100644
index af4044b322..0000000000
--- a/sci-mathematics/cado-nfs/cado-nfs-2.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-DESCRIPTION="Number Field Sieve (NFS) implementation for factoring integers"
-HOMEPAGE="http://cado-nfs.gforge.inria.fr/"
-SRC_URI="https://gforge.inria.fr/frs/download.php/file/33856/${P}.tar.gz"
-
-inherit eutils cmake-utils
-
-# Fails F9_{k,m}bucket_test F9_tracektest
-RESTRICT="test"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-libs/gmp
- dev-lang/perl
- !sci-mathematics/ggnfs
- !sci-biology/shrimp
- "
-DEPEND="${RDEPEND}
- "
-
-src_prepare() {
- # looks like packaging mistake
- sed -i -e 's/add_executable (convert_rels convert_rels.c)//' misc/CMakeLists.txt || die
- sed -i -e 's/target_link_libraries (convert_rels utils)//' misc/CMakeLists.txt || die
- sed -i -e 's~install(TARGETS convert_rels RUNTIME DESTINATION bin/misc)~~' misc/CMakeLists.txt || die
-}
-
-src_configure() {
- DESTINATION="/usr/libexec/cado-nfs" cmake-utils_src_configure
-}
-src_compile() {
- # autodetection goes confused for gf2x
- ABI=default cmake-utils_src_compile
-}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/cado-nfs/
@ 2017-04-20 16:41 David Seifert
0 siblings, 0 replies; 3+ messages in thread
From: David Seifert @ 2017-04-20 16:41 UTC (permalink / raw
To: gentoo-commits
commit: 77b512f7f07905228f50c7a677d153044f8fa3e0
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 20 15:48:39 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Apr 20 16:39:15 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77b512f7
sci-mathematics/cado-nfs: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
sci-mathematics/cado-nfs/cado-nfs-2.2.0.ebuild | 15 +++++++++------
1 file changed, 9 insertions(+), 6 deletions(-)
diff --git a/sci-mathematics/cado-nfs/cado-nfs-2.2.0.ebuild b/sci-mathematics/cado-nfs/cado-nfs-2.2.0.ebuild
index 123f91fa2fb..6201687e8a7 100644
--- a/sci-mathematics/cado-nfs/cado-nfs-2.2.0.ebuild
+++ b/sci-mathematics/cado-nfs/cado-nfs-2.2.0.ebuild
@@ -1,22 +1,25 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-DESCRIPTION="Number Field Sieve (NFS) implementation for factoring integers"
-HOMEPAGE="http://cado-nfs.gforge.inria.fr/"
-SRC_URI="https://gforge.inria.fr/frs/download.php/file/35401/${P}.tar.gz"
PYTHON_COMPAT=( python{2_7,3_4} )
PYTHON_REQ_USE="sqlite"
+
inherit eutils cmake-utils python-r1
-# Fails F9_{k,m}bucket_test F9_tracektest
-RESTRICT="test"
+DESCRIPTION="Number Field Sieve (NFS) implementation for factoring integers"
+HOMEPAGE="http://cado-nfs.gforge.inria.fr/"
+SRC_URI="https://gforge.inria.fr/frs/download.php/file/35401/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+# Fails F9_{k,m}bucket_test F9_tracektest
+RESTRICT="test"
RDEPEND="
${PYTHON_DEPS}
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-04-20 16:41 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-19 18:36 [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/cado-nfs/ David Seifert
-- strict thread matches above, loose matches on Subject: below --
2017-04-20 16:41 David Seifert
2015-12-21 13:23 Patrick Lauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox