commit: 69bf257d740cc8fa15a30afdcfb3b22ed1a7db08
Author: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Mon Jul 1 08:15:27 2019 +0000
Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Mon Jul 1 08:15:27 2019 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=69bf257d
sci-biology/maker-3.01.02_beta: mpi_evaluator is already gone
The mpi_evaluator is not anymore in the distribution
tarball. When rm is called with no arguments it obviously
breaks. Drop the commands altogether.
Package-Manager: Portage-2.3.67, Repoman-2.3.16
Signed-off-by: Martin Mokrejs <mmokrejs <AT> fold.natur.cuni.cz>
sci-biology/maker/maker-3.01.02_beta.ebuild | 2 --
1 file changed, 2 deletions(-)
diff --git a/sci-biology/maker/maker-3.01.02_beta.ebuild
b/sci-biology/maker/maker-3.01.02_beta.ebuild
index d6ad845d1..dd8b088ac 100644
--- a/sci-biology/maker/maker-3.01.02_beta.ebuild
+++ b/sci-biology/maker/maker-3.01.02_beta.ebuild
@@ -119,8 +119,6 @@ src_compile(){
src_install(){
cd "${WORKDIR}"/maker || die
rm -f bin/fasta_tool # is part of sci-biology/GAL
- # drop development related accessory script requiring Parallel/MPIcar.pm
- find . -name mpi_evaluator | xargs rm || die
mv bin/compare bin/compare_gff3_to_chado # rename as agreed by
upstream, will be in maker-3 as well
dobin bin/*
perl_set_version