commit: b426dcfc17a900fae7976117cec6ee4d012b505c Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz> AuthorDate: Sat Apr 18 00:52:25 2015 +0000 Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz> CommitDate: Sat Apr 18 00:52:25 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=b426dcfc
sci-biology/sgp2: add dobin() call Package-Manager: portage-2.2.18 sci-biology/sgp2/ChangeLog | 5 ++++- sci-biology/sgp2/sgp2-1.1.ebuild | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/sci-biology/sgp2/ChangeLog b/sci-biology/sgp2/ChangeLog index 4175f83..3f14989 100644 --- a/sci-biology/sgp2/ChangeLog +++ b/sci-biology/sgp2/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for sci-biology/sgp2 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 18 Apr 2015; Martin Mokrejs <[email protected]> sgp2-1.1.ebuild: + sci-biology/sgp2: add dobin() call + *sgp2-1.1 (17 Jun 2014) 17 Jun 2014; Martin Mokrejs <[email protected]> diff --git a/sci-biology/sgp2/sgp2-1.1.ebuild b/sci-biology/sgp2/sgp2-1.1.ebuild index cd6becf..b398dc5 100644 --- a/sci-biology/sgp2/sgp2-1.1.ebuild +++ b/sci-biology/sgp2/sgp2-1.1.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: $ @@ -29,6 +29,7 @@ src_prepare() { } src_install() { + dobin bin/sgp2 bin/parseblast insinto /usr/share/"${PN}" doins -r param samples }
