aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Mokrejš <mmokrejs@fold.natur.cuni.cz>2017-05-25 19:36:46 +0200
committerMartin Mokrejš <mmokrejs@fold.natur.cuni.cz>2017-05-25 19:36:46 +0200
commit500bf4bfd32e0f719380b253415e91dfc0b5b04f (patch)
tree8e662299a05eb225078ca942daf7b070f9cbb019
parentsci-biology/verifyBamID: another attempt at removing the -Werror (diff)
downloadsci-500bf4bfd32e0f719380b253415e91dfc0b5b04f.tar.gz
sci-500bf4bfd32e0f719380b253415e91dfc0b5b04f.tar.bz2
sci-500bf4bfd32e0f719380b253415e91dfc0b5b04f.zip
sci-libs/libStatGen: version bump, use ${PV}
Package-Manager: Portage-2.3.5, Repoman-2.3.2
-rw-r--r--sci-libs/libStatGen/Manifest1
-rw-r--r--sci-libs/libStatGen/libStatGen-1.0.13.ebuild2
-rw-r--r--sci-libs/libStatGen/libStatGen-1.0.14.ebuild21
3 files changed, 23 insertions, 1 deletions
diff --git a/sci-libs/libStatGen/Manifest b/sci-libs/libStatGen/Manifest
index fb9dba9ea..7b79a33e7 100644
--- a/sci-libs/libStatGen/Manifest
+++ b/sci-libs/libStatGen/Manifest
@@ -1 +1,2 @@
DIST libStatGen-1.0.13.tar.gz 558682 SHA256 a67a3126fbf227a5c3a4de044447bf01eb8e091c737f7696449f764e42926339 SHA512 bcce3dd2f343e5941857d5bca0f2960d69b3e1083da6312e018a96bb92fb8dbc91ac511e062b024720c45508aa805d3f4f6511f60201438176a898ab789e746f WHIRLPOOL 533f255adc73d5aff0c45191d97a138723ff4a84e70f72bc0f66430b62071afe7ff6efa09d519ebce9954263b5c5a1a8ce066d648305aa2602a0d831abbdb6f6
+DIST libStatGen-1.0.14.tar.gz 558924 SHA256 70a504c5cc4838c6ac96cdd010644454615cc907df4e3794c999baf958fa734b SHA512 c7a1d4d56803b7ca741961a77dc8419277f01e8c683c8f5d494f3af242a2b5075462179b14601a41842a1624017c812a754f912a622dc1af3f5e4b1dc4722508 WHIRLPOOL 395dd23b84a1f12fe4acffff7854f85fb093781fcd303e230faa0d37fe0d0ade92df624f27e3bc518d2cde98bdc85e9fbc12ad9d1706d803aa5865dbad16c594
diff --git a/sci-libs/libStatGen/libStatGen-1.0.13.ebuild b/sci-libs/libStatGen/libStatGen-1.0.13.ebuild
index 9a2c55db7..fa9f58f5c 100644
--- a/sci-libs/libStatGen/libStatGen-1.0.13.ebuild
+++ b/sci-libs/libStatGen/libStatGen-1.0.13.ebuild
@@ -5,7 +5,7 @@ EAPI=6
DESCRIPTION="Set of classes for creating statistical genetic programs"
HOMEPAGE="https://github.com/statgen/libStatGen"
-SRC_URI="https://github.com/statgen/libStatGen/archive/v1.0.13.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/statgen/libStatGen/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
diff --git a/sci-libs/libStatGen/libStatGen-1.0.14.ebuild b/sci-libs/libStatGen/libStatGen-1.0.14.ebuild
new file mode 100644
index 000000000..fa9f58f5c
--- /dev/null
+++ b/sci-libs/libStatGen/libStatGen-1.0.14.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+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"
+IUSE=""
+
+DEPEND="dev-libs/openssl:0="
+RDEPEND="${DEPEND}"
+
+src_install(){
+ default
+ dolib libStatGen.* # package only makes a static library
+}