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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3027B158086 for ; Tue, 2 Nov 2021 18:13:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E0037E0841; Tue, 2 Nov 2021 18:13:51 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C7030E0841 for ; Tue, 2 Nov 2021 18:13:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C2A0C342F0F for ; Tue, 2 Nov 2021 18:13:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 23360D0 for ; Tue, 2 Nov 2021 18:13:49 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1635876730.01279c87f88a60c7d00c7f1fab0e8528ac6e8e5b.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/cliquer/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/cliquer/Manifest sci-mathematics/cliquer/cliquer-1.21.ebuild X-VCS-Directories: sci-mathematics/cliquer/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 01279c87f88a60c7d00c7f1fab0e8528ac6e8e5b X-VCS-Branch: master Date: Tue, 2 Nov 2021 18:13:49 +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: 94df7407-8167-4048-af61-d0d60bfd9a87 X-Archives-Hash: 2b19779df688177626364439753117c1 commit: 01279c87f88a60c7d00c7f1fab0e8528ac6e8e5b Author: Michael Orlitzky gentoo org> AuthorDate: Tue Nov 2 18:12:10 2021 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Tue Nov 2 18:12:10 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01279c87 sci-mathematics/cliquer: remove old "unused" cliquer-1.21.ebuild. Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Michael Orlitzky gentoo.org> sci-mathematics/cliquer/Manifest | 1 - sci-mathematics/cliquer/cliquer-1.21.ebuild | 29 ----------------------------- 2 files changed, 30 deletions(-) diff --git a/sci-mathematics/cliquer/Manifest b/sci-mathematics/cliquer/Manifest index 5164091edcb..efd65b05c80 100644 --- a/sci-mathematics/cliquer/Manifest +++ b/sci-mathematics/cliquer/Manifest @@ -1,2 +1 @@ -DIST cliquer-1.21.tar.gz 412440 BLAKE2B 0a4f31f6b005822271c67ab2f2532809b112a5ceb7aaf828b06bf6ca4cadfb836d3c1f6b70187908104c2eefedeececad6b020cde2d198141dc69801d5b1ce81 SHA512 2f72a649cfef46ef07cc3817a704fbfcda910b0b0a419deb361b2aa18437e4689a8b965e0e364a5d9ae391ba8591e022a0dc414b21c9102094ad28fb2f1b15a8 DIST cliquer-1.22.tar.gz 416433 BLAKE2B 3f43d443b1ecfef599213da99ffa15b5077392dd8d1bebdd0f5db73898d1fe997d6eabe6dbdb29852d40355228f082cfa7e3198be90dc9166965b90f062cae69 SHA512 3285cb0a3987ff730d9f9b25419a98201f399daf28444179ba8902211ddda87adcc7189f5b94f062d0648039a1b6217b80c8db482887d7dc8552b20459eff861 diff --git a/sci-mathematics/cliquer/cliquer-1.21.ebuild b/sci-mathematics/cliquer/cliquer-1.21.ebuild deleted file mode 100644 index f08e11fbb5b..00000000000 --- a/sci-mathematics/cliquer/cliquer-1.21.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="C routines for finding cliques in an arbitrary weighted graph" - -# autocliquer is a fork of cliquer (whose last release was in 2010) by -# one of the SageMath developers with an autotools build system. -HOMEPAGE="https://users.aalto.fi/~pat/cliquer.html - https://github.com/dimpase/autocliquer" - -# The github tarball doesn't contain the generated autotools files (like -# the ./configure script). -SRC_URI="http://files.sagemath.org/spkg/upstream/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="static-libs" - -src_configure() { - econf $(use_enable static-libs static) -} - -src_install() { - default - find "${ED}" -name '*.la' -delete || die -}