From: "Michael Orlitzky" <mjo@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/cliquer/
Date: Sat, 09 Aug 2025 18:52:09 +0000 (UTC) [thread overview]
Message-ID: <1754765262.53fe4a1b1fa93b3cf7e03c8a38a4b062d1b5555d.mjo@gentoo> (raw)
commit: 53fe4a1b1fa93b3cf7e03c8a38a4b062d1b5555d
Author: Dima Pasechnik <dima <AT> pasechnik <DOT> info>
AuthorDate: Sat Aug 9 05:24:24 2025 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sat Aug 9 18:47:42 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53fe4a1b
sci-mathematics/cliquer: add 1.23, EAPI to 8
Closes: https://github.com/gentoo/gentoo/pull/43393
Signed-off-by: Dima Pasechnik <dima <AT> pasechnik.info>
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
sci-mathematics/cliquer/Manifest | 1 +
sci-mathematics/cliquer/cliquer-1.23.ebuild | 30 +++++++++++++++++++++++++++++
2 files changed, 31 insertions(+)
diff --git a/sci-mathematics/cliquer/Manifest b/sci-mathematics/cliquer/Manifest
index efd65b05c800..613a0a7b781a 100644
--- a/sci-mathematics/cliquer/Manifest
+++ b/sci-mathematics/cliquer/Manifest
@@ -1 +1,2 @@
DIST cliquer-1.22.tar.gz 416433 BLAKE2B 3f43d443b1ecfef599213da99ffa15b5077392dd8d1bebdd0f5db73898d1fe997d6eabe6dbdb29852d40355228f082cfa7e3198be90dc9166965b90f062cae69 SHA512 3285cb0a3987ff730d9f9b25419a98201f399daf28444179ba8902211ddda87adcc7189f5b94f062d0648039a1b6217b80c8db482887d7dc8552b20459eff861
+DIST cliquer-1.23.tar.gz 465158 BLAKE2B e83dccdeff5cc2659e4f63a12121c4257ea100616df8559cd964f5368d1d44c9fb12fd32fe6a3a27fa7cddab363ec670133f33c505794010e9d9ccbaaf0dc2b1 SHA512 ba3af2de31bfc34a742af7ee6edead648b0acc2b47c2afcc3a408ffb651c4d424778bf1aa41dd843a3028c7d30f4daa15b15964b8fac2e1b36686eebc85acf3c
diff --git a/sci-mathematics/cliquer/cliquer-1.23.ebuild b/sci-mathematics/cliquer/cliquer-1.23.ebuild
new file mode 100644
index 000000000000..5a9fe144b175
--- /dev/null
+++ b/sci-mathematics/cliquer/cliquer-1.23.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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 default github tarball doesn't contain the generated autotools files (like
+# the ./configure script), but this is a manual upload
+SRC_URI="https://github.com/dimpase/autocliquer/releases/download/v${PV}/${P}.tar.gz"
+
+# The README has "or (at your option) any later version"
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~riscv ~x86"
+IUSE="static-libs"
+
+src_configure() {
+ econf $(use_enable static-libs static)
+}
+
+src_install() {
+ default
+ find "${ED}" -name '*.la' -delete || die
+}
next reply other threads:[~2025-08-09 18:52 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-09 18:52 Michael Orlitzky [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-11-22 22:26 [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/cliquer/ Michael Orlitzky
2021-12-29 13:46 Yixun Lan
2021-11-29 7:36 Arthur Zamarin
2021-11-02 18:13 Michael Orlitzky
2021-11-02 15:47 Sam James
2021-11-02 15:47 Sam James
2021-02-28 14:47 Michael Orlitzky
2020-01-31 15:45 Michael Orlitzky
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1754765262.53fe4a1b1fa93b3cf7e03c8a38a4b062d1b5555d.mjo@gentoo \
--to=mjo@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox