diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2022-07-16 08:28:49 -0400 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2022-07-16 08:28:57 -0400 |
commit | 45cbfc0f641d44a86b0f7a4198cf9416c8a555f3 (patch) | |
tree | c39fa936c6bcb16dac745e8f4bb49d0681d28aed /sci-mathematics/lcalc | |
parent | sci-mathematics/lcalc: maintainer stabilize 2.0.5-r2. (diff) | |
download | gentoo-45cbfc0f641d44a86b0f7a4198cf9416c8a555f3.tar.gz gentoo-45cbfc0f641d44a86b0f7a4198cf9416c8a555f3.tar.bz2 gentoo-45cbfc0f641d44a86b0f7a4198cf9416c8a555f3.zip |
sci-mathematics/lcalc: remove "unused" lcalc-2.0.5-r1.ebuild.
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'sci-mathematics/lcalc')
-rw-r--r-- | sci-mathematics/lcalc/lcalc-2.0.5-r1.ebuild | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/sci-mathematics/lcalc/lcalc-2.0.5-r1.ebuild b/sci-mathematics/lcalc/lcalc-2.0.5-r1.ebuild deleted file mode 100644 index 7e0b02e50370..000000000000 --- a/sci-mathematics/lcalc/lcalc-2.0.5-r1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Command-line utility and library for L-function computations" -HOMEPAGE="https://gitlab.com/sagemath/lcalc" -SRC_URI="https://gitlab.com/sagemath/lcalc/uploads/25f029f3c02fcb6c3174972e0ac0e192/${P}.tar.xz" - -LICENSE="GPL-2+" -# The subslot is the libLfunction soname major version -SLOT="0/1" -KEYWORDS="amd64" - -# Omit USE=mpfr for now because it's broken upstream: -# -# https://gitlab.com/sagemath/lcalc/-/issues/7 -# -IUSE="+double double-double quad-double pari" -REQUIRED_USE="^^ ( double double-double quad-double )" - -BDEPEND="dev-util/gengetopt" -DEPEND="double-double? ( sci-libs/qd:= ) - quad-double? ( sci-libs/qd:= ) - pari? ( sci-mathematics/pari:= )" -RDEPEND="${DEPEND}" - -src_configure() { - econf $(use_with pari) \ - --enable-precision="$(usev double)$(usev double-double)$(usev quad-double)" -} |