commit:     4e92e47c2e36bf6d811eb63ae2c9fc5d65a83f4b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat May  1 18:33:31 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat May  1 21:21:54 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e92e47c

dev-libs/jerasure: Drop 2.0.0-r1, EAPI5--

Closes: https://bugs.gentoo.org/783933
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-libs/jerasure/jerasure-2.0.0-r1.ebuild | 32 ------------------------------
 1 file changed, 32 deletions(-)

diff --git a/dev-libs/jerasure/jerasure-2.0.0-r1.ebuild 
b/dev-libs/jerasure/jerasure-2.0.0-r1.ebuild
deleted file mode 100644
index 21aed21085d..00000000000
--- a/dev-libs/jerasure/jerasure-2.0.0-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools ltprune
-
-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}"
-
-src_prepare() {
-       sed -i -e 's/ $(SIMD_FLAGS)//g' src/Makefile.am Examples/Makefile.am || 
die
-       eautoreconf
-}
-
-src_install() {
-       default
-       # because stupid
-       insinto /usr/include
-       doins include/{cauchy,galois,liberation,reed_sol}.h
-       prune_libtool_files
-}

Reply via email to