sci-biology/samtools: Add elog message discouraging direct use
authorDavid Seifert <soap@gentoo.org>
Sun, 27 Mar 2016 22:53:29 +0000 (00:53 +0200)
committerDavid Seifert <soap@gentoo.org>
Sun, 27 Mar 2016 22:53:29 +0000 (00:53 +0200)
Package-Manager: portage-2.2.28

sci-biology/samtools/samtools-0.1.20.ebuild

index 50ee0b3c0f48184e74d73a28f00b80b6831612d9..3ee9956f37599e81ef391ea5817d14d1c3fd452f 100644 (file)
@@ -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."
+}