aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-03-04 15:41:14 +0100
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-03-04 15:41:14 +0100
commitc839ee2ed74f0ab5e675dc628b1da21363548de6 (patch)
tree00e199ba111a6c5f98914ebe2b71d84db809f257 /sci-libs/zarja
parentsci-libs/zarja: version bump 2.2.0, EAPI bump (diff)
downloadsci-c839ee2ed74f0ab5e675dc628b1da21363548de6.tar.gz
sci-c839ee2ed74f0ab5e675dc628b1da21363548de6.tar.bz2
sci-c839ee2ed74f0ab5e675dc628b1da21363548de6.zip
sci-libs/zarja: drop old
Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Diffstat (limited to 'sci-libs/zarja')
-rw-r--r--sci-libs/zarja/Manifest1
-rw-r--r--sci-libs/zarja/zarja-1.1.1.ebuild40
2 files changed, 0 insertions, 41 deletions
diff --git a/sci-libs/zarja/Manifest b/sci-libs/zarja/Manifest
index 353c7aae0..edb1a2e29 100644
--- a/sci-libs/zarja/Manifest
+++ b/sci-libs/zarja/Manifest
@@ -1,2 +1 @@
-DIST zarja-1.1.1.tar.gz 1368076 BLAKE2B 262d57285d4587df4bb64f2b690c015ce61f62e3bbe43756ef64f60f0a6d702573dc6e4eef1bd4fff137eb14446e3664296235d7d97866c9e38421bb4b2e73d2 SHA512 4618a4a558656b34025749e2f8b2dad8ee897dfb1eebfa4ac157b75f66d499d15d2d3a8a5e207aaa6aa9498c8d69e5a470875f1201be6056e7739f3b25dab06d
DIST zarja-2.2.0.tar.gz 872503 BLAKE2B 26b0ef8ea36bda2af0173cc9a33e334219d9e87c4eafae4beaa31d235beb19da7594b7e504fa362fc1c37967f388b5c3523f8eba38ab5cb2b697d7220bf79754 SHA512 914ac12669e3597a354c48813014141a6070e5cbfea28a682ef85c8a5740069db025832944726ca3a65cff8e23939b1672177e9c68e1f3c579e5fb9e4bb8ec20
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
-}