diff options
author | 2021-01-07 11:13:53 +0100 | |
---|---|---|
committer | 2021-01-07 11:13:53 +0100 | |
commit | 302b263f4e27531104ead6eee98fb88d47c38699 (patch) | |
tree | 40f78a74312a02ba227a2d7d96cedb308b4ce3b2 /sci-libs | |
parent | app-forensics/afflib: Stabilize 3.7.19 ppc, #763384 (diff) | |
download | gentoo-302b263f4e27531104ead6eee98fb88d47c38699.tar.gz gentoo-302b263f4e27531104ead6eee98fb88d47c38699.tar.bz2 gentoo-302b263f4e27531104ead6eee98fb88d47c38699.zip |
sci-libs/mpfi: Remove old
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/mpfi/Manifest | 1 | ||||
-rw-r--r-- | sci-libs/mpfi/mpfi-1.5.3.ebuild | 30 |
2 files changed, 0 insertions, 31 deletions
diff --git a/sci-libs/mpfi/Manifest b/sci-libs/mpfi/Manifest index 6e2dfd16d376..92158f018311 100644 --- a/sci-libs/mpfi/Manifest +++ b/sci-libs/mpfi/Manifest @@ -1,2 +1 @@ -DIST mpfi-1.5.3.tar.bz2 447256 BLAKE2B 67bb9af362ec96c015571cbdaba09befc2241e0113b6177dd76eec97b619bbf9c924ba4d16583df664cafdb1a78c8700712e30633e91e5ae6f1d5e084c3ede5c SHA512 9c3cdf665fccff8b383c96827f4acb7aa62efdf7854cff271455273f00f8e7ecf84fbe191b02e5f51fe067aaae564fd2a0add062070ff5c1f542d61a021f967d DIST mpfi-1.5.4.tgz 261696 BLAKE2B 264453870fbf18afc0876eef72a3fc9690e9eee1da5179831a24409159abe75b88dc373e2d20b8171c846e870ded876715b2c9034ab4f0d0f0ff10e34abd099d SHA512 72ba7d8c950f4d4e2c7a3da8570cdcec08f75b73580cdf64c4cc3b24f8add23c46ccf78a6de2158e81bd77e6efabceebbae418988d536e7484356b8102e10ce1 diff --git a/sci-libs/mpfi/mpfi-1.5.3.ebuild b/sci-libs/mpfi/mpfi-1.5.3.ebuild deleted file mode 100644 index 557131c75ace..000000000000 --- a/sci-libs/mpfi/mpfi-1.5.3.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit out-of-source - -DESCRIPTION="Multiple precision interval arithmetic library based on MPFR" -HOMEPAGE="http://perso.ens-lyon.fr/nathalie.revol/software.html" -SRC_URI="https://gforge.inria.fr/frs/download.php/37331/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux" - -DEPEND=" - >=dev-libs/gmp-4.1.2:0= - >=dev-libs/mpfr-2.4:0=" -RDEPEND="${DEPEND}" - -my_src_configure() { - econf --disable-static -} - -my_src_install() { - default - - # no static archives - find "${D}" -name '*.la' -delete || die -} |