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 D170C138359 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 47DCCE09A7; Tue, 21 Jul 2020 10:03:40 +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 311D8E09A7 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 33A1A34F476 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 6BCED2F7 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: <1595325798.517c0d268cf74c79231bcbd5a0f06e7d743721dc.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/ccolamd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/ccolamd/Manifest sci-libs/ccolamd/ccolamd-2.8.0.ebuild X-VCS-Directories: sci-libs/ccolamd/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 517c0d268cf74c79231bcbd5a0f06e7d743721dc 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: 231d359e-25c5-4175-a650-4f434718545e X-Archives-Hash: f83018f00638e4104063fdd5368a771b commit: 517c0d268cf74c79231bcbd5a0f06e7d743721dc Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jul 19 16:32:03 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Jul 21 10:03:18 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=517c0d26 sci-libs/ccolamd: Drop 2.8.0 Package-Manager: Portage-3.0.0, Repoman-2.3.23 Signed-off-by: Andreas Sturmlechner gentoo.org> sci-libs/ccolamd/Manifest | 1 - sci-libs/ccolamd/ccolamd-2.8.0.ebuild | 20 -------------------- 2 files changed, 21 deletions(-) diff --git a/sci-libs/ccolamd/Manifest b/sci-libs/ccolamd/Manifest index 5848537395b..dbe3369e605 100644 --- a/sci-libs/ccolamd/Manifest +++ b/sci-libs/ccolamd/Manifest @@ -1,2 +1 @@ -DIST ccolamd-2.8.0.tar.bz2 309907 BLAKE2B 1229d0802a53613d2a320906889dc5ae928bc0b21003d0340f7c5f153a8a7fab8302981c1c2421f64ca5c9f5a1e9460ad5d136a6c1efbc401666f82d7aab1901 SHA512 6a515a8250ed98d52aa932a6f93170174ff32f76c1ecedcedeb1540a471416d0cd40b5613a839b96fbc79c66b3cb5106c6a340a33fafdd695c83b7d949756e77 DIST ccolamd-2.9.6.tar.bz2 305744 BLAKE2B 0d741ead328a1e888715672ddb617cc96a559f46f2379e1d7792b70868dd290de19b3047e3ed4dd2711084c9afc523d18ecb375aa4ee8a4a12950cee08f238b8 SHA512 cf6f210d26ddb1be454cac377a773b73b75261a74e1e3985565f57f45659b1c11b747829c5bbe99c4bc3e8b364d7b2b3c109e00f6d7e8e41afd713312ebf103c diff --git a/sci-libs/ccolamd/ccolamd-2.8.0.ebuild b/sci-libs/ccolamd/ccolamd-2.8.0.ebuild deleted file mode 100644 index ec74688df75..00000000000 --- a/sci-libs/ccolamd/ccolamd-2.8.0.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit autotools-utils - -DESCRIPTION="Constrained Column approximate minimum degree ordering algorithm" -HOMEPAGE="http://www.cise.ufl.edu/research/sparse/ccolamd/" -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="static-libs" - -RDEPEND="sci-libs/suitesparseconfig" -DEPEND="${RDEPEND} - virtual/pkgconfig"