commit: 56922c68ff7f99f8f12d793942dcc516391cd536 Author: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de> AuthorDate: Fri May 16 12:57:19 2025 +0000 Commit: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de> CommitDate: Fri May 16 12:57:19 2025 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=56922c68
sci-libs/fgsl: drop 1.3.0 Signed-off-by: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik.de> sci-libs/fgsl/fgsl-1.3.0.ebuild | 37 ------------------------------------- 1 file changed, 37 deletions(-) diff --git a/sci-libs/fgsl/fgsl-1.3.0.ebuild b/sci-libs/fgsl/fgsl-1.3.0.ebuild deleted file mode 100644 index 01e155614..000000000 --- a/sci-libs/fgsl/fgsl-1.3.0.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DOCS_BUILDER="doxygen" -DOCS_DEPEND="media-gfx/graphviz" - -inherit docs fortran-2 - -DESCRIPTION="A Fortran interface to the GNU Scientific Library" -HOMEPAGE="https://doku.lrz.de/display/PUBLIC/FGSL+-+A+Fortran+interface+to+the+GNU+Scientific+Library/" -SRC_URI="https://doku.lrz.de/download/attachments/43321199/${P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~amd64-linux" -IUSE="static-libs" - -RDEPEND=">=sci-libs/gsl-2.4" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" - -FORTRAN_STANDARD=90 - -DOCS=( NEWS README ) - -src_compile() { - # With -j higher than 1 we get file not found errors - emake -j1 - docs_compile -} - -src_install() { - default - mv "${ED}/usr/share/doc/fgsl" "${ED}/usr/share/doc/${PF}" || die -}
