aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-01-25 10:24:43 +0100
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-01-25 10:24:43 +0100
commitc3873aa86ae47e19e52565bef9f69979f97b5a8e (patch)
treeeb05f39d7334096ed7e985e15234c0f9c21b405d /sci-biology/vcflib
parentsci-biology/wcd: remove dead package (diff)
downloadsci-c3873aa86ae47e19e52565bef9f69979f97b5a8e.tar.gz
sci-c3873aa86ae47e19e52565bef9f69979f97b5a8e.tar.bz2
sci-c3873aa86ae47e19e52565bef9f69979f97b5a8e.zip
sci-biology/vcflib: bump to 1.0.3
Need a proper release tarball (including the submodules) before we can add keywords here Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sci-biology/vcflib')
-rw-r--r--sci-biology/vcflib/Manifest2
-rw-r--r--sci-biology/vcflib/vcflib-1.0.3.ebuild (renamed from sci-biology/vcflib/vcflib-1.0.2.ebuild)15
2 files changed, 6 insertions, 11 deletions
diff --git a/sci-biology/vcflib/Manifest b/sci-biology/vcflib/Manifest
index 57b3d1f2b..a535ea547 100644
--- a/sci-biology/vcflib/Manifest
+++ b/sci-biology/vcflib/Manifest
@@ -1 +1 @@
-DIST vcflib-1.0.2-src.tar.gz 20881031 BLAKE2B 67e8fd60db3171fa05cac36306852134cc8c37a3e4715d141547773c3252569a01363298297978d89c015b1120ad0f0d05eb2b67b5ee7d01728f27f0049bc748 SHA512 7dadd2398d4054a1d7e7b520f192243f63c98a4fa184f7c6750dce9296356f4b45bdbb50f7de270a6c4c3aa76deec45980c363e19b22bea64590de711fdb7d71
+DIST vcflib-1.0.3.tar.gz 19213097 BLAKE2B 142685d494759d61e7b0ed40e9d91b78d7856038b6fb73f7f26f80152b0a85006bd6f3e9b5e7422e74841eb9a21e3a86efc3f63545e3fea7545fb91a7475b409 SHA512 16c7b3932fd4e6a985adbc1131dd0b48028501be3023d85fd57b4efccaf071a11ba6f49219df723f6eacc2787218e8f3f2b318e016633ce3e829139b698154a2
diff --git a/sci-biology/vcflib/vcflib-1.0.2.ebuild b/sci-biology/vcflib/vcflib-1.0.3.ebuild
index 272e69483..d4cf1e02f 100644
--- a/sci-biology/vcflib/vcflib-1.0.2.ebuild
+++ b/sci-biology/vcflib/vcflib-1.0.3.ebuild
@@ -1,18 +1,17 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
inherit cmake toolchain-funcs
DESCRIPTION="VCF/BED utils, Genotype Phenotype Association Toolkit (GPAT++)"
HOMEPAGE="https://github.com/vcflib/vcflib"
-SRC_URI="https://github.com/vcflib/vcflib/releases/download/v${PV}/${P}-src.tar.gz"
-
-# vcflib is incorporated into several projects, such as freebayes
+SRC_URI="https://github.com/vcflib/vcflib/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT-with-advertising"
SLOT="0"
+# No proper release tarball for this release yet
KEYWORDS=""
IUSE="openmp"
@@ -22,10 +21,6 @@ DEPEND="
sci-biology/tabixpp
"
RDEPEND="${DEPEND}"
-# contains bundled sci-biology/htslib ?
-# see also ./include for possible traces of other bundled sw
-
-S="${WORKDIR}/${PN}"
src_prepare(){
cmake_src_prepare
@@ -47,7 +42,7 @@ src_prepare(){
src_compile(){
mycmakeargs=(
-DOPENMP="$(use_enable openmp)"
- -DHTSLIB_LOCAL=NO
+ -DHTSLIB_LOCAL=ON
)
cmake_src_compile
}