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 D9CCE1395E2 for ; Sat, 3 Dec 2016 18:51:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0F53E0C35; Sat, 3 Dec 2016 18:51:21 +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 C6F27E0C35 for ; Sat, 3 Dec 2016 18:51:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 0AD9A340AC7 for ; Sat, 3 Dec 2016 18:51:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A85B4498 for ; Sat, 3 Dec 2016 18:51:17 +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: <1480791068.c976d64e8e6458c02d70ec3aeb8a883e86c26e37.mmokrejs@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/BRAKER/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/BRAKER/BRAKER-1.8.ebuild sci-biology/BRAKER/BRAKER-1.9.ebuild X-VCS-Directories: sci-biology/BRAKER/ X-VCS-Committer: mmokrejs X-VCS-Committer-Name: Martin Mokrejs X-VCS-Revision: c976d64e8e6458c02d70ec3aeb8a883e86c26e37 X-VCS-Branch: master Date: Sat, 3 Dec 2016 18:51:17 +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: 9c49e0e2-2b27-4bbc-816b-454fd034ce8d X-Archives-Hash: 5de7cc56cd8e2684b811fd74288e79f6 commit: c976d64e8e6458c02d70ec3aeb8a883e86c26e37 Author: Martin Mokrejš fold natur cuni cz> AuthorDate: Sat Dec 3 18:51:08 2016 +0000 Commit: Martin Mokrejs fold natur cuni cz> CommitDate: Sat Dec 3 18:51:08 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=c976d64e sci-biology/BRAKER: version bump, point to additional dependency Package-Manager: portage-2.3.2 sci-biology/BRAKER/{BRAKER-1.8.ebuild => BRAKER-1.9.ebuild} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sci-biology/BRAKER/BRAKER-1.8.ebuild b/sci-biology/BRAKER/BRAKER-1.9.ebuild similarity index 90% rename from sci-biology/BRAKER/BRAKER-1.8.ebuild rename to sci-biology/BRAKER/BRAKER-1.9.ebuild index 439b5c2..4074279 100644 --- a/sci-biology/BRAKER/BRAKER-1.8.ebuild +++ b/sci-biology/BRAKER/BRAKER-1.9.ebuild @@ -26,8 +26,7 @@ DEPEND="" RDEPEND="${DEPEND} dev-perl/Scalar-Util-Numeric sci-biology/augustus" -# Current version of BRAKER1 1.8 requires GeneMark-ET v.4.29 (or up). - + #>=sci-biology/GeneMark_ET-bin-4.29" # # BUG: # this causes: @@ -48,6 +47,6 @@ src_install(){ } pkg_postinst(){ - einfo "Please install GeneMark-ET >= v.4.29 after obtaininig a license from" + einfo "Please install sci-biology/GeneMark_ET after obtaininig a license and binaries from" einfo "http://exon.gatech.edu/GeneMark/gmes_instructions.html" }