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 640D3158089 for ; Sat, 7 Oct 2023 14:57:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 278BF2BC048; Sat, 7 Oct 2023 14:57:51 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 0F99C2BC042 for ; Sat, 7 Oct 2023 14:57:51 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CA312335D1B for ; Sat, 7 Oct 2023 14:57:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 32BEA9FE for ; Sat, 7 Oct 2023 14:57:47 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1696690663.c6ff8713690dcfe49a4301caf739ec86f5baae55.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/cadical/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/cadical/Manifest sci-mathematics/cadical/cadical-1.5.2-r1.ebuild X-VCS-Directories: sci-mathematics/cadical/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: c6ff8713690dcfe49a4301caf739ec86f5baae55 X-VCS-Branch: master Date: Sat, 7 Oct 2023 14:57:47 +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: 5e290fc0-8aca-426b-b8c9-3d399973e704 X-Archives-Hash: 43a7c94bb0f3398dc09cf72cc4e2e263 commit: c6ff8713690dcfe49a4301caf739ec86f5baae55 Author: Maciej Barć gentoo org> AuthorDate: Sat Oct 7 14:53:28 2023 +0000 Commit: Maciej Barć gentoo org> CommitDate: Sat Oct 7 14:57:43 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6ff8713 sci-mathematics/cadical: drop old 1.5.2-r1 Signed-off-by: Maciej Barć gentoo.org> sci-mathematics/cadical/Manifest | 1 - sci-mathematics/cadical/cadical-1.5.2-r1.ebuild | 32 ------------------------- 2 files changed, 33 deletions(-) diff --git a/sci-mathematics/cadical/Manifest b/sci-mathematics/cadical/Manifest index d1c01c50a22c..5eb8e04503e5 100644 --- a/sci-mathematics/cadical/Manifest +++ b/sci-mathematics/cadical/Manifest @@ -1,2 +1 @@ -DIST cadical-1.5.2.tar.gz 596334 BLAKE2B 2e6c0f0602b807cf9ee5993aa627e074291b0128d19474d5431e01992d66b111773e593c14712338e9702f64e23eae6fdd937b5b86b2b9b3e08022dbbb199fd7 SHA512 1aab87bdaec938eb219f75f13bf2fcb031f47ac1f49b586f769aeececd1c33b166341bef3bc8713e62b4612a91c405db33e6d1b48e1074a3433d80e9ecb33fe2 DIST cadical-1.5.3.tar.gz 596378 BLAKE2B 1ac27412745b0f24668ccf2ea1ff89e02c1e68137110bf9522a63ad82b14621d898d0bf873a651a24ccef9f502982f5e2d5b9c558ed0b1c5b7432c1a1459cb58 SHA512 bec811ab6a4c392506bdc391227d108476b5b5fae280b2d7d484429fe6d84e86206a054a1044cf68046ce183ecd7af3ec58f8be3ac27224fe37930cf43f08f3b diff --git a/sci-mathematics/cadical/cadical-1.5.2-r1.ebuild b/sci-mathematics/cadical/cadical-1.5.2-r1.ebuild deleted file mode 100644 index c773ea12d5f2..000000000000 --- a/sci-mathematics/cadical/cadical-1.5.2-r1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit toolchain-funcs - -DESCRIPTION="Simplified Satisfiability Solver" -HOMEPAGE="http://fmv.jku.at/cadical/" -SRC_URI="https://github.com/arminbiere/${PN}/archive/rel-${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${PN}-rel-${PV}" - -LICENSE="MIT" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" - -PATCHES=( "${FILESDIR}"/${PN}-makefile.in-ar.patch ) - -DOCS=( BUILD.md CONTRIBUTING NEWS.md README.md VERSION ) - -src_configure() { - tc-export AR - CXX="$(tc-getCXX)" CXXFLAGS="${CXXFLAGS} ${LDFLAGS}" ./configure || die -} - -src_install() { - dobin build/{cadical,mobical} - dolib.a build/libcadical.a - doheader src/cadical.hpp - - einstalldocs -}