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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3A39A15806E for ; Sun, 14 May 2023 10:29:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 13FC3E0885; Sun, 14 May 2023 10:29:19 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DB089E087E for ; Sun, 14 May 2023 10:29:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 972F2340E82 for ; Sun, 14 May 2023 10:29:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C390EA74 for ; Sun, 14 May 2023 10:29:13 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1684060074.c91f02be8fabeafedbe0684d52b49c25d17c62cc.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/igraph/, dev-libs/igraph/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/igraph/Manifest dev-libs/igraph/files/igraph-0.9.2-disable-broken-tests.patch dev-libs/igraph/igraph-0.9.4.ebuild X-VCS-Directories: dev-libs/igraph/files/ dev-libs/igraph/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c91f02be8fabeafedbe0684d52b49c25d17c62cc X-VCS-Branch: master Date: Sun, 14 May 2023 10:29:13 +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: d05d9ff0-e1ef-4e8e-b6e7-66f2f16e7458 X-Archives-Hash: cf9c651f51ef3b4036de6881feec0a5d commit: c91f02be8fabeafedbe0684d52b49c25d17c62cc Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun May 14 08:39:08 2023 +0000 Commit: Andreas Sturmlechner gentoo 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 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 -}