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 D2D171384B4 for ; Wed, 30 Dec 2015 19:16:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06E6821C00B; Wed, 30 Dec 2015 19:16:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9960F21C00B for ; Wed, 30 Dec 2015 19:16:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7A60033E3A9 for ; Wed, 30 Dec 2015 19:16:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1D864B40 for ; Wed, 30 Dec 2015 19:16:22 +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: <1451502905.389c7dcdd5a39c1bb6748d52d49bb61981258dfd.mmokrejs@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/maker/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/maker/ChangeLog sci-biology/maker/maker-2.31.8.ebuild X-VCS-Directories: sci-biology/maker/ X-VCS-Committer: mmokrejs X-VCS-Committer-Name: Martin Mokrejs X-VCS-Revision: 389c7dcdd5a39c1bb6748d52d49bb61981258dfd X-VCS-Branch: master Date: Wed, 30 Dec 2015 19:16:22 +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: e447f4ee-841d-410d-8784-b496c66c20de X-Archives-Hash: 2b9375ec15933defcfc30f1a5c4a71ac commit: 389c7dcdd5a39c1bb6748d52d49bb61981258dfd Author: Martin Mokrejš fold natur cuni cz> AuthorDate: Wed Dec 30 19:15:05 2015 +0000 Commit: Martin Mokrejs fold natur cuni cz> CommitDate: Wed Dec 30 19:15:05 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=389c7dcd sci-biology/maker: do install from a top-level directory; there is a file collision with /usr/bin/compare from media-gfx/imagemagick and with /usr/bin/fasta_tool from sci-biology/trinityrnaseq Package-Manager: portage-2.2.26 sci-biology/maker/ChangeLog | 5 +++++ sci-biology/maker/maker-2.31.8.ebuild | 1 + 2 files changed, 6 insertions(+) diff --git a/sci-biology/maker/ChangeLog b/sci-biology/maker/ChangeLog index 2befe1a..16cf654 100644 --- a/sci-biology/maker/ChangeLog +++ b/sci-biology/maker/ChangeLog @@ -3,6 +3,11 @@ # $Id$ 30 Dec 2015; Martin Mokrejs maker-2.31.8.ebuild: + sci-biology/maker: do install from a top-level directory; there is a file + collision with /usr/bin/compare from media-gfx/imagemagick and with + /usr/bin/fasta_tool from sci-biology/trinityrnaseq + + 30 Dec 2015; Martin Mokrejs maker-2.31.8.ebuild: sci-biology/maker: added openmpi as dependency; define our own src_install(); add einfo message; added dev-perl/forks-shared dependency diff --git a/sci-biology/maker/maker-2.31.8.ebuild b/sci-biology/maker/maker-2.31.8.ebuild index b631293..bb0dba6 100644 --- a/sci-biology/maker/maker-2.31.8.ebuild +++ b/sci-biology/maker/maker-2.31.8.ebuild @@ -102,6 +102,7 @@ src_compile(){ } src_install(){ + cd "${WORKDIR}"/maker || die dobin bin/* dodoc README INSTALL insinto /usr/share/"{PN}"/GMOD/Apollo