From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BF620138334 for ; Fri, 14 Dec 2018 10:42:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9D719E0AA0; Fri, 14 Dec 2018 10:42:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7C7F7E0AA0 for ; Fri, 14 Dec 2018 10:42:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 16878335CCF for ; Fri, 14 Dec 2018 10:42:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1BC834DA for ; Fri, 14 Dec 2018 10:42:33 +0000 (UTC) From: "Martin Mokrejs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Martin Mokrejs" Message-ID: <1544784138.19f8f2011b7c3b5ec0b470849b753fed4a28ff42.mmokrejs@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/zmap/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/zmap/zmap-2.12.0.ebuild X-VCS-Directories: sci-biology/zmap/ X-VCS-Committer: mmokrejs X-VCS-Committer-Name: Martin Mokrejs X-VCS-Revision: 19f8f2011b7c3b5ec0b470849b753fed4a28ff42 X-VCS-Branch: master Date: Fri, 14 Dec 2018 10:42:33 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 97f4945a-95fd-457f-99a8-1e33b952268e X-Archives-Hash: 3ffed9d85538590567e463113b095c08 commit: 19f8f2011b7c3b5ec0b470849b753fed4a28ff42 Author: Martin Mokrejs fold natur cuni cz> AuthorDate: Fri Dec 14 10:42:18 2018 +0000 Commit: Martin Mokrejs fold natur cuni cz> CommitDate: Fri Dec 14 10:42:18 2018 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=19f8f201 sci-biology/zmap: add einfo mentioning seqtools package Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Martin Mokrejs fold.natur.cuni.cz> sci-biology/zmap/zmap-2.12.0.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sci-biology/zmap/zmap-2.12.0.ebuild b/sci-biology/zmap/zmap-2.12.0.ebuild index 898358d49..4b52b3ebf 100644 --- a/sci-biology/zmap/zmap-2.12.0.ebuild +++ b/sci-biology/zmap/zmap-2.12.0.ebuild @@ -23,3 +23,7 @@ DEPEND=" dev-libs/openssl:0=" RDEPEND="${DEPEND} sci-biology/seqtools" + +pkg_postinst(){ + einfo "Optionally also install sci-biology/seqtools" +}