commit: c839ee2ed74f0ab5e675dc628b1da21363548de6 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Thu Mar 4 14:41:14 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Thu Mar 4 14:41:14 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=c839ee2e
sci-libs/zarja: drop old Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> sci-libs/zarja/zarja-1.1.1.ebuild | 40 --------------------------------------- 1 file changed, 40 deletions(-) diff --git a/sci-libs/zarja/zarja-1.1.1.ebuild b/sci-libs/zarja/zarja-1.1.1.ebuild deleted file mode 100644 index d4a82cb00..000000000 --- a/sci-libs/zarja/zarja-1.1.1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -DESCRIPTION="Scientific multi-agent simulation library" -HOMEPAGE="https://sourceforge.net/projects/zarja/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc" - -RDEPEND=" - sci-libs/gsl - virtual/lapack - sci-libs/fftw:3.0 - dev-libs/boost - dev-cpp/tclap" -DEPEND="${RDEPEND} - virtual/pkgconfig - doc? ( app-doc/doxygen )" - -src_configure() { - econf --includedir=/usr/include/zarja -} - -src_compile() { - default - if use doc; then - doxygen Doxyfile || die "doc generation failed" - fi -} - -src_install() { - DOCS=( FAQ ) - use doc && HTML_DOCS=( html/. ) - default -}
