commit: 5347b1b450f7d7abf30f57adaeeed3f4d6aee5d8
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 27 22:53:29 2016 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Mar 27 22:53:29 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5347b1b4
sci-biology/samtools: Add elog message discouraging direct use
Package-Manager: portage-2.2.28
sci-biology/samtools/samtools-0.1.20.ebuild | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/sci-biology/samtools/samtools-0.1.20.ebuild
b/sci-biology/samtools/samtools-0.1.20.ebuild
index 50ee0b3..3ee9956 100644
--- a/sci-biology/samtools/samtools-0.1.20.ebuild
+++ b/sci-biology/samtools/samtools-0.1.20.ebuild
@@ -62,3 +62,9 @@ src_install() {
use examples && dodoc -r examples
}
+
+pkg_postinst() {
+ elog "This version of samtools should *not* be your first choice for
working"
+ elog "with NGS data. It is installed solely for programs requiring it."
+ elog "It is recommended that you use >=sci-biology/samtools-1.2."
+}