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 F4037138C9D for ; Fri, 17 Apr 2015 23:56:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A45BE0857; Fri, 17 Apr 2015 23:56:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 439FCE0857 for ; Fri, 17 Apr 2015 23:56:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 380FB3409B3 for ; Fri, 17 Apr 2015 23:56:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9104616274 for ; Fri, 17 Apr 2015 23:56: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: <1429311717.1da87d46903e851d0e8128d895a38d699bfebc73.mmokrejs@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/genseed/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/genseed/ChangeLog sci-biology/genseed/genseed-1.0.22.ebuild X-VCS-Directories: sci-biology/genseed/ X-VCS-Committer: mmokrejs X-VCS-Committer-Name: Martin Mokrejs X-VCS-Revision: 1da87d46903e851d0e8128d895a38d699bfebc73 X-VCS-Branch: master Date: Fri, 17 Apr 2015 23:56: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-Archives-Salt: 383f5941-59da-4551-88c6-22a14df5a668 X-Archives-Hash: e13a3fb1d50a8b0677d3711a08122715 commit: 1da87d46903e851d0e8128d895a38d699bfebc73 Author: Martin Mokrejš fold natur cuni cz> AuthorDate: Fri Apr 17 23:01:57 2015 +0000 Commit: Martin Mokrejs fold natur cuni cz> CommitDate: Fri Apr 17 23:01:57 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=1da87d46 sci-biology/genseed: some cleanup Package-Manager: portage-2.2.18 sci-biology/genseed/ChangeLog | 7 +++++-- sci-biology/genseed/genseed-1.0.22.ebuild | 10 ++++++---- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/sci-biology/genseed/ChangeLog b/sci-biology/genseed/ChangeLog index d52eb15..ce4b289 100644 --- a/sci-biology/genseed/ChangeLog +++ b/sci-biology/genseed/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for sci-biology/genseed -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 17 Apr 2015; Martin Mokrejs + genseed-1.0.22.ebuild: + sci-biology/genseed: some cleanup + 10 Nov 2014; Justin Lecher genseed-1.0.22.ebuild, metadata.xml: Bump to EAPI=5 @@ -15,4 +19,3 @@ 13 Dec 2011; Martin Mokrejs +genseed-1.0.22.ebuild, +metadata.xml: A seed-driven progressive assembly program genseed-1.0.22.ebuild - diff --git a/sci-biology/genseed/genseed-1.0.22.ebuild b/sci-biology/genseed/genseed-1.0.22.ebuild index f87e06f..5a1f876 100644 --- a/sci-biology/genseed/genseed-1.0.22.ebuild +++ b/sci-biology/genseed/genseed-1.0.22.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -13,9 +13,6 @@ SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" - # I am not sure whether we want to introduce yet another USE variable "phrap" - # This tools optionally uses cross_match if vector masking is required - # (sci-biology/phrap but it will be installed only by users having that licence. DEPEND=" sci-biology/cap3-bin dev-lang/perl @@ -27,3 +24,8 @@ S="${WORKDIR}" src_install() { newbin ${PN}.pl ${PN} } + +pkg_postinst(){ + einfo "Ideally install also sci-biology/phrap which provides cross_match" + einfo "It is used for vector masking" +}