From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 53635138334 for ; Mon, 1 Jul 2019 08:15:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8AF4DE082D; Mon, 1 Jul 2019 08:15:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6C24EE082D for ; Mon, 1 Jul 2019 08:15:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CAECB346820 for ; Mon, 1 Jul 2019 08:15:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 579BD629 for ; Mon, 1 Jul 2019 08:15:47 +0000 (UTC) From: "Martin Mokrejs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Martin Mokrejs" Message-ID: <1561968927.69bf257d740cc8fa15a30afdcfb3b22ed1a7db08.mmokrejs@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/maker/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/maker/maker-3.01.02_beta.ebuild X-VCS-Directories: sci-biology/maker/ X-VCS-Committer: mmokrejs X-VCS-Committer-Name: Martin Mokrejs X-VCS-Revision: 69bf257d740cc8fa15a30afdcfb3b22ed1a7db08 X-VCS-Branch: master Date: Mon, 1 Jul 2019 08:15:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 40042af0-6d74-469d-b523-16e24a25fd41 X-Archives-Hash: dbe8130cb01cd93fa191c4710b204be1 commit: 69bf257d740cc8fa15a30afdcfb3b22ed1a7db08 Author: Martin Mokrejs fold natur cuni cz> AuthorDate: Mon Jul 1 08:15:27 2019 +0000 Commit: Martin Mokrejs fold natur cuni 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 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