Gentoo Archives: gentoo-commits

From: Michael Orlitzky <mjo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/cliquer/
Date: Tue, 02 Nov 2021 18:13:53
Message-Id: 1635876730.01279c87f88a60c7d00c7f1fab0e8528ac6e8e5b.mjo@gentoo
1 commit: 01279c87f88a60c7d00c7f1fab0e8528ac6e8e5b
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 2 18:12:10 2021 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 2 18:12:10 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01279c87
7
8 sci-mathematics/cliquer: remove old "unused" cliquer-1.21.ebuild.
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
12
13 sci-mathematics/cliquer/Manifest | 1 -
14 sci-mathematics/cliquer/cliquer-1.21.ebuild | 29 -----------------------------
15 2 files changed, 30 deletions(-)
16
17 diff --git a/sci-mathematics/cliquer/Manifest b/sci-mathematics/cliquer/Manifest
18 index 5164091edcb..efd65b05c80 100644
19 --- a/sci-mathematics/cliquer/Manifest
20 +++ b/sci-mathematics/cliquer/Manifest
21 @@ -1,2 +1 @@
22 -DIST cliquer-1.21.tar.gz 412440 BLAKE2B 0a4f31f6b005822271c67ab2f2532809b112a5ceb7aaf828b06bf6ca4cadfb836d3c1f6b70187908104c2eefedeececad6b020cde2d198141dc69801d5b1ce81 SHA512 2f72a649cfef46ef07cc3817a704fbfcda910b0b0a419deb361b2aa18437e4689a8b965e0e364a5d9ae391ba8591e022a0dc414b21c9102094ad28fb2f1b15a8
23 DIST cliquer-1.22.tar.gz 416433 BLAKE2B 3f43d443b1ecfef599213da99ffa15b5077392dd8d1bebdd0f5db73898d1fe997d6eabe6dbdb29852d40355228f082cfa7e3198be90dc9166965b90f062cae69 SHA512 3285cb0a3987ff730d9f9b25419a98201f399daf28444179ba8902211ddda87adcc7189f5b94f062d0648039a1b6217b80c8db482887d7dc8552b20459eff861
24
25 diff --git a/sci-mathematics/cliquer/cliquer-1.21.ebuild b/sci-mathematics/cliquer/cliquer-1.21.ebuild
26 deleted file mode 100644
27 index f08e11fbb5b..00000000000
28 --- a/sci-mathematics/cliquer/cliquer-1.21.ebuild
29 +++ /dev/null
30 @@ -1,29 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -DESCRIPTION="C routines for finding cliques in an arbitrary weighted graph"
37 -
38 -# autocliquer is a fork of cliquer (whose last release was in 2010) by
39 -# one of the SageMath developers with an autotools build system.
40 -HOMEPAGE="https://users.aalto.fi/~pat/cliquer.html
41 - https://github.com/dimpase/autocliquer"
42 -
43 -# The github tarball doesn't contain the generated autotools files (like
44 -# the ./configure script).
45 -SRC_URI="http://files.sagemath.org/spkg/upstream/${PN}/${P}.tar.gz"
46 -
47 -LICENSE="GPL-2"
48 -SLOT="0"
49 -KEYWORDS="amd64 x86"
50 -IUSE="static-libs"
51 -
52 -src_configure() {
53 - econf $(use_enable static-libs static)
54 -}
55 -
56 -src_install() {
57 - default
58 - find "${ED}" -name '*.la' -delete || die
59 -}