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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 65FD3138359 for ; Tue, 21 Jul 2020 10:03:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 44741E09A6; Tue, 21 Jul 2020 10:03:40 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2F8F1E09A6 for ; Tue, 21 Jul 2020 10:03:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2A10934F474 for ; Tue, 21 Jul 2020 10:03:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 46F1E2F5 for ; Tue, 21 Jul 2020 10:03:35 +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: <1595325797.5756d72f3566d0e173ea51423d46ec809ae1cd65.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/umfpack/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/umfpack/Manifest sci-libs/umfpack/umfpack-5.6.2.ebuild X-VCS-Directories: sci-libs/umfpack/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 5756d72f3566d0e173ea51423d46ec809ae1cd65 X-VCS-Branch: master Date: Tue, 21 Jul 2020 10:03:35 +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: baaf5d4a-9486-4c68-9d39-055b833e6da0 X-Archives-Hash: 6eeed067f771d177d7b46f8c184723e2 commit: 5756d72f3566d0e173ea51423d46ec809ae1cd65 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jul 19 16:29:51 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Jul 21 10:03:17 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5756d72f sci-libs/umfpack: Drop 5.6.2 Package-Manager: Portage-3.0.0, Repoman-2.3.23 Signed-off-by: Andreas Sturmlechner gentoo.org> sci-libs/umfpack/Manifest | 1 - sci-libs/umfpack/umfpack-5.6.2.ebuild | 33 --------------------------------- 2 files changed, 34 deletions(-) diff --git a/sci-libs/umfpack/Manifest b/sci-libs/umfpack/Manifest index 8c04f60db6f..2b217492169 100644 --- a/sci-libs/umfpack/Manifest +++ b/sci-libs/umfpack/Manifest @@ -1,2 +1 @@ -DIST umfpack-5.6.2.tar.bz2 780204 BLAKE2B 9e0f4abe92139e3cd6604be63d7fea0ffe50e0669081cafe07eef5d16a4c99493ace16a36a13470d617944cef2c505a3feadb5324e0add4a7f7fe6cbaa732fd3 SHA512 7b206235e837e84885c871322c1f0d4378a048008d9c110bd96204e9bc1bd9c72c6909da513fd78b6225fddc7b91e1ceebf1a5147e99943b3f0fff48682403dc DIST umfpack-5.7.9.tar.bz2 772026 BLAKE2B 6d6dc1ba47b8f473884c1cb17d3eaa363d88281512e33586a0af0c2bcb7a523272bef4d8da0a29e2a5a84c8f0cd0ee6830ec10247971db63b4c319e6fa9a3c42 SHA512 5ad57467b5b7e4579f3cc9e2e7c92a0262ac2ef991a606d079b749b66e10da60aceaa4b0e741c116f8866da23c0f7c06368fe2b08d66d51383683f0dcbeddba3 diff --git a/sci-libs/umfpack/umfpack-5.6.2.ebuild b/sci-libs/umfpack/umfpack-5.6.2.ebuild deleted file mode 100644 index c9b20c73412..00000000000 --- a/sci-libs/umfpack/umfpack-5.6.2.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit autotools-utils toolchain-funcs - -DESCRIPTION="Unsymmetric multifrontal sparse LU factorization library" -HOMEPAGE="http://www.cise.ufl.edu/research/sparse/umfpack" -SRC_URI="https://dev.gentoo.org/~bicatali/distfiles/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x86-macos" -IUSE="doc +cholmod static-libs" - -RDEPEND=" - >=sci-libs/amd-1.3 - sci-libs/suitesparseconfig - virtual/blas - cholmod? ( >=sci-libs/cholmod-2[-minimal] )" -DEPEND="${RDEPEND} - virtual/pkgconfig - doc? ( virtual/latex-base )" - -src_configure() { - local myeconfargs=( - --with-blas="$($(tc-getPKG_CONFIG) --libs blas)" - $(use_with doc) - $(use_with cholmod) - ) - autotools-utils_src_configure -}