commit: 5c3918734bee45d867ae8712fe8a29ed24e60aa5 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Fri Jun 20 17:04:18 2025 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Fri Jun 20 17:04:18 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c391873
sci-libs/iml: drop 1.0.5, EAPI=7-- Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> sci-libs/iml/iml-1.0.5.ebuild | 37 ------------------------------------- 1 file changed, 37 deletions(-) diff --git a/sci-libs/iml/iml-1.0.5.ebuild b/sci-libs/iml/iml-1.0.5.ebuild deleted file mode 100644 index 41bcf98488dd..000000000000 --- a/sci-libs/iml/iml-1.0.5.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools - -DESCRIPTION="Integer Matrix Library" -HOMEPAGE="https://www.cs.uwaterloo.ca/~astorjoh/iml.html" -SRC_URI="https://www.cs.uwaterloo.ca/~astorjoh/${P}.tar.bz2" - -# COPYING is GPL-2, but the files under src/ all have a BSD header -LICENSE="GPL-2 BSD" -SLOT="0" -KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="static-libs" - -DEPEND="virtual/cblas" -RDEPEND="${DEPEND}" - -DOCS=( AUTHORS ChangeLog README ) - -PATCHES=( - "${FILESDIR}"/${PN}-1.0.4-use-any-cblas-implementation.patch -) - -src_prepare() { - default - eautoreconf -} - -src_configure() { - econf \ - --with-default="${EPREFIX}"/usr \ - --enable-shared \ - $(use_enable static-libs static) -}
