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 1E68915815E for ; Thu, 8 Feb 2024 10:31:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B119BE2A6D; Thu, 8 Feb 2024 10:31:57 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9A09EE2A6D for ; Thu, 8 Feb 2024 10:31:57 +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 C369D343170 for ; Thu, 8 Feb 2024 10:31:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 19E0114CB for ; Thu, 8 Feb 2024 10:31:55 +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: <1707388286.0db7bc276120264f1f860da406db476379f4dd2f.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.3-r1.ebuild X-VCS-Directories: sci-mathematics/cadical/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 0db7bc276120264f1f860da406db476379f4dd2f X-VCS-Branch: master Date: Thu, 8 Feb 2024 10:31:55 +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: 2cb9581b-b181-4ec2-af71-1e7baca7e0c0 X-Archives-Hash: 12c6b9731acbd421f714fdf621e376e4 commit: 0db7bc276120264f1f860da406db476379f4dd2f Author: Maciej Barć gentoo org> AuthorDate: Thu Feb 8 10:01:02 2024 +0000 Commit: Maciej Barć gentoo org> CommitDate: Thu Feb 8 10:31:26 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0db7bc27 sci-mathematics/cadical: drop old 1.5.3-r1 Signed-off-by: Maciej Barć gentoo.org> sci-mathematics/cadical/Manifest | 1 - sci-mathematics/cadical/cadical-1.5.3-r1.ebuild | 37 ------------------------- 2 files changed, 38 deletions(-) diff --git a/sci-mathematics/cadical/Manifest b/sci-mathematics/cadical/Manifest index ca4b2f0275f0..d8c5a341fe91 100644 --- a/sci-mathematics/cadical/Manifest +++ b/sci-mathematics/cadical/Manifest @@ -1,2 +1 @@ -DIST cadical-1.5.3.tar.gz 596378 BLAKE2B 1ac27412745b0f24668ccf2ea1ff89e02c1e68137110bf9522a63ad82b14621d898d0bf873a651a24ccef9f502982f5e2d5b9c558ed0b1c5b7432c1a1459cb58 SHA512 bec811ab6a4c392506bdc391227d108476b5b5fae280b2d7d484429fe6d84e86206a054a1044cf68046ce183ecd7af3ec58f8be3ac27224fe37930cf43f08f3b DIST cadical-1.8.0.tar.gz 649017 BLAKE2B 73db2dd0278869bc1b4fe5d1eb80e767a07c640bcd2b1901d86901a09ac6b8bdbe375017593c12ac80d7a860a0aead191777ce733452741395bf14b958bd1b03 SHA512 78dfd4a4a93090e3e00fa73c0dfde6edc781e8a69f257506f273cac46b942979335c2ae0ac1054bde68259b030ba235615275307ad077762c8770884914cfed7 diff --git a/sci-mathematics/cadical/cadical-1.5.3-r1.ebuild b/sci-mathematics/cadical/cadical-1.5.3-r1.ebuild deleted file mode 100644 index 63bd3bf453f3..000000000000 --- a/sci-mathematics/cadical/cadical-1.5.3-r1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2023 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}-configure.patch - "${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() { - exeinto /usr/bin - doexe build/{cadical,mobical} - dolib.a build/libcadical.a - doheader src/cadical.hpp - doheader src/ccadical.h - einstalldocs -}