diff options
author | David Seifert <soap@gentoo.org> | 2016-03-28 00:53:29 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2016-03-28 00:53:29 +0200 |
commit | 5347b1b450f7d7abf30f57adaeeed3f4d6aee5d8 (patch) | |
tree | 8528e6f1cf49222c074f070f2c9efb81091df77e /sci-biology/samtools | |
parent | sci-biology/samtools: Version bump to 0.1.20 (diff) | |
download | gentoo-5347b1b450f7d7abf30f57adaeeed3f4d6aee5d8.tar.gz gentoo-5347b1b450f7d7abf30f57adaeeed3f4d6aee5d8.tar.bz2 gentoo-5347b1b450f7d7abf30f57adaeeed3f4d6aee5d8.zip |
sci-biology/samtools: Add elog message discouraging direct use
Package-Manager: portage-2.2.28
Diffstat (limited to 'sci-biology/samtools')
-rw-r--r-- | sci-biology/samtools/samtools-0.1.20.ebuild | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sci-biology/samtools/samtools-0.1.20.ebuild b/sci-biology/samtools/samtools-0.1.20.ebuild index 50ee0b3c0f48..3ee9956f3759 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." +} |