diff options
author | Aaron Bauman <bman@gentoo.org> | 2020-12-17 12:09:00 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-12-17 12:11:19 -0500 |
commit | 0e2056e7a051dcf0a57362e2da893b1940b1f128 (patch) | |
tree | 54532dd2d52d0cee028d8f331b87672989cf3e09 /dev-libs/gf-complete | |
parent | dev-python/cheetah3: Use HTTPS (diff) | |
download | gentoo-0e2056e7a051dcf0a57362e2da893b1940b1f128.tar.gz gentoo-0e2056e7a051dcf0a57362e2da893b1940b1f128.tar.bz2 gentoo-0e2056e7a051dcf0a57362e2da893b1940b1f128.zip |
dev-libs/gf-complete: drop old
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-libs/gf-complete')
-rw-r--r-- | dev-libs/gf-complete/Manifest | 1 | ||||
-rw-r--r-- | dev-libs/gf-complete/gf-complete-0.0.0.ebuild | 29 | ||||
-rw-r--r-- | dev-libs/gf-complete/gf-complete-2.0.0.ebuild | 29 |
3 files changed, 0 insertions, 59 deletions
diff --git a/dev-libs/gf-complete/Manifest b/dev-libs/gf-complete/Manifest index 8669d288bcae..ebe521979029 100644 --- a/dev-libs/gf-complete/Manifest +++ b/dev-libs/gf-complete/Manifest @@ -1,2 +1 @@ -DIST gf-complete-0.0.0.tar.gz 596339 BLAKE2B add52827288d08e8d546787f8bc42554ce8900a21dfdc47e66aea2990aa48604f8a51d573f84c667e2479a03ddb8412c43a0acae745cb1e3e5aed0bfd0dd0a83 SHA512 7942a29b80972fffab15dc86c560345911db5aa976d2c505804d0eff10c9135f674f3511b579e2bac26342ca53a81d323826a1ff1d790836a4650a07769851a2 DIST gf-complete-2.0.0.tar.gz 122566 BLAKE2B 20cfc2dcf437109f5ed703434c5c383bc910d57127583a4eca6ccea860d0f42c82c93558ba992b9b35d6025d745a8bb39c32ed35809ffc063fa83b11a975e0d9 SHA512 3b0693bf374086417f04cee09dceeb694aafaf7fb3c829b89f303b65634ae509406c8a0de10f57c666b4c78b11043f355bb3c81f95eac061cb16de9db2b71b89 diff --git a/dev-libs/gf-complete/gf-complete-0.0.0.ebuild b/dev-libs/gf-complete/gf-complete-0.0.0.ebuild deleted file mode 100644 index c0cc00272714..000000000000 --- a/dev-libs/gf-complete/gf-complete-0.0.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit autotools eutils ltprune - -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 x86" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" - -src_prepare() { - sed -i -e 's/ -O3 $(SIMD_FLAGS)//g' src/Makefile.am tools/Makefile.am test/Makefile.am examples/Makefile.am|| die - eautoreconf -} - -src_install() { - default - prune_libtool_files -} diff --git a/dev-libs/gf-complete/gf-complete-2.0.0.ebuild b/dev-libs/gf-complete/gf-complete-2.0.0.ebuild deleted file mode 100644 index 0ede143fb2fd..000000000000 --- a/dev-libs/gf-complete/gf-complete-2.0.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit autotools eutils ltprune - -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="" - -DEPEND="" -RDEPEND="${DEPEND}" - -src_prepare() { - sed -i -e 's/ -O3 $(SIMD_FLAGS)//g' src/Makefile.am tools/Makefile.am test/Makefile.am examples/Makefile.am|| die - eautoreconf -} - -src_install() { - default - prune_libtool_files -} |