summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2022-08-08 06:28:33 -0400
committerMichael Orlitzky <mjo@gentoo.org>2022-08-08 06:28:33 -0400
commit9bd5278755a57a22066adbcb423ed6aadcecd00b (patch)
tree5fd1b1c199f3ca2c78b6986fdee31daebab72d19 /sci-libs
parentnet-wireless/qdmr: Move dev-qt/linguist-tools:5 to BDEPEND (diff)
downloadgentoo-9bd5278755a57a22066adbcb423ed6aadcecd00b.tar.gz
gentoo-9bd5278755a57a22066adbcb423ed6aadcecd00b.tar.bz2
gentoo-9bd5278755a57a22066adbcb423ed6aadcecd00b.zip
sci-libs/fplll: drop 5.4.0
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/fplll/Manifest1
-rw-r--r--sci-libs/fplll/fplll-5.4.0.ebuild32
2 files changed, 0 insertions, 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
-}