From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3414F59CA9 for ; Sun, 27 Mar 2016 22:53:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3848CE0864; Sun, 27 Mar 2016 22:53:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D68F3E0864 for ; Sun, 27 Mar 2016 22:53:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 29F74340A3B for ; Sun, 27 Mar 2016 22:53:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B2BED852 for ; Sun, 27 Mar 2016 22:53:47 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1459119209.5347b1b450f7d7abf30f57adaeeed3f4d6aee5d8.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/samtools/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-biology/samtools/samtools-0.1.20.ebuild X-VCS-Directories: sci-biology/samtools/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 5347b1b450f7d7abf30f57adaeeed3f4d6aee5d8 X-VCS-Branch: master Date: Sun, 27 Mar 2016 22:53:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ad55a1a2-4e07-4e65-a928-66aaa993c373 X-Archives-Hash: 77266d2e9d9a3b6559a77ffad452ea7d commit: 5347b1b450f7d7abf30f57adaeeed3f4d6aee5d8 Author: David Seifert gentoo org> AuthorDate: Sun Mar 27 22:53:29 2016 +0000 Commit: David Seifert gentoo 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." +}