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: Thu, 30 Sep 2021 22:37:34
Message-Id: 1633041358.80c3f38cc65bf5490b4731723c0ea2e0f94d7a65.mjo@gentoo
1 commit: 80c3f38cc65bf5490b4731723c0ea2e0f94d7a65
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 30 22:35:58 2021 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 30 22:35:58 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80c3f38c
7
8 sci-libs/fplll: remove old "unused" fplll-5.3.2.ebuild.
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
12
13 sci-libs/fplll/Manifest | 1 -
14 sci-libs/fplll/fplll-5.3.2.ebuild | 29 -----------------------------
15 2 files changed, 30 deletions(-)
16
17 diff --git a/sci-libs/fplll/Manifest b/sci-libs/fplll/Manifest
18 index 7f69fe9daa2..2dc55c1776f 100644
19 --- a/sci-libs/fplll/Manifest
20 +++ b/sci-libs/fplll/Manifest
21 @@ -1,2 +1 @@
22 -DIST fplll-5.3.2.tar.gz 1284989 BLAKE2B 66d022c1a6acb3f029c871bebf4925ec5f9447af71829c6d52f2065155bf75f075965a41918722d095546ca18e8e87a85f181a76f5e42abd20c8de8165210bab SHA512 eacd990c468b1d919e1d6cc04f99656d982d5a3807970e0a1dd910a2703eb5b8eff913bc5c0e45790a547bb7aa71189fb9022024186bb84ee04d8602c9980ac2
23 DIST fplll-5.4.0.tar.gz 2612340 BLAKE2B 723230856461ac6418dad00e82fc7505dbbb7bfbbf68fa7f4f3240402d62f3e1ded3049c436a0f6aad9f020727d10acb3fe15dfb8b8a907f5b3c7b191e55e9a9 SHA512 a583aac73e4618ba240c28d3e8485cef6b9c184c11b33799404e96ab99502023073ed1c6fc0d3fbc4e6737415e9ea1a273f3f1e59ccba69d1546f56903567ebe
24
25 diff --git a/sci-libs/fplll/fplll-5.3.2.ebuild b/sci-libs/fplll/fplll-5.3.2.ebuild
26 deleted file mode 100644
27 index f204635f77e..00000000000
28 --- a/sci-libs/fplll/fplll-5.3.2.ebuild
29 +++ /dev/null
30 @@ -1,29 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -DESCRIPTION="Implementations of the floating-point LLL reduction algorithm"
37 -HOMEPAGE="https://github.com/fplll/fplll"
38 -SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz"
39 -
40 -LICENSE="LGPL-2.1+"
41 -SLOT="0/6"
42 -KEYWORDS="amd64 x86"
43 -IUSE="static-libs"
44 -
45 -BDEPEND=""
46 -DEPEND="dev-libs/gmp:0
47 - dev-libs/mpfr:0"
48 -RDEPEND="${DEPEND}"
49 -
50 -src_configure() {
51 - # Support for --with-qd is problematic at the moment.
52 - # https://github.com/fplll/fplll/issues/405
53 - econf $(use_enable static-libs static)
54 -}
55 -
56 -src_install() {
57 - default
58 - find "${ED}" -name '*.la' -delete || die
59 -}