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 B3844158020 for ; Mon, 24 Oct 2022 13:39:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D9ECEE07B3; Mon, 24 Oct 2022 13:39:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 BFFBAE07B3 for ; Mon, 24 Oct 2022 13:39:14 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BC84C340F75 for ; Mon, 24 Oct 2022 13:39:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EABF75F6 for ; Mon, 24 Oct 2022 13:39:11 +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: <1666618681.c8b9bc6c2f41518f6c71569a9bb1d3750cd8a0ac.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/brial/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/brial/Manifest sci-libs/brial/brial-1.2.10.ebuild X-VCS-Directories: sci-libs/brial/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: c8b9bc6c2f41518f6c71569a9bb1d3750cd8a0ac X-VCS-Branch: master Date: Mon, 24 Oct 2022 13:39:11 +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: ce715a24-5248-4dc5-b800-46a6da56a9fa X-Archives-Hash: e1900806083c25cd4b7faea15e4f7d18 commit: c8b9bc6c2f41518f6c71569a9bb1d3750cd8a0ac Author: Michael Orlitzky gentoo org> AuthorDate: Mon Oct 24 13:38:01 2022 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Mon Oct 24 13:38:01 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8b9bc6c sci-libs/brial: drop 1.2.10 Signed-off-by: Michael Orlitzky gentoo.org> sci-libs/brial/Manifest | 1 - sci-libs/brial/brial-1.2.10.ebuild | 37 ------------------------------------- 2 files changed, 38 deletions(-) diff --git a/sci-libs/brial/Manifest b/sci-libs/brial/Manifest index dc8bb220205e..4f4cb180b5a0 100644 --- a/sci-libs/brial/Manifest +++ b/sci-libs/brial/Manifest @@ -1,2 +1 @@ -DIST brial-1.2.10.tar.bz2 1229830 BLAKE2B a1cfe4fcd19824d04388bbab1130a9d07e5920fb05ea1686424f1e0193c6f5d29300bba66bdf7ac59665cbceed3f6ff84fbb5a95311858196a0fbdecda5a2cc7 SHA512 163d9f3703271f412d20ec165d713280d9b46c50b66eed0b15385c6d94569e0ea5d7e84c3b6715d51197e97be4062325551402c844f70235a4aa1cebc5e9d3a1 DIST brial-1.2.11.tar.bz2 1260892 BLAKE2B 910f4ffd728235c8b18deb0d36c76778ce2c392644b7eaba06a9c00a832b4ccb0c2cd69f4d9ab9770e060b54491bd6b613e4e1324a32f57d7c32f200fb0a900d SHA512 00532b6361c709fce44940bfd22563046cfcbc06d41282a01a26f9bcb25fa86df1406685d7ba4b1ebbb08cd7fa8b9811c81eccf78e72ea96960ef7a059c2e926 diff --git a/sci-libs/brial/brial-1.2.10.ebuild b/sci-libs/brial/brial-1.2.10.ebuild deleted file mode 100644 index 704853e303aa..000000000000 --- a/sci-libs/brial/brial-1.2.10.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit toolchain-funcs - -DESCRIPTION="A C++ library for polynomials over boolean rings" -HOMEPAGE="https://github.com/BRiAl/BRiAl" -SRC_URI="https://github.com/BRiAl/BRiAl/releases/download/${PV}/${P}.tar.bz2" - -# The top-level license is GPL2+, but cudd/LICENSE is BSD. -LICENSE="BSD GPL-2+" -SLOT="0" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x64-macos" -IUSE="png static-libs" - -BDEPEND="virtual/pkgconfig" -DEPEND="dev-libs/boost - sci-libs/m4ri[png=]" -RDEPEND="${DEPEND}" - -src_configure() { - tc-export PKG_CONFIG - - # with-boost-libdir added to deal with some rather quirky setups - # see https://github.com/cschwan/sage-on-gentoo/issues/551 - econf \ - --with-boost="${EPREFIX}"/usr \ - --with-boost-libdir="${EPREFIX}"/usr/$(get_libdir) \ - $(use_enable static-libs static) -} - -src_install() { - default - find "${ED}" -name '*.la' -delete || die -}