projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7caa54
)
sci-biology/samtools: Add elog message discouraging direct use
author
David Seifert
<soap@gentoo.org>
Sun, 27 Mar 2016 22:53:29 +0000
(
00:53
+0200)
committer
David 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
patch
|
blob
|
history
diff --git
a/sci-biology/samtools/samtools-0.1.20.ebuild
b/sci-biology/samtools/samtools-0.1.20.ebuild
index 50ee0b3c0f48184e74d73a28f00b80b6831612d9..3ee9956f37599e81ef391ea5817d14d1c3fd452f 100644
(file)
--- 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."
+}