Gentoo Archives: gentoo-commits

From: Michael Orlitzky <mjo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/fplll/
Date: Mon, 08 Aug 2022 10:29:24
Message-Id: 1659954513.9bd5278755a57a22066adbcb423ed6aadcecd00b.mjo@gentoo
1 commit: 9bd5278755a57a22066adbcb423ed6aadcecd00b
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 8 10:28:33 2022 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 8 10:28:33 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bd52787
7
8 sci-libs/fplll: drop 5.4.0
9
10 Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
11
12 sci-libs/fplll/Manifest | 1 -
13 sci-libs/fplll/fplll-5.4.0.ebuild | 32 --------------------------------
14 2 files changed, 33 deletions(-)
15
16 diff --git a/sci-libs/fplll/Manifest b/sci-libs/fplll/Manifest
17 index 8a8d858c9be9..b62b94d34a78 100644
18 --- a/sci-libs/fplll/Manifest
19 +++ b/sci-libs/fplll/Manifest
20 @@ -1,2 +1 @@
21 -DIST fplll-5.4.0.tar.gz 2612340 BLAKE2B 723230856461ac6418dad00e82fc7505dbbb7bfbbf68fa7f4f3240402d62f3e1ded3049c436a0f6aad9f020727d10acb3fe15dfb8b8a907f5b3c7b191e55e9a9 SHA512 a583aac73e4618ba240c28d3e8485cef6b9c184c11b33799404e96ab99502023073ed1c6fc0d3fbc4e6737415e9ea1a273f3f1e59ccba69d1546f56903567ebe
22 DIST fplll-5.4.2.tar.gz 2618377 BLAKE2B e730c8646b9afb68515a23e533ea8ef833439d69f2130157bd6e38b1efab9116817535c261721c98b23410185271ffc323c687630e3ba262adb97fa5f69be787 SHA512 45324d89d0efeb269c1d1400332a51432e5d09f7bf0a6d651650e0941bb718493cbb66d65056b98691691236eaf348b2cae686ee06761f64380df98b6206c004
23
24 diff --git a/sci-libs/fplll/fplll-5.4.0.ebuild b/sci-libs/fplll/fplll-5.4.0.ebuild
25 deleted file mode 100644
26 index 577db2e4a492..000000000000
27 --- a/sci-libs/fplll/fplll-5.4.0.ebuild
28 +++ /dev/null
29 @@ -1,32 +0,0 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -DESCRIPTION="Implementations of the floating-point LLL reduction algorithm"
36 -HOMEPAGE="https://github.com/fplll/fplll"
37 -SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz"
38 -
39 -LICENSE="LGPL-2.1+"
40 -SLOT="0/7"
41 -KEYWORDS="amd64 x86"
42 -IUSE="static-libs qd"
43 -
44 -BDEPEND="qd? ( virtual/pkgconfig )"
45 -DEPEND="dev-libs/gmp:0
46 - dev-libs/mpfr:0
47 - qd? ( sci-libs/qd )"
48 -RDEPEND="${DEPEND}"
49 -
50 -PATCHES=( "${FILESDIR}/${PN}-5.4.0-gcc11.patch" )
51 -
52 -src_configure() {
53 - econf \
54 - $(use_with qd) \
55 - $(use_enable static-libs static)
56 -}
57 -
58 -src_install() {
59 - default
60 - find "${ED}" -name '*.la' -delete || die
61 -}