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 C9E7715815E for ; Fri, 9 Feb 2024 01:26:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5D070E2A16; Fri, 9 Feb 2024 01:26:28 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 3C2B3E2A16 for ; Fri, 9 Feb 2024 01:26:28 +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 4734C343087 for ; Fri, 9 Feb 2024 01:26:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8A38A14C6 for ; Fri, 9 Feb 2024 01:26:25 +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: <1707441935.2925d462daf63463ef6e91dee8a6ec460a1e6f4c.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.4.ebuild X-VCS-Directories: sci-libs/fplll/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 2925d462daf63463ef6e91dee8a6ec460a1e6f4c X-VCS-Branch: master Date: Fri, 9 Feb 2024 01:26:25 +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: 7765ef6e-736b-4a64-87a7-5a7f80fbc8d1 X-Archives-Hash: 1f4dd932809667a9e39b5f78598788c4 commit: 2925d462daf63463ef6e91dee8a6ec460a1e6f4c Author: Michael Orlitzky gentoo org> AuthorDate: Fri Feb 9 01:25:35 2024 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Fri Feb 9 01:25:35 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2925d462 sci-libs/fplll: drop 5.4.4 Signed-off-by: Michael Orlitzky gentoo.org> sci-libs/fplll/Manifest | 1 - sci-libs/fplll/fplll-5.4.4.ebuild | 29 ----------------------------- 2 files changed, 30 deletions(-) diff --git a/sci-libs/fplll/Manifest b/sci-libs/fplll/Manifest index 7e0d81296e8f..a47edd02beb0 100644 --- a/sci-libs/fplll/Manifest +++ b/sci-libs/fplll/Manifest @@ -1,2 +1 @@ -DIST fplll-5.4.4.tar.gz 2630101 BLAKE2B b990c9346acd2c506b4697f27ff21d8453bb97473b2e988beb2ab9da34b3edd8a64d7558bca5f66a888fb4397c1e5340cf50f543ec580f0ec6980bc8c73a9390 SHA512 32a6515a3ab2677739a60a4ef0938e4284b5d3119a396104a7af22a6291ef669b42a4fb6e59f5c6daf97ff2402e7d035ea84fd1c76bfe7c0e17402bd03ae7166 DIST fplll-5.4.5.tar.gz 2630275 BLAKE2B 43d1601f401c3a4eba60939028b26f99d32f92b9d53b763768427d05b2d709645532c4fbb14556c8d8d92cc14efe86468469ed69a77bdb03af75ec08499cc17e SHA512 3e1281f1b993ebe4a767b7fc526f49a27d58f24b1b4c6074310cc971f6f569388d6ba27102087a2eb11671d2d5b87bd60306e2597567f4ae8dd2a9efd13beb77 diff --git a/sci-libs/fplll/fplll-5.4.4.ebuild b/sci-libs/fplll/fplll-5.4.4.ebuild deleted file mode 100644 index f947f1eaf1d1..000000000000 --- a/sci-libs/fplll/fplll-5.4.4.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -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/8" -KEYWORDS="amd64 ~x86" -IUSE="qd" - -BDEPEND="virtual/pkgconfig" -DEPEND="dev-libs/gmp:0 - dev-libs/mpfr:0 - qd? ( sci-libs/qd )" -RDEPEND="${DEPEND}" - -src_configure() { - econf \ - $(use_with qd) -} - -src_install() { - default - find "${ED}" -type f -name '*.la' -delete || die -}