commit: c91f02be8fabeafedbe0684d52b49c25d17c62cc Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun May 14 08:39:08 2023 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun May 14 10:27:54 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c91f02be
dev-libs/igraph: drop 0.9.4 Closes: https://bugs.gentoo.org/905344 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> dev-libs/igraph/Manifest | 1 - .../files/igraph-0.9.2-disable-broken-tests.patch | 15 ------- dev-libs/igraph/igraph-0.9.4.ebuild | 49 ---------------------- 3 files changed, 65 deletions(-) diff --git a/dev-libs/igraph/Manifest b/dev-libs/igraph/Manifest index 8114c91c688e..66b81a40a784 100644 --- a/dev-libs/igraph/Manifest +++ b/dev-libs/igraph/Manifest @@ -1,2 +1 @@ DIST igraph-0.10.4.tar.gz 4279321 BLAKE2B 4e1fc8e8d6dd38cdb24ec564f51f2924e457376c258497b51d7dd4cec88d2226d5b202cdcfa69560e43fdb3cbd49656511178acd2ed705b4af26b1947a92f1ab SHA512 71bcec5f0ba100aae7614753f9232a4221580b822b4dc120e3a80eab59d70c42aedddb00728eb13faf7e522332c514c2e030314c416ded8a70e5de990ea8039b -DIST igraph-0.9.4.tar.gz 3823988 BLAKE2B c62f15fd227a83da8a78c2bf569874e290c0f8ffd8c69353de1ff2fbd5dff290eceff2462495efc86f44303f3d9d0d397eba720a743da6c118dacb9eeff1b2b8 SHA512 1188d69b95f581d7dac5874dcdb2d1b1a322e39b275c6f092c199ed6214def814062bd46d573bdaa4bc8f4514d6840c6e93dedbe0f6c99a15de33cbc39356573 diff --git a/dev-libs/igraph/files/igraph-0.9.2-disable-broken-tests.patch b/dev-libs/igraph/files/igraph-0.9.2-disable-broken-tests.patch deleted file mode 100644 index 9bf9ed7bc764..000000000000 --- a/dev-libs/igraph/files/igraph-0.9.2-disable-broken-tests.patch +++ /dev/null @@ -1,15 +0,0 @@ -upstream issue - https://github.com/igraph/igraph/issues/1694 - ---- a/tests/CMakeLists.txt -+++ b/tests/CMakeLists.txt -@@ -678,10 +678,8 @@ add_examples( - FOLDER examples/simple NAMES - igraph_scg_grouping - igraph_scg_grouping2 -- igraph_scg_grouping3 - igraph_scg_grouping4 - igraph_scg_semiprojectors -- igraph_scg_semiprojectors2 - igraph_scg_semiprojectors3 - scg - ) diff --git a/dev-libs/igraph/igraph-0.9.4.ebuild b/dev-libs/igraph/igraph-0.9.4.ebuild deleted file mode 100644 index 3e145244190d..000000000000 --- a/dev-libs/igraph/igraph-0.9.4.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake - -DESCRIPTION="Creating and manipulating undirected and directed graphs" -HOMEPAGE="http://www.igraph.org/" -SRC_URI="https://github.com/igraph/igraph/releases/download/${PV}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0/0" -KEYWORDS="amd64 x86" -IUSE="debug test threads" -RESTRICT="!test? ( test )" - -RDEPEND=" - dev-libs/gmp:0= - dev-libs/libxml2 - sci-libs/arpack - sci-libs/cxsparse - sci-mathematics/glpk:= - virtual/blas - virtual/lapack" -DEPEND="${RDEPEND}" - -PATCHES=( "${FILESDIR}"/${PN}-0.9.2-disable-broken-tests.patch ) - -src_configure() { - local mycmakeargs=( - -DUSE_CCACHE=OFF - -DIGRAPH_GLPK_SUPPORT=ON - -DIGRAPH_GRAPHML_SUPPORT=ON - -DIGRAPH_USE_INTERNAL_ARPACK=OFF - -DIGRAPH_USE_INTERNAL_BLAS=OFF - -DIGRAPH_USE_INTERNAL_CXSPARSE=OFF - -DIGRAPH_USE_INTERNAL_GLPK=OFF - -DIGRAPH_USE_INTERNAL_GMP=OFF - -DIGRAPH_USE_INTERNAL_LAPACK=OFF - -DIGRAPH_ENABLE_TLS=$(usex threads) - -DBUILD_TESTING=$(usex test) - ) - cmake_src_configure -} - -src_test() { - cmake_build check -}
