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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DB17613835A for ; Thu, 18 Feb 2021 18:57:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00F4AE08D3; Thu, 18 Feb 2021 18:57:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DFBA9E08D3 for ; Thu, 18 Feb 2021 18:57:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D92ED340CB4 for ; Thu, 18 Feb 2021 18:57:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B3A24EA for ; Thu, 18 Feb 2021 18:57:00 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1613674533.3cadf10ba61731a9577eac28cfb245a661b0beeb.soap@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.8.ebuild X-VCS-Directories: sci-libs/brial/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 3cadf10ba61731a9577eac28cfb245a661b0beeb X-VCS-Branch: master Date: Thu, 18 Feb 2021 18:57:00 +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: 74eef92a-4eb5-4eab-9e6c-e3856faf9c94 X-Archives-Hash: 5104ecd4e2af114d90c121307c4b96e9 commit: 3cadf10ba61731a9577eac28cfb245a661b0beeb Author: Jakov Smolic sartura hr> AuthorDate: Thu Feb 18 18:55:33 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Thu Feb 18 18:55:33 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cadf10b sci-libs/brial: Remove old Signed-off-by: Jakov Smolic sartura.hr> Signed-off-by: David Seifert gentoo.org> sci-libs/brial/Manifest | 1 - sci-libs/brial/brial-1.2.8.ebuild | 39 --------------------------------------- 2 files changed, 40 deletions(-) diff --git a/sci-libs/brial/Manifest b/sci-libs/brial/Manifest index 0132c582b5b..07e518dcc82 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.8.tar.bz2 1228732 BLAKE2B f9bdfc9416381f3436c555861806a7ea4680e706729b6de9c2b06ea2908090b87b745fe5ce2d94ba9d5832a78067e4848f8ef113b7d8dc22557b6d95b7dad707 SHA512 a94acba140d976dd070b5214c537fb3dba89fc2309addc566b8f0a031328f2d4c2bb3c38c2cb5565c7ff2ca0c5f7f56ca120899d15c768887d3b61a18b3e05be diff --git a/sci-libs/brial/brial-1.2.8.ebuild b/sci-libs/brial/brial-1.2.8.ebuild deleted file mode 100644 index 26e826d9b26..00000000000 --- a/sci-libs/brial/brial-1.2.8.ebuild +++ /dev/null @@ -1,39 +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}" - -pkg_setup(){ - tc-export PKG_CONFIG -} - -src_configure(){ - # 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 -}