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-mathematics/lcalc/
Date: Tue, 18 Jan 2022 13:57:53
Message-Id: 1642514240.2a488b4f0ef1f1fd2517d316824d962ea4cb154c.mjo@gentoo
1 commit: 2a488b4f0ef1f1fd2517d316824d962ea4cb154c
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 18 13:57:20 2022 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 18 13:57:20 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a488b4f
7
8 sci-mathematics/lcalc: remove old "unused" lcalc-2.0.3.ebuild.
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
12
13 sci-mathematics/lcalc/Manifest | 1 -
14 sci-mathematics/lcalc/lcalc-2.0.3.ebuild | 31 -------------------------------
15 2 files changed, 32 deletions(-)
16
17 diff --git a/sci-mathematics/lcalc/Manifest b/sci-mathematics/lcalc/Manifest
18 index 3229ae68a1f7..740ec007a556 100644
19 --- a/sci-mathematics/lcalc/Manifest
20 +++ b/sci-mathematics/lcalc/Manifest
21 @@ -1,2 +1 @@
22 -DIST lcalc-2.0.3.tar.xz 825904 BLAKE2B c2daab62de1d5bfb024a8246a965d850480cf313efe4f0ddb7561c28d2cae2aa231fea5c07e073d21e04cfcf2b558f931472825f9100e6ab4585ac87d80b4d3a SHA512 33d7cff04d88b62775a69b5b38eea41c24bdb88592d5185fbf9c13ea0c62a7c07c041f7f4e5c06415a3983b0ba369f3c9766a556090a6282e1cd7003ad25ba46
23 DIST lcalc-2.0.5.tar.xz 830360 BLAKE2B 4a282de8548bc0b3d95fe079362ea98dd1397a1f0f7c4c61c6d2df8c5f95b9638aa628a25b138e6037520c69e56bfab635872115139caf3270d473e01276b980 SHA512 d3b7fa25dd3c2a8f88671076dfb5ab5e933be7feff24bbd160c92a476953f5553f9fb58f72c36b9c668929385084918fc3396e1a0bcc55de12ea8cb647c53929
24
25 diff --git a/sci-mathematics/lcalc/lcalc-2.0.3.ebuild b/sci-mathematics/lcalc/lcalc-2.0.3.ebuild
26 deleted file mode 100644
27 index 57cad69e748a..000000000000
28 --- a/sci-mathematics/lcalc/lcalc-2.0.3.ebuild
29 +++ /dev/null
30 @@ -1,31 +0,0 @@
31 -# Copyright 1999-2021 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=8
35 -
36 -DESCRIPTION="Command-line utility and library for L-function computations"
37 -HOMEPAGE="https://gitlab.com/sagemath/lcalc"
38 -SRC_URI="https://gitlab.com/sagemath/lcalc/uploads/32cb4e639e3c1051eb6caf19dfe0769b/${P}.tar.xz"
39 -
40 -LICENSE="GPL-2+"
41 -# The subslot is the libLfunction soname major version
42 -SLOT="0/1"
43 -KEYWORDS="amd64"
44 -
45 -# Omit USE=mpfr for now because it's broken upstream:
46 -#
47 -# https://gitlab.com/sagemath/lcalc/-/issues/7
48 -#
49 -IUSE="+double double-double quad-double pari"
50 -REQUIRED_USE="^^ ( double double-double quad-double )"
51 -
52 -BDEPEND="dev-util/gengetopt"
53 -DEPEND="double-double? ( sci-libs/qd:= )
54 - quad-double? ( sci-libs/qd:= )
55 - pari? ( sci-mathematics/pari:= )"
56 -REPEND="${DEPEND}"
57 -
58 -src_configure() {
59 - econf $(use_with pari) \
60 - --enable-precision="$(usev double)$(usev double-double)$(usev quad-double)"
61 -}