Gentoo Archives: gentoo-commits

From: Martin Mokrejs <mmokrejs@×××××××××××××××.cz>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/BRAKER/
Date: Sat, 03 Dec 2016 18:51:22
Message-Id: 1480791068.c976d64e8e6458c02d70ec3aeb8a883e86c26e37.mmokrejs@gentoo
1 commit: c976d64e8e6458c02d70ec3aeb8a883e86c26e37
2 Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
3 AuthorDate: Sat Dec 3 18:51:08 2016 +0000
4 Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
5 CommitDate: Sat Dec 3 18:51:08 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=c976d64e
7
8 sci-biology/BRAKER: version bump, point to additional dependency
9
10 Package-Manager: portage-2.3.2
11
12 sci-biology/BRAKER/{BRAKER-1.8.ebuild => BRAKER-1.9.ebuild} | 5 ++---
13 1 file changed, 2 insertions(+), 3 deletions(-)
14
15 diff --git a/sci-biology/BRAKER/BRAKER-1.8.ebuild b/sci-biology/BRAKER/BRAKER-1.9.ebuild
16 similarity index 90%
17 rename from sci-biology/BRAKER/BRAKER-1.8.ebuild
18 rename to sci-biology/BRAKER/BRAKER-1.9.ebuild
19 index 439b5c2..4074279 100644
20 --- a/sci-biology/BRAKER/BRAKER-1.8.ebuild
21 +++ b/sci-biology/BRAKER/BRAKER-1.9.ebuild
22 @@ -26,8 +26,7 @@ DEPEND=""
23 RDEPEND="${DEPEND}
24 dev-perl/Scalar-Util-Numeric
25 sci-biology/augustus"
26 -# Current version of BRAKER1 1.8 requires GeneMark-ET v.4.29 (or up).
27 -
28 + #>=sci-biology/GeneMark_ET-bin-4.29"
29 #
30 # BUG:
31 # this causes:
32 @@ -48,6 +47,6 @@ src_install(){
33 }
34
35 pkg_postinst(){
36 - einfo "Please install GeneMark-ET >= v.4.29 after obtaininig a license from"
37 + einfo "Please install sci-biology/GeneMark_ET after obtaininig a license and binaries from"
38 einfo "http://exon.gatech.edu/GeneMark/gmes_instructions.html"
39 }