Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jakov.smolic@×××××××.hr>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/KING/
Date: Fri, 04 Jun 2021 14:55:57
Message-Id: 1622818386.967c7d10941d7ab7a61155eee4ce838b75afc330.jakov.smolic@gentoo
1 commit: 967c7d10941d7ab7a61155eee4ce838b75afc330
2 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
3 AuthorDate: Fri Jun 4 14:53:06 2021 +0000
4 Commit: Jakov Smolić <jakov.smolic <AT> sartura <DOT> hr>
5 CommitDate: Fri Jun 4 14:53:06 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=967c7d10
7
8 sci-biology/KING: Remove old 2.2.5
9
10 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
11
12 sci-biology/KING/KING-2.2.5.ebuild | 28 ----------------------------
13 1 file changed, 28 deletions(-)
14
15 diff --git a/sci-biology/KING/KING-2.2.5.ebuild b/sci-biology/KING/KING-2.2.5.ebuild
16 deleted file mode 100644
17 index 7f8d96a89..000000000
18 --- a/sci-biology/KING/KING-2.2.5.ebuild
19 +++ /dev/null
20 @@ -1,28 +0,0 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=7
25 -
26 -inherit toolchain-funcs
27 -
28 -DESCRIPTION="Check family relationship and infer population structure"
29 -HOMEPAGE="https://people.virginia.edu/~wc9c/KING
30 - https://people.virginia.edu/~wc9c/publications/pdf/BI26_2867.pdf"
31 -SRC_URI="https://people.virginia.edu/~wc9c/KING/KINGcode.tar.gz -> ${P}.tar.gz
32 - https://people.virginia.edu/~wc9c/KING/manual.html -> ${PN}_relationship_inference.html
33 - https://people.virginia.edu/~wc9c/KING/kingpopulation.html -> ${PN}.kingpopulation.html"
34 -
35 -LICENSE="all-rights-reserved" # Our robust relationship inference algorithm is implemented in a freely available software package
36 -SLOT="0"
37 -KEYWORDS="~amd64 ~x86"
38 -
39 -S="${WORKDIR}"
40 -
41 -src_compile(){
42 - $(tc-getCXX) ${CXXFLAGS} -lm -lz -fopenmp -o king *.cpp
43 -}
44 -
45 -src_install(){
46 - newbin {king,KING}
47 - dodoc "${DISTDIR}"/"${PN}"_relationship_inference.html "${DISTDIR}"/"${PN}".kingpopulation.html
48 -}