Gentoo Archives: gentoo-commits

From: Martin Mokrejs <mmokrejs@×××××××××××××××.cz>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/twinscan/
Date: Fri, 29 Jul 2016 09:21:26
Message-Id: 1469784054.72d56ebd894309c383e7a1f54b0c13dce2be6d7d.mmokrejs@gentoo
1 commit: 72d56ebd894309c383e7a1f54b0c13dce2be6d7d
2 Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
3 AuthorDate: Fri Jul 29 09:20:54 2016 +0000
4 Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
5 CommitDate: Fri Jul 29 09:20:54 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=72d56ebd
7
8 sci-biology/twinscan: do not install test.pl, keep track of file collision
9
10 Package-Manager: portage-2.3.0
11
12 sci-biology/twinscan/twinscan-4.1.2-r1.ebuild | 7 +++++--
13 1 file changed, 5 insertions(+), 2 deletions(-)
14
15 diff --git a/sci-biology/twinscan/twinscan-4.1.2-r1.ebuild b/sci-biology/twinscan/twinscan-4.1.2-r1.ebuild
16 index 469ac63..a4c3258 100644
17 --- a/sci-biology/twinscan/twinscan-4.1.2-r1.ebuild
18 +++ b/sci-biology/twinscan/twinscan-4.1.2-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -7,7 +7,7 @@ EAPI=5
26 PERL_EXPORT_PHASE_FUNCTIONS=no
27 inherit perl-module eutils toolchain-funcs
28
29 -DESCRIPTION="iscan (aka twinscan and N-SCAN) and wrapper around Pairagon: A gene structure prediction pipeline"
30 +DESCRIPTION="iscan (aka twinscan and N-SCAN), Pairagon wrapper: Gene structure pred. pipeline"
31 HOMEPAGE="http://mblab.wustl.edu/software/twinscan"
32 SRC_URI="http://mblab.wustl.edu/software/download/iscan-${PV}.tar_.gz -> ${P}.tar.gz"
33
34 @@ -39,6 +39,9 @@ src_prepare() {
35 }
36
37 src_install() {
38 + # TODO: prevent file collision with media-gfx/iscan by renaming iscan to iscan_twinscan
39 + # also fix a Genscan++ToZoe.pl Nscan_driver.pl runTwinscan2.pl run_iscan.pl run_iscan_cons.pl run_iscan_cons_list.pl test.pl
40 + rm bin/test.pl || die
41 dobin bin/iscan bin/zoe2gtf bin/*.pl src/*.pl
42 dolib lib/libzoe.a
43 insinto /usr/share/${PN}