Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/jerasure/
Date: Sat, 01 May 2021 21:24:19
Message-Id: 1619904114.4e92e47c2e36bf6d811eb63ae2c9fc5d65a83f4b.asturm@gentoo
1 commit: 4e92e47c2e36bf6d811eb63ae2c9fc5d65a83f4b
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 1 18:33:31 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat May 1 21:21:54 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e92e47c
7
8 dev-libs/jerasure: Drop 2.0.0-r1, EAPI5--
9
10 Closes: https://bugs.gentoo.org/783933
11 Package-Manager: Portage-3.0.18, Repoman-3.0.3
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 dev-libs/jerasure/jerasure-2.0.0-r1.ebuild | 32 ------------------------------
15 1 file changed, 32 deletions(-)
16
17 diff --git a/dev-libs/jerasure/jerasure-2.0.0-r1.ebuild b/dev-libs/jerasure/jerasure-2.0.0-r1.ebuild
18 deleted file mode 100644
19 index 21aed21085d..00000000000
20 --- a/dev-libs/jerasure/jerasure-2.0.0-r1.ebuild
21 +++ /dev/null
22 @@ -1,32 +0,0 @@
23 -# Copyright 1999-2021 Gentoo Authors
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=5
27 -
28 -inherit autotools ltprune
29 -
30 -DESCRIPTION="A Library in C Facilitating Erasure Coding for Storage Applications"
31 -HOMEPAGE="http://jerasure.org/"
32 -SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/${P}.tar.gz"
33 -S="${WORKDIR}/${PN}.git"
34 -
35 -LICENSE="BSD"
36 -SLOT="0"
37 -KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
38 -IUSE=""
39 -
40 -DEPEND="dev-libs/gf-complete"
41 -RDEPEND="${DEPEND}"
42 -
43 -src_prepare() {
44 - sed -i -e 's/ $(SIMD_FLAGS)//g' src/Makefile.am Examples/Makefile.am || die
45 - eautoreconf
46 -}
47 -
48 -src_install() {
49 - default
50 - # because stupid
51 - insinto /usr/include
52 - doins include/{cauchy,galois,liberation,reed_sol}.h
53 - prune_libtool_files
54 -}