From fc2f1018fc323ef2c6572734a9b130427cba76a6 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 3 Nov 2021 06:47:15 +0000 Subject: gentoo resync : 03.11.2021 --- sci-mathematics/cliquer/Manifest | 4 +--- sci-mathematics/cliquer/cliquer-1.21.ebuild | 29 ----------------------------- sci-mathematics/cliquer/cliquer-1.22.ebuild | 2 +- 3 files changed, 2 insertions(+), 33 deletions(-) delete mode 100644 sci-mathematics/cliquer/cliquer-1.21.ebuild (limited to 'sci-mathematics/cliquer') diff --git a/sci-mathematics/cliquer/Manifest b/sci-mathematics/cliquer/Manifest index 5420df543084..51637bcec6ab 100644 --- a/sci-mathematics/cliquer/Manifest +++ b/sci-mathematics/cliquer/Manifest @@ -1,5 +1,3 @@ -DIST cliquer-1.21.tar.gz 412440 BLAKE2B 0a4f31f6b005822271c67ab2f2532809b112a5ceb7aaf828b06bf6ca4cadfb836d3c1f6b70187908104c2eefedeececad6b020cde2d198141dc69801d5b1ce81 SHA512 2f72a649cfef46ef07cc3817a704fbfcda910b0b0a419deb361b2aa18437e4689a8b965e0e364a5d9ae391ba8591e022a0dc414b21c9102094ad28fb2f1b15a8 DIST cliquer-1.22.tar.gz 416433 BLAKE2B 3f43d443b1ecfef599213da99ffa15b5077392dd8d1bebdd0f5db73898d1fe997d6eabe6dbdb29852d40355228f082cfa7e3198be90dc9166965b90f062cae69 SHA512 3285cb0a3987ff730d9f9b25419a98201f399daf28444179ba8902211ddda87adcc7189f5b94f062d0648039a1b6217b80c8db482887d7dc8552b20459eff861 -EBUILD cliquer-1.21.ebuild 784 BLAKE2B 5d822c6f11114d9fd0254af5cd1552c0149d78b506eb75ca61f34506f7af24ef51ab593fdee61db0a8562170c638ba6b61bfdbb014d0708e99c64ebaa43390f5 SHA512 eaa0766c99060fdb7662eff8cab91a09b7a4a9f7a09c8ff8b609f184cd762a4feed18431fd817273feb2aa2704488d1c176b0b1314ac8d944531afaf333d9262 -EBUILD cliquer-1.22.ebuild 786 BLAKE2B b968cc114f0966bf3ccd8914fd5559c6c0074972a8b46bb26cdeecbddf33303c655fc9a640604484a0091a2d2ac478c0b75e10856cef71b02c8c8e232179f869 SHA512 81b896044c300c2f522905b794f8047fac638388799b97d358c29ce14ed9a3a4133fd8f4dcabbaf856a1cafc739879a37ab8dd1051e3a9f1d8e3ff0bb022f39a +EBUILD cliquer-1.22.ebuild 784 BLAKE2B 0702be928ba0035e513167d30afc8a446f8b9239de2f3f6280c2ec035001269ecc51032c61bfb92927fb4492551ff0d861bf3bf0625475daaf18527e179d7631 SHA512 2252130e35ec3bbfebe321c01f9f7a5c03db192fb4c70621d52a0ce52d642939e868e30c6d016871115eb4fbb675e27c2cc86b665a9fbab0e235b60b88392506 MISC metadata.xml 770 BLAKE2B 0de00517dccf6991a64d76ea25b7f1cfedd615d09c9f9a4842cc678bf1b23ec45af444a7ff6829e8908fb2936f6b4a959504b8c26ef89c8246bc0e0663e5f68b SHA512 06646ea6cf94717e6d98b81f2b6ca833d9beaf4e01ac012331e94794132648786c84d6177a32778c86a69ae7cfbe21c9b37690b6ef0d93227fc9bc67c350e1a3 diff --git a/sci-mathematics/cliquer/cliquer-1.21.ebuild b/sci-mathematics/cliquer/cliquer-1.21.ebuild deleted file mode 100644 index f08e11fbb5b9..000000000000 --- 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 -} diff --git a/sci-mathematics/cliquer/cliquer-1.22.ebuild b/sci-mathematics/cliquer/cliquer-1.22.ebuild index 03f84005300a..32067508f419 100644 --- a/sci-mathematics/cliquer/cliquer-1.22.ebuild +++ b/sci-mathematics/cliquer/cliquer-1.22.ebuild @@ -16,7 +16,7 @@ SRC_URI="http://files.sagemath.org/spkg/upstream/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="static-libs" src_configure() { -- cgit v1.2.3