commit:     e23268c825c2a41dc451a7f4070c967f9a210f2d
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 20 17:04:00 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jun 20 17:04:00 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e23268c8

sci-libs/mpfi: drop 1.5.4, EAPI=7--

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 sci-libs/mpfi/Manifest          |  1 -
 sci-libs/mpfi/mpfi-1.5.4.ebuild | 35 -----------------------------------
 2 files changed, 36 deletions(-)

diff --git a/sci-libs/mpfi/Manifest b/sci-libs/mpfi/Manifest
index aa430b88d9e7..990cd40240ae 100644
--- a/sci-libs/mpfi/Manifest
+++ b/sci-libs/mpfi/Manifest
@@ -1,2 +1 @@
-DIST mpfi-1.5.4.tgz 261696 BLAKE2B 
264453870fbf18afc0876eef72a3fc9690e9eee1da5179831a24409159abe75b88dc373e2d20b8171c846e870ded876715b2c9034ab4f0d0f0ff10e34abd099d
 SHA512 
72ba7d8c950f4d4e2c7a3da8570cdcec08f75b73580cdf64c4cc3b24f8add23c46ccf78a6de2158e81bd77e6efabceebbae418988d536e7484356b8102e10ce1
 DIST mpfi-1.5.4_p20220401.tar.xz 370932 BLAKE2B 
9ca070b7cb1ad50cd73869a209681a2272e9a1a2cb6458f9c5c339caec43bd6b11e73c49e261fbcfa4f1d1bf682a317253cb17a79d3b75fd1b8bb36c85fd97bb
 SHA512 
a9bcbbb74946b305ab1470db3f32647fc984504ef1c31d4ba4f21d6c66e7193b88666c3cc3ac1382a02750e127cc71424496e8feab393e8cb282b54fc4aa48f6

diff --git a/sci-libs/mpfi/mpfi-1.5.4.ebuild b/sci-libs/mpfi/mpfi-1.5.4.ebuild
deleted file mode 100644
index b8fd507c1a5e..000000000000
--- a/sci-libs/mpfi/mpfi-1.5.4.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="Multiple precision interval arithmetic library based on MPFR"
-HOMEPAGE="https://perso.ens-lyon.fr/nathalie.revol/software.html 
https://gitlab.inria.fr/mpfi/mpfi";
-SRC_URI="https://gforge.inria.fr/frs/download.php/file/38111/${P}.tgz";
-
-# COPYING is GPL-3, COPYING.LESSER is LGPL-3, source file headers
-# are LGPL-2.1+
-LICENSE="GPL-3 LGPL-3 LGPL-2.1+"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
-
-DEPEND="
-       dev-libs/gmp:0=
-       dev-libs/mpfr:0="
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-       default
-       eautoreconf
-}
-
-src_configure() {
-       econf --disable-static
-}
-
-src_install() {
-       default
-       find "${ED}" -name '*.la' -delete || die
-}

Reply via email to