mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-libs/jerasure: drop 2.0.0-r2, 2.0.0-r3, EAPI=7--
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST jerasure-2.0.0.tar.gz 806283 BLAKE2B c2513c103aaaeab072978c0711081b0ec89d75881e7ec5a3046fc31f96ce3e2540dd988078aa705768de28c8d495b4c035256d87810d54b6d29ac0b4678c39c6 SHA512 c14b227b4c4ae50d7e1add0f14a888894233228be8aadfc96e8788a14c51ff82fd48d9ca5fbd7d77bf5d17edf0deaef9ff61dffc65100f22f28d7cf32fa32e31
|
||||
DIST jerasure-2.0.0_p20170410.tar.gz 506516 BLAKE2B 0624d6794375baa4b233305102e473ba1a21abe6bd51a3b25eb7da70bdc03e2c20ad5ff4c754af4787ca3ff04d130b7972ab2e24af5265602e9d8b0b5b74562b SHA512 264957c7d8a6f6301923e46c74a27bd313c3e520d065600af3e41a8ccd0fd10a6b5ba97bc2ea683928337c9c7be8b2437183cc96cdab685f265396b089fe1cf5
|
||||
|
||||
@@ -1,38 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
inherit autotools
|
||||
|
||||
DESCRIPTION="A Library in C Facilitating Erasure Coding for Storage Applications"
|
||||
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=""
|
||||
|
||||
DEPEND="dev-libs/gf-complete"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
DOCS=( Manual.pdf README README.txt README.nd )
|
||||
|
||||
src_prepare() {
|
||||
sed -i -e 's/ $(SIMD_FLAGS)//g' src/Makefile.am Examples/Makefile.am || die
|
||||
eapply_user
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
econf --disable-static
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
einstalldocs
|
||||
doheader include/{cauchy,galois,liberation,reed_sol}.h
|
||||
find "${D}" -name '*.la' -delete || die
|
||||
}
|
||||
@@ -1,38 +0,0 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit autotools
|
||||
|
||||
DESCRIPTION="A Library in C Facilitating Erasure Coding for Storage Applications"
|
||||
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"
|
||||
|
||||
DEPEND="dev-libs/gf-complete"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
DOCS=( Manual.pdf README README.txt README.nd )
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${PN}-2.0.0-c99.patch
|
||||
"${FILESDIR}"/${PN}-2.0.0-autoconf.patch
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
sed -i -e 's/ $(SIMD_FLAGS)//g' src/Makefile.am Examples/Makefile.am || die
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
einstalldocs
|
||||
doheader include/{cauchy,galois,liberation,reed_sol}.h
|
||||
find "${D}" -name '*.la' -delete || die
|
||||
}
|
||||
Reference in New Issue
Block a user