commit: 1da87d46903e851d0e8128d895a38d699bfebc73 Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz> AuthorDate: Fri Apr 17 23:01:57 2015 +0000 Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> 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 <[email protected]> + genseed-1.0.22.ebuild: + sci-biology/genseed: some cleanup + 10 Nov 2014; Justin Lecher <[email protected]> genseed-1.0.22.ebuild, metadata.xml: Bump to EAPI=5 @@ -15,4 +19,3 @@ 13 Dec 2011; Martin Mokrejs <[email protected]> +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" +}
