commit:     447d46d3f909424648fd3cb95aaa8e37df5dbf82
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 28 16:04:15 2026 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sat Feb 28 16:09:12 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=447d46d3

sci-mathematics/lcalc: drop 2.0.5-r2

Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 sci-mathematics/lcalc/Manifest              |  1 -
 sci-mathematics/lcalc/lcalc-2.0.5-r2.ebuild | 36 -----------------------------
 2 files changed, 37 deletions(-)

diff --git a/sci-mathematics/lcalc/Manifest b/sci-mathematics/lcalc/Manifest
index 22524e6670b5..9609affb561a 100644
--- a/sci-mathematics/lcalc/Manifest
+++ b/sci-mathematics/lcalc/Manifest
@@ -1,2 +1 @@
-DIST lcalc-2.0.5.tar.xz 830360 BLAKE2B 
4a282de8548bc0b3d95fe079362ea98dd1397a1f0f7c4c61c6d2df8c5f95b9638aa628a25b138e6037520c69e56bfab635872115139caf3270d473e01276b980
 SHA512 
d3b7fa25dd3c2a8f88671076dfb5ab5e933be7feff24bbd160c92a476953f5553f9fb58f72c36b9c668929385084918fc3396e1a0bcc55de12ea8cb647c53929
 DIST lcalc-2.1.1.tar.xz 831648 BLAKE2B 
48cbe1246c3ca7eb90d5ca9403f2a0c4d6b5f5013c0e3ce01155db13f6d2e5c25a050905aefaa4226da43879d7f6a0c98e84d9c81cc90846fd3eab4a8cf7b7ea
 SHA512 
202e31acd1d1af39a7cd02492da0db78533336a4dca5b2a86ea1292c57d883f87892fa9515345446067cd5d7f03ed03d52c43cc50a79406da72d5ac234b7b2e6

diff --git a/sci-mathematics/lcalc/lcalc-2.0.5-r2.ebuild 
b/sci-mathematics/lcalc/lcalc-2.0.5-r2.ebuild
deleted file mode 100644
index f844bccde0e3..000000000000
--- a/sci-mathematics/lcalc/lcalc-2.0.5-r2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2024 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 ~riscv"
-
-# 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)"
-}
-
-src_install() {
-       default
-       find "${ED}" -type f -name '*.la' -delete || die
-}

Reply via email to