sci-mathematics/cado-nfs: Remove last-rited pkg, #587942
authorMichał Górny <mgorny@gentoo.org>
Mon, 14 Aug 2017 21:10:42 +0000 (23:10 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 14 Aug 2017 21:24:00 +0000 (23:24 +0200)
profiles/package.mask
sci-mathematics/cado-nfs/Manifest [deleted file]
sci-mathematics/cado-nfs/cado-nfs-2.2.0.ebuild [deleted file]
sci-mathematics/cado-nfs/metadata.xml [deleted file]

index 505cc7b28a21488f49dec988a267e9fc7cb12b97..ea00dd7dc4d30300a06899417209346be5cfad54 100644 (file)
@@ -288,10 +288,6 @@ dev-util/mutrace
 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.
diff --git a/sci-mathematics/cado-nfs/Manifest b/sci-mathematics/cado-nfs/Manifest
deleted file mode 100644 (file)
index 2135d4e..0000000
+++ /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 (file)
index 6201687..0000000
+++ /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 (file)
index 40aa45d..0000000
+++ /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>