aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-libs/zarja/zarja-1.1.1.ebuild')
-rw-r--r--sci-libs/zarja/zarja-1.1.1.ebuild40
1 files changed, 0 insertions, 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
-}