commit: 86735d1722487884f59d66e02e532387cbcbf950
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Fri Mar 5 21:37:03 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Mar 5 21:37:03 2021 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=86735d17
sci-biology/angsd: EAPI bump, add 0.933, add keywords
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
.../angsd/{angsd-9999.ebuild => angsd-0.933.ebuild} | 17 +++++++----------
1 file changed, 7 insertions(+), 10 deletions(-)
diff --git a/sci-biology/angsd/angsd-9999.ebuild
b/sci-biology/angsd/angsd-0.933.ebuild
similarity index 71%
rename from sci-biology/angsd/angsd-9999.ebuild
rename to sci-biology/angsd/angsd-0.933.ebuild
index a4711d244..9a37d2af6 100644
--- a/sci-biology/angsd/angsd-9999.ebuild
+++ b/sci-biology/angsd/angsd-0.933.ebuild
@@ -1,18 +1,15 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
-
-inherit git-r3
+EAPI=7
DESCRIPTION="Population genetics analysis package"
HOMEPAGE="http://www.popgen.dk/angsd"
-EGIT_REPO_URI="https://github.com/ANGSD/angsd.git"
+SRC_URI="https://github.com/ANGSD/angsd/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS=""
-IUSE=""
+KEYWORDS="~amd64"
DEPEND="
dev-lang/R
@@ -41,10 +38,10 @@ src_compile(){
}
src_install(){
+ einstalldocs
dobin angsd
- dodoc README.md
cd misc || die
dobin \
- supersim thetaStat realSFS emOptim2 msToGlf smartCount \
- printIcounts splitgl contamination NGSadmix
+ supersim haploToPlink ibs thetaStat realSFS msToGlf msHOT2glf
smartCount \
+ printIcounts splitgl contamination contamination2 NGSadmix
ngsPSMC scounts
}