commit: f8c039cad124baf6a31138d215a70a6afcfd8b13 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org> AuthorDate: Mon Apr 28 11:01:33 2025 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Mon Apr 28 11:01:33 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8c039ca
sci-libs/givaro: drop 4.2.0 Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org> sci-libs/givaro/givaro-4.2.0.ebuild | 54 ------------------------------------- 1 file changed, 54 deletions(-) diff --git a/sci-libs/givaro/givaro-4.2.0.ebuild b/sci-libs/givaro/givaro-4.2.0.ebuild deleted file mode 100644 index 3f96a663cbe8..000000000000 --- a/sci-libs/givaro/givaro-4.2.0.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools - -DESCRIPTION="C++ library for arithmetic and algebraic computations" -HOMEPAGE="https://casys.gricad-pages.univ-grenoble-alpes.fr/givaro/" -SRC_URI="https://github.com/linbox-team/givaro/releases/download/v${PV}/${P}.tar.gz" - -LICENSE="CeCILL-B" -SLOT="0/9" # soname major -KEYWORDS="amd64 ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" -IUSE="doc test" -RESTRICT="!test? ( test )" - -BDEPEND=" - doc? ( - app-text/doxygen[dot] - dev-texlive/texlive-bibtexextra - dev-texlive/texlive-fontsextra - dev-texlive/texlive-fontutils - dev-texlive/texlive-latex - dev-texlive/texlive-latexextra - ) -" -DEPEND="dev-libs/gmp:0[cxx(+)]" -RDEPEND="${DEPEND}" - -DOCS=( AUTHORS ChangeLog README.md ) - -PATCHES=( - "${FILESDIR}/givaro-4.1.1-fix-pc-libdir.patch" - "${FILESDIR}/${P}-configure.ac-fix-a-bashism.patch" - "${FILESDIR}/${P}-cstdint.patch" - "${FILESDIR}/${P}-gcc14.patch" -) - -src_prepare() { - default - eautoreconf -} - -src_configure() { - econf \ - --with-docdir="/usr/share/doc/${PF}/html" \ - $(use_enable doc) -} - -src_install() { - default - find "${ED}" -type f -name '*.la' -delete || die -}
