commit: 0c868df8f4ba2220ce6b98584c94e23870f0e308
Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Sat Feb 27 20:45:25 2016 +0000
Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Sat Feb 27 20:45:25 2016 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=0c868df8
sci-biology/BRAKER: add einfo referring to GeneMark-ET requirement
Package-Manager: portage-2.2.26
sci-biology/BRAKER/BRAKER-1.8.ebuild | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/sci-biology/BRAKER/BRAKER-1.8.ebuild
b/sci-biology/BRAKER/BRAKER-1.8.ebuild
index ca09108..11fe269 100644
--- a/sci-biology/BRAKER/BRAKER-1.8.ebuild
+++ b/sci-biology/BRAKER/BRAKER-1.8.ebuild
@@ -26,6 +26,8 @@ DEPEND=""
RDEPEND="${DEPEND}
virtual/perl-Scalar-List-Utils
sci-biology/augustus"
+# Current version of BRAKER1 1.8 requires GeneMark-ET v.4.29 (or up).
+
#
# BUG:
# this causes:
@@ -40,3 +42,8 @@ src_install(){
doins *.pm
dodoc README.braker
}
+
+pkg_postinst(){
+ einfo "Please install GeneMark-ET >= v.4.29 after obtaininig a license
from"
+ einfo "http://exon.gatech.edu/GeneMark/gmes_instructions.html"
+}