commit:     d6eec9336bac3c8e7dc272f5feeaf48e323c3cc3
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Thu Mar  4 14:40:55 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu Mar  4 14:40:55 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=d6eec933

sci-libs/zarja: version bump 2.2.0, EAPI bump

Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 sci-libs/zarja/zarja-2.2.0.ebuild | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/sci-libs/zarja/zarja-2.2.0.ebuild 
b/sci-libs/zarja/zarja-2.2.0.ebuild
new file mode 100644
index 000000000..405786ce7
--- /dev/null
+++ b/sci-libs/zarja/zarja-2.2.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Scientific multi-agent simulation library"
+HOMEPAGE="https://sourceforge.net/projects/zarja/";
+# latest version is binary only?
+SRC_URI="https://downloads.sourceforge.net/project/${PN}/${PN}/${PN}_${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+       sci-libs/gsl
+       virtual/lapack
+       sci-libs/fftw:3.0
+       dev-libs/boost
+       dev-cpp/tclap"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${PN}_${PV}"
+
+src_install() {
+       cp -a "${S}"/* "${ED}" || die
+}

Reply via email to