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 4C649158094 for ; Mon, 8 Aug 2022 10:29:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E300E077A; Mon, 8 Aug 2022 10:29:23 +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 4804FE077A for ; Mon, 8 Aug 2022 10:29:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 41BB7340DED for ; Mon, 8 Aug 2022 10:29:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B77E8448 for ; Mon, 8 Aug 2022 10:29:20 +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: <1659954513.9bd5278755a57a22066adbcb423ed6aadcecd00b.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/fplll/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/fplll/Manifest sci-libs/fplll/fplll-5.4.0.ebuild X-VCS-Directories: sci-libs/fplll/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 9bd5278755a57a22066adbcb423ed6aadcecd00b X-VCS-Branch: master Date: Mon, 8 Aug 2022 10:29:20 +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: b017afac-839c-405d-b767-d95c7ae239c1 X-Archives-Hash: 200f5dddfe59ca7ce32b0e6c48058310 commit: 9bd5278755a57a22066adbcb423ed6aadcecd00b Author: Michael Orlitzky gentoo org> AuthorDate: Mon Aug 8 10:28:33 2022 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Mon Aug 8 10:28:33 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bd52787 sci-libs/fplll: drop 5.4.0 Signed-off-by: Michael Orlitzky gentoo.org> sci-libs/fplll/Manifest | 1 - sci-libs/fplll/fplll-5.4.0.ebuild | 32 -------------------------------- 2 files changed, 33 deletions(-) diff --git a/sci-libs/fplll/Manifest b/sci-libs/fplll/Manifest index 8a8d858c9be9..b62b94d34a78 100644 --- a/sci-libs/fplll/Manifest +++ b/sci-libs/fplll/Manifest @@ -1,2 +1 @@ -DIST fplll-5.4.0.tar.gz 2612340 BLAKE2B 723230856461ac6418dad00e82fc7505dbbb7bfbbf68fa7f4f3240402d62f3e1ded3049c436a0f6aad9f020727d10acb3fe15dfb8b8a907f5b3c7b191e55e9a9 SHA512 a583aac73e4618ba240c28d3e8485cef6b9c184c11b33799404e96ab99502023073ed1c6fc0d3fbc4e6737415e9ea1a273f3f1e59ccba69d1546f56903567ebe DIST fplll-5.4.2.tar.gz 2618377 BLAKE2B e730c8646b9afb68515a23e533ea8ef833439d69f2130157bd6e38b1efab9116817535c261721c98b23410185271ffc323c687630e3ba262adb97fa5f69be787 SHA512 45324d89d0efeb269c1d1400332a51432e5d09f7bf0a6d651650e0941bb718493cbb66d65056b98691691236eaf348b2cae686ee06761f64380df98b6206c004 diff --git a/sci-libs/fplll/fplll-5.4.0.ebuild b/sci-libs/fplll/fplll-5.4.0.ebuild deleted file mode 100644 index 577db2e4a492..000000000000 --- a/sci-libs/fplll/fplll-5.4.0.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Implementations of the floating-point LLL reduction algorithm" -HOMEPAGE="https://github.com/fplll/fplll" -SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz" - -LICENSE="LGPL-2.1+" -SLOT="0/7" -KEYWORDS="amd64 x86" -IUSE="static-libs qd" - -BDEPEND="qd? ( virtual/pkgconfig )" -DEPEND="dev-libs/gmp:0 - dev-libs/mpfr:0 - qd? ( sci-libs/qd )" -RDEPEND="${DEPEND}" - -PATCHES=( "${FILESDIR}/${PN}-5.4.0-gcc11.patch" ) - -src_configure() { - econf \ - $(use_with qd) \ - $(use_enable static-libs static) -} - -src_install() { - default - find "${ED}" -name '*.la' -delete || die -}