commit:     17d2ef019568dc9b06eee767caa931452664c613
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  8 19:09:06 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Mar  8 19:09:06 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17d2ef01

sci-libs/m4rie: drop 20200115-r1

Closes: https://bugs.gentoo.org/950869
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 sci-libs/m4rie/Manifest                 |  1 -
 sci-libs/m4rie/m4rie-20200115-r1.ebuild | 41 ---------------------------------
 2 files changed, 42 deletions(-)

diff --git a/sci-libs/m4rie/Manifest b/sci-libs/m4rie/Manifest
index b8ac2c499a96..3c3eb5db3686 100644
--- a/sci-libs/m4rie/Manifest
+++ b/sci-libs/m4rie/Manifest
@@ -1,2 +1 @@
-DIST m4rie-20200115.tar.gz 500702 BLAKE2B 
d8b1506ef9902def6577851a97dd6f7da986dce39b3250f9f9b66f9caf8f811568b7975165fb75b6b8ab3c9faf65d890f7c2254725224266f1250a0bcf18a464
 SHA512 
22c990cf06de9ac790f82f48e498b2bfc87fdf6834257f4e4a4c44e2446b4226438d21692d654008b58df36d8da746bba04dcf1a3d50e34ccf8c678efd5b642b
 DIST release-20250103.tar.gz 167745 BLAKE2B 
b4f76e51ef9561ce7fc10c0fc0f50c8ebff1c65c9e4c51d0f120db48a9b4b4417057c2bb919b6a4d1ba23f68179c59e2a5d97063063654723f210a5d10d0e5ce
 SHA512 
8fd80fa265d234101ee56f464a59ce5aaf0f3c600e70ee9495ec490d06b758e0073a084474ad72d79d8ade5ac4421c53ed6b12cbaaaeda96287d94137c8c61b1

diff --git a/sci-libs/m4rie/m4rie-20200115-r1.ebuild 
b/sci-libs/m4rie/m4rie-20200115-r1.ebuild
deleted file mode 100644
index be0f41e475fd..000000000000
--- a/sci-libs/m4rie/m4rie-20200115-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="Fast dense matrix arithmetic over GF(2^e) for 2 <= e <= 16"
-HOMEPAGE="https://github.com/malb/m4rie";
-SRC_URI="https://bitbucket.org/malb/${PN}/downloads/${P}.tar.gz";
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
-IUSE="debug static-libs"
-
-DEPEND="sci-libs/m4ri"
-RDEPEND="${DEPEND}"
-
-# Requires eautoreconf.
-PATCHES=( "${FILESDIR}/${P}-link-libm.patch" )
-
-src_prepare() {
-       default
-       eautoreconf
-}
-
-src_configure() {
-       # m4rie doesn't actually have any openmp code. The configure flag
-       # stems from a mistaken belief that it needs to be there to use the
-       # openmp code in m4ri.
-       econf \
-               --disable-openmp \
-               $(use_enable debug) \
-               $(use_enable static-libs static)
-}
-
-src_install() {
-       default
-       find "${ED}" -name '*.la' -delete || die
-}

Reply via email to