summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--profiles/package.mask4
-rw-r--r--sci-mathematics/cado-nfs/Manifest1
-rw-r--r--sci-mathematics/cado-nfs/cado-nfs-2.2.0.ebuild47
-rw-r--r--sci-mathematics/cado-nfs/metadata.xml8
4 files changed, 0 insertions, 60 deletions
diff --git a/profiles/package.mask b/profiles/package.mask
index 505cc7b28a21..ea00dd7dc4d3 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -289,10 +289,6 @@ sys-libs/libacpi
sys-power/yacpi
# Pacho Ramos <pacho@gentoo.org> (14 Jul 2017)
-# Doesn't build for a long time, bug #587942
-sci-mathematics/cado-nfs
-
-# Pacho Ramos <pacho@gentoo.org> (14 Jul 2017)
# Multiple unresolved bugs (#600680), need major version bumps and a
# maintainer, removal in 2 months.
dev-libs/libRocket
diff --git a/sci-mathematics/cado-nfs/Manifest b/sci-mathematics/cado-nfs/Manifest
deleted file mode 100644
index 2135d4ecd553..000000000000
--- a/sci-mathematics/cado-nfs/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-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
deleted file mode 100644
index 6201687e8a7e..000000000000
--- a/sci-mathematics/cado-nfs/cado-nfs-2.2.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_4} )
-PYTHON_REQ_USE="sqlite"
-
-inherit eutils cmake-utils python-r1
-
-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}
- dev-libs/gmp:0=
- 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/metadata.xml b/sci-mathematics/cado-nfs/metadata.xml
deleted file mode 100644
index 40aa45df2b01..000000000000
--- a/sci-mathematics/cado-nfs/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>patrick@gentoo.org</email>
- <name>Patrick Lauer</name>
- </maintainer>
-</pkgmetadata>