From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 25CE959CB1 for ; Mon, 11 Apr 2016 19:57:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7BB2121C00B; Mon, 11 Apr 2016 19:57:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 166F921C00B for ; Mon, 11 Apr 2016 19:57:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 52F283405D5 for ; Mon, 11 Apr 2016 19:57:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9901480 for ; Mon, 11 Apr 2016 19:57:29 +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: <1460404473.1f9880950c49a6543a08ca5d285e32b7fb4c4e91.mmokrejs@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/trinityrnaseq/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/trinityrnaseq/trinityrnaseq-2.0.6.ebuild sci-biology/trinityrnaseq/trinityrnaseq-2.1.1.ebuild sci-biology/trinityrnaseq/trinityrnaseq-2.2.0.ebuild X-VCS-Directories: sci-biology/trinityrnaseq/ X-VCS-Committer: mmokrejs X-VCS-Committer-Name: Martin Mokrejs X-VCS-Revision: 1f9880950c49a6543a08ca5d285e32b7fb4c4e91 X-VCS-Branch: master Date: Mon, 11 Apr 2016 19:57:29 +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-Archives-Salt: ae9e03ca-edeb-42f0-9dd3-6a05fc71e9be X-Archives-Hash: 40479f454ad4dd712be7ad59de6b38bb commit: 1f9880950c49a6543a08ca5d285e32b7fb4c4e91 Author: Martin Mokrejš fold natur cuni cz> AuthorDate: Mon Apr 11 19:54:33 2016 +0000 Commit: Martin Mokrejs fold natur cuni cz> CommitDate: Mon Apr 11 19:54:33 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=1f988095 sci-biology/trinityrnaseq: use 'rm -rf' when deleting a subdirectory with bundled GAL-0.2.1 Package-Manager: portage-2.2.28 sci-biology/trinityrnaseq/trinityrnaseq-2.0.6.ebuild | 2 +- sci-biology/trinityrnaseq/trinityrnaseq-2.1.1.ebuild | 2 +- sci-biology/trinityrnaseq/trinityrnaseq-2.2.0.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sci-biology/trinityrnaseq/trinityrnaseq-2.0.6.ebuild b/sci-biology/trinityrnaseq/trinityrnaseq-2.0.6.ebuild index 226fa17..88c104f 100644 --- a/sci-biology/trinityrnaseq/trinityrnaseq-2.0.6.ebuild +++ b/sci-biology/trinityrnaseq/trinityrnaseq-2.0.6.ebuild @@ -44,7 +44,7 @@ src_install(){ dodoc trinity-plugins/fstrozzi-Fastool-7c3e034f05/README.md # insinto /usr/share/"${PN}"/util - rm -f trinity-plugins/GAL_0.2.1 util/fasta_tool + rm -rf trinity-plugins/GAL_0.2.1 util/fasta_tool doins -r util/* # dobin Inchworm/bin/* diff --git a/sci-biology/trinityrnaseq/trinityrnaseq-2.1.1.ebuild b/sci-biology/trinityrnaseq/trinityrnaseq-2.1.1.ebuild index 218e4c3..4a51bdf 100644 --- a/sci-biology/trinityrnaseq/trinityrnaseq-2.1.1.ebuild +++ b/sci-biology/trinityrnaseq/trinityrnaseq-2.1.1.ebuild @@ -53,7 +53,7 @@ src_install(){ dodoc trinity-plugins/fstrozzi-Fastool-7c3e034f05/README.md # insinto /usr/share/"${PN}"/util - rm -f trinity-plugins/GAL_0.2.1 util/fasta_tool + rm -rf trinity-plugins/GAL_0.2.1 util/fasta_tool doins -r util/* # dobin Inchworm/bin/* diff --git a/sci-biology/trinityrnaseq/trinityrnaseq-2.2.0.ebuild b/sci-biology/trinityrnaseq/trinityrnaseq-2.2.0.ebuild index 218e4c3..4a51bdf 100644 --- a/sci-biology/trinityrnaseq/trinityrnaseq-2.2.0.ebuild +++ b/sci-biology/trinityrnaseq/trinityrnaseq-2.2.0.ebuild @@ -53,7 +53,7 @@ src_install(){ dodoc trinity-plugins/fstrozzi-Fastool-7c3e034f05/README.md # insinto /usr/share/"${PN}"/util - rm -f trinity-plugins/GAL_0.2.1 util/fasta_tool + rm -rf trinity-plugins/GAL_0.2.1 util/fasta_tool doins -r util/* # dobin Inchworm/bin/*