dev-libs/gf-complete: drop 2.0.0-r1, EAPI=7--

Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Arthur Zamarin 2025-11-28 22:44:11 +02:00
parent 6fc9a98f51
commit 5ea240040e
No known key found for this signature in database
GPG Key ID: 02A0AF503D120504
2 changed files with 0 additions and 32 deletions

View File

@ -1,2 +1 @@
DIST gf-complete-2.0.0.tar.gz 122566 BLAKE2B 20cfc2dcf437109f5ed703434c5c383bc910d57127583a4eca6ccea860d0f42c82c93558ba992b9b35d6025d745a8bb39c32ed35809ffc063fa83b11a975e0d9 SHA512 3b0693bf374086417f04cee09dceeb694aafaf7fb3c829b89f303b65634ae509406c8a0de10f57c666b4c78b11043f355bb3c81f95eac061cb16de9db2b71b89
DIST gf-complete-2.0.0_p20170410.tar.gz 342630 BLAKE2B 62d285ffb660c1b2cb88b3d0fbeed87e22287d29a61b9d2d0bad06174d48abdbb78558c1e91bdd2ac90054a083e7038797edf49451051813390aaa25b3a27e2c SHA512 5d0a13e9d8f0d9a7904e43df0ab233f5b1e3c072a87b43e212c20745c75215aef56895e0f27da5504176037827c118dac29dae41c576aa27c1eafcd300cb8093

View File

@ -1,31 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
inherit autotools
DESCRIPTION="A Comprehensive Open Source Library for Galois Field Arithmetic"
HOMEPAGE="http://jerasure.org"
SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/${P}.tar.gz"
S="${WORKDIR}/${PN}.git"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
IUSE=""
src_prepare() {
sed -i -e 's/ -O3 $(SIMD_FLAGS)//g' src/Makefile.am tools/Makefile.am test/Makefile.am examples/Makefile.am|| die
eapply_user
eautoreconf
}
src_configure() {
econf --disable-static
}
src_install() {
default
find "${ED}" -name '*.la' -delete || die
}