commit:     a61033300fd8848a1a2d0acd711408fd8daa0bb3
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Thu Mar  4 15:06:45 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu Mar  4 15:06:45 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=a6103330

sci-libs/libStatGen: version bump 1.0.15

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

 sci-libs/libStatGen/libStatGen-1.0.15.ebuild | 30 ++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/sci-libs/libStatGen/libStatGen-1.0.15.ebuild 
b/sci-libs/libStatGen/libStatGen-1.0.15.ebuild
new file mode 100644
index 000000000..fba3dde57
--- /dev/null
+++ b/sci-libs/libStatGen/libStatGen-1.0.15.ebuild
@@ -0,0 +1,30 @@
+# 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
+
+DESCRIPTION="Set of classes for creating statistical genetic programs"
+HOMEPAGE="https://github.com/statgen/libStatGen";
+SRC_URI="https://github.com/statgen/libStatGen/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="dev-libs/openssl:0="
+RDEPEND="${DEPEND}"
+
+src_compile() {
+       default
+       docs_compile
+}
+
+src_install(){
+       default
+       dolib.a libStatGen.a # package only makes a static library
+}

Reply via email to