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 BC4D3138359 for ; Sun, 23 Aug 2020 17:02:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D541E082F; Sun, 23 Aug 2020 17:02:00 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 07190E0829 for ; Sun, 23 Aug 2020 17:02:00 +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 BF60D340A5C 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 18A37338 for ; Sun, 23 Aug 2020 17:01:54 +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: <1598202082.bc4690e053fbc3b5deb453f19ddc1fcfc89c5d22.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/colamd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/colamd/Manifest sci-libs/colamd/colamd-2.8.0.ebuild X-VCS-Directories: sci-libs/colamd/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: bc4690e053fbc3b5deb453f19ddc1fcfc89c5d22 X-VCS-Branch: master Date: Sun, 23 Aug 2020 17:01:54 +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: 8d66b80d-3c44-4ebd-adf1-b8f95aa087a7 X-Archives-Hash: f33642478b95ce4c1a444ef441fb9ef9 commit: bc4690e053fbc3b5deb453f19ddc1fcfc89c5d22 Author: David Seifert gentoo org> AuthorDate: Sun Aug 23 17:01:22 2020 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Aug 23 17:01:22 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc4690e0 sci-libs/colamd: Remove old 2.8.0 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: David Seifert gentoo.org> sci-libs/colamd/Manifest | 1 - sci-libs/colamd/colamd-2.8.0.ebuild | 20 -------------------- 2 files changed, 21 deletions(-) diff --git a/sci-libs/colamd/Manifest b/sci-libs/colamd/Manifest index daefba89b37..d892a2a7e32 100644 --- a/sci-libs/colamd/Manifest +++ b/sci-libs/colamd/Manifest @@ -1,2 +1 @@ -DIST colamd-2.8.0.tar.bz2 304819 BLAKE2B a2c4b67ad8d20b0cb136f579a367bf53b0e692596550b9e22908628f4d0bce00e2ddeb9aa0dfe6d1f204e79332be99c97366df2ba555ab881d4ba01c42a721e6 SHA512 36b2e50e01ad44f04f084ebcdcfb7d9d1d1712c6f53c8bce9f46ce39edc418aa64b8e67489fb06cb95d86658fd9f9bad89217a5f9f4777181f0f0e9b58c04aee DIST colamd-2.9.6.tar.bz2 298903 BLAKE2B e1e3cfa0153e21b742854d28fb6d3ede287c2ec22cfef4268a8aba8bb239be527433907f6984dad976341cf6e1ca9cb39f5c97029ad9bed032a874add9aa0e02 SHA512 f302d18f9ba004c9d1b0e1ada76e70f20fa1d11896815e5300983513b7ed4a7b969adef33adb1a57d67ce856a5ded410874c23d9bba42b6bf1a6a790430f5137 diff --git a/sci-libs/colamd/colamd-2.8.0.ebuild b/sci-libs/colamd/colamd-2.8.0.ebuild deleted file mode 100644 index 758c33c21d4..00000000000 --- a/sci-libs/colamd/colamd-2.8.0.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit autotools-utils - -DESCRIPTION="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"