commit: 967c7d10941d7ab7a61155eee4ce838b75afc330 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr> AuthorDate: Fri Jun 4 14:53:06 2021 +0000 Commit: Jakov Smolić <jakov.smolic <AT> sartura <DOT> hr> CommitDate: Fri Jun 4 14:53:06 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=967c7d10
sci-biology/KING: Remove old 2.2.5 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr> sci-biology/KING/KING-2.2.5.ebuild | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/sci-biology/KING/KING-2.2.5.ebuild b/sci-biology/KING/KING-2.2.5.ebuild deleted file mode 100644 index 7f8d96a89..000000000 --- a/sci-biology/KING/KING-2.2.5.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit toolchain-funcs - -DESCRIPTION="Check family relationship and infer population structure" -HOMEPAGE="https://people.virginia.edu/~wc9c/KING - https://people.virginia.edu/~wc9c/publications/pdf/BI26_2867.pdf" -SRC_URI="https://people.virginia.edu/~wc9c/KING/KINGcode.tar.gz -> ${P}.tar.gz - https://people.virginia.edu/~wc9c/KING/manual.html -> ${PN}_relationship_inference.html - https://people.virginia.edu/~wc9c/KING/kingpopulation.html -> ${PN}.kingpopulation.html" - -LICENSE="all-rights-reserved" # Our robust relationship inference algorithm is implemented in a freely available software package -SLOT="0" -KEYWORDS="~amd64 ~x86" - -S="${WORKDIR}" - -src_compile(){ - $(tc-getCXX) ${CXXFLAGS} -lm -lz -fopenmp -o king *.cpp -} - -src_install(){ - newbin {king,KING} - dodoc "${DISTDIR}"/"${PN}"_relationship_inference.html "${DISTDIR}"/"${PN}".kingpopulation.html -}
