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 89393138359 for ; Tue, 21 Jul 2020 10:03:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E1E1E099B; Tue, 21 Jul 2020 10:03:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 86CDDE099B for ; Tue, 21 Jul 2020 10:03:39 +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 9A5B034F063 for ; Tue, 21 Jul 2020 10:03:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A626A2ED for ; Tue, 21 Jul 2020 10:03:34 +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: <1595325793.379cfef8dd54ab0fa4117c407c81636bdad6d10c.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/klu/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/klu/Manifest sci-libs/klu/klu-1.2.1.ebuild X-VCS-Directories: sci-libs/klu/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 379cfef8dd54ab0fa4117c407c81636bdad6d10c X-VCS-Branch: master Date: Tue, 21 Jul 2020 10:03:34 +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: 074d18c7-1e33-4384-a8c9-0e268ad5264e X-Archives-Hash: ef0cf7cf398f5a9c9dd53092ade36145 commit: 379cfef8dd54ab0fa4117c407c81636bdad6d10c Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jul 19 16:21:27 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Jul 21 10:03:13 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=379cfef8 sci-libs/klu: Drop 1.2.1 Package-Manager: Portage-3.0.0, Repoman-2.3.23 Signed-off-by: Andreas Sturmlechner gentoo.org> sci-libs/klu/Manifest | 1 - sci-libs/klu/klu-1.2.1.ebuild | 30 ------------------------------ 2 files changed, 31 deletions(-) diff --git a/sci-libs/klu/Manifest b/sci-libs/klu/Manifest index 1a5d0c91313..5b61d529d95 100644 --- a/sci-libs/klu/Manifest +++ b/sci-libs/klu/Manifest @@ -1,2 +1 @@ -DIST klu-1.2.1.tar.bz2 612428 BLAKE2B 807bfc56deb5c4cbefd2f6c118cd8e929ba9b02d9b88e8eee8b9443991f16a2a3e9b4e1fa888b2b6e450aeda9fc4d12d6a5480f9f25bf366312f57cd8f380af0 SHA512 2837ade61596b5e738d0dd16a5486fd2b0089ec9ddeae4fa3b2c3671de6637c7cf2d55e44c0103c9393caa3f046039a76d9abc5b8094d236523db0c58cc58b70 DIST klu-1.3.9.tar.bz2 635596 BLAKE2B 6c6c84cf1b30e78cbaaee6bebed21c806d1672bee5f7ea061e7ef057ff56fd456e8517ca2ff1018a14ebcbc8f96b9e87989e22d8996817394666e6d8d2d727dd SHA512 b7fd862fe8443596758c27f9c918e367b3b3816340836e74cf8d97a2e755fbe07d133778eea3d054bc70243fa15c2bd71f4fd90c1179879661ba2d624b8f0706 diff --git a/sci-libs/klu/klu-1.2.1.ebuild b/sci-libs/klu/klu-1.2.1.ebuild deleted file mode 100644 index ee3f2f53374..00000000000 --- a/sci-libs/klu/klu-1.2.1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit autotools-utils - -DESCRIPTION="Sparse LU factorization for circuit simulation" -HOMEPAGE="http://www.cise.ufl.edu/research/sparse/klu/" -SRC_URI="https://dev.gentoo.org/~bicatali/distfiles/${P}.tar.bz2" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="doc static-libs" - -RDEPEND=" - >=sci-libs/amd-1.3 - >=sci-libs/btf-1.2 - >=sci-libs/colamd-1.3" -DEPEND="${RDEPEND} - virtual/pkgconfig - doc? ( virtual/latex-base )" - -src_configure() { - local myeconfargs=( - $(use_with doc) - ) - autotools-utils_src_configure -}