From 72d56ebd894309c383e7a1f54b0c13dce2be6d7d Mon Sep 17 00:00:00 2001 From: Martin Mokrejš Date: Fri, 29 Jul 2016 11:20:54 +0200 Subject: sci-biology/twinscan: do not install test.pl, keep track of file collision Package-Manager: portage-2.3.0 --- sci-biology/twinscan/twinscan-4.1.2-r1.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/sci-biology/twinscan/twinscan-4.1.2-r1.ebuild b/sci-biology/twinscan/twinscan-4.1.2-r1.ebuild index 469ac6357..a4c3258a2 100644 --- a/sci-biology/twinscan/twinscan-4.1.2-r1.ebuild +++ b/sci-biology/twinscan/twinscan-4.1.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -7,7 +7,7 @@ EAPI=5 PERL_EXPORT_PHASE_FUNCTIONS=no inherit perl-module eutils toolchain-funcs -DESCRIPTION="iscan (aka twinscan and N-SCAN) and wrapper around Pairagon: A gene structure prediction pipeline" +DESCRIPTION="iscan (aka twinscan and N-SCAN), Pairagon wrapper: Gene structure pred. pipeline" HOMEPAGE="http://mblab.wustl.edu/software/twinscan" SRC_URI="http://mblab.wustl.edu/software/download/iscan-${PV}.tar_.gz -> ${P}.tar.gz" @@ -39,6 +39,9 @@ src_prepare() { } src_install() { + # TODO: prevent file collision with media-gfx/iscan by renaming iscan to iscan_twinscan + # 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 + rm bin/test.pl || die dobin bin/iscan bin/zoe2gtf bin/*.pl src/*.pl dolib lib/libzoe.a insinto /usr/share/${PN} -- cgit v1.2.3-65-gdbad