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 384E7138359 for ; Sun, 23 Aug 2020 17:02:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8BBE5E081A; Sun, 23 Aug 2020 17:01:59 +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 606ECE081A for ; Sun, 23 Aug 2020 17:01:59 +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 C141B340A5D for ; Sun, 23 Aug 2020 17:01:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C2FCC332 for ; Sun, 23 Aug 2020 17:01:53 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1598202070.b56c8f733e47768559926666c7e5577e491cb437.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/camd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/camd/Manifest sci-libs/camd/camd-2.3.1.ebuild X-VCS-Directories: sci-libs/camd/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: b56c8f733e47768559926666c7e5577e491cb437 X-VCS-Branch: master Date: Sun, 23 Aug 2020 17:01:53 +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: 9b3a1065-b497-4d1c-835b-5fc0708c65fb X-Archives-Hash: 4affdb262936a8d0d730207845785d97 commit: b56c8f733e47768559926666c7e5577e491cb437 Author: David Seifert gentoo org> AuthorDate: Sun Aug 23 17:01:10 2020 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Aug 23 17:01:10 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b56c8f73 sci-libs/camd: Remove old 2.3.1 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: David Seifert gentoo.org> sci-libs/camd/Manifest | 1 - sci-libs/camd/camd-2.3.1.ebuild | 28 ---------------------------- 2 files changed, 29 deletions(-) diff --git a/sci-libs/camd/Manifest b/sci-libs/camd/Manifest index e4e03474d03..0b05cf13453 100644 --- a/sci-libs/camd/Manifest +++ b/sci-libs/camd/Manifest @@ -1,2 +1 @@ -DIST camd-2.3.1.tar.bz2 319766 BLAKE2B f812b457ede3b86fd7fd99f8cc2ea8f19a917c96cf33ca65c6bb2d0f7ebdb37b08af5cd8ad260bf4a636f2d884527c928c026edab23fffacafdd87ef2ce416e8 SHA512 13c5d687b9314f43a6c7237c7541e0c21cc544ffe52f8a984f64c5177a9f1f6b5ab07e9190388587f273424db8e6076ef050f836dbc9f33ca44e94d0034c8070 DIST camd-2.4.6.tar.bz2 317071 BLAKE2B 8f982050a20f00c9443063a0473caa4aa27efe005fe07b503cb68b29499152561fc9d30d00783607b1e8fb8af88707eabfe22d192b80e375b8a6d04d7a9a26d7 SHA512 c4020ed3e063d04f5d7d1a301719b1a5b5b912d505858f046654c9d283c41ff01d55f668fb7f7179a6ac636f5a5b80f71cac5eb5b1e5cae0ede97d946d62a1d0 diff --git a/sci-libs/camd/camd-2.3.1.ebuild b/sci-libs/camd/camd-2.3.1.ebuild deleted file mode 100644 index 7649e290359..00000000000 --- a/sci-libs/camd/camd-2.3.1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit autotools-utils - -DESCRIPTION="Library to order a sparse matrix prior to Cholesky factorization" -HOMEPAGE="http://www.cise.ufl.edu/research/sparse/camd/" -SRC_URI="https://dev.gentoo.org/~bicatali/distfiles/${P}.tar.bz2" - -LICENSE="LGPL-2.1" -SLOT="0" - -KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x86-macos" -IUSE="doc static-libs" - -RDEPEND="sci-libs/suitesparseconfig" -DEPEND="${RDEPEND} - virtual/pkgconfig - doc? ( virtual/latex-base )" - -src_configure() { - local myeconfargs=( - $(use_with doc) - ) - autotools-utils_src_configure -}