commit: 4e4ed2d2a3189ee59a93d417d840a25527ca33bc Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz> AuthorDate: Fri Mar 13 12:33:03 2015 +0000 Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz> CommitDate: Fri Mar 13 12:33:03 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=4e4ed2d2
install also the vcftools binaries although it should be a separate package Package-Manager: portage-2.2.15 sci-biology/freebayes/ChangeLog | 4 ++++ sci-biology/freebayes/freebayes-9999.ebuild | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/sci-biology/freebayes/ChangeLog b/sci-biology/freebayes/ChangeLog index e30f7d3..8921fb7 100644 --- a/sci-biology/freebayes/ChangeLog +++ b/sci-biology/freebayes/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 13 Mar 2015; Martin Mokrejs <mmokr...@fold.natur.cuni.cz> + freebayes-9999.ebuild: + install also the vcftools binaries although it should be a separate package + 11 Mar 2015; Martin Mokrejs <mmokr...@fold.natur.cuni.cz> freebayes-9999.ebuild: added src_install() diff --git a/sci-biology/freebayes/freebayes-9999.ebuild b/sci-biology/freebayes/freebayes-9999.ebuild index 2f9aac4..88f6212 100644 --- a/sci-biology/freebayes/freebayes-9999.ebuild +++ b/sci-biology/freebayes/freebayes-9999.ebuild @@ -36,5 +36,6 @@ RDEPEND="${DEPEND} sci-biology/samtools" src_install(){ - dobin bin/freebayes bin/bamleftalign + dobin bin/freebayes bin/bamleftalign + dobin vcflib/bin/* }