sci-biology/tophat: Do not wrap scripts
authorDavid Seifert <soap@gentoo.org>
Mon, 3 Oct 2016 20:16:56 +0000 (22:16 +0200)
committerDavid Seifert <soap@gentoo.org>
Mon, 3 Oct 2016 20:21:26 +0000 (22:21 +0200)
Package-Manager: portage-2.3.1

sci-biology/tophat/tophat-2.1.1-r3.ebuild [moved from sci-biology/tophat/tophat-2.1.1-r2.ebuild with 95% similarity]

similarity index 95%
rename from sci-biology/tophat/tophat-2.1.1-r2.ebuild
rename to sci-biology/tophat/tophat-2.1.1-r3.ebuild
index 52a75a6d59649f01215f1f7eef0cded7456f4bc1..4d784fa9bfb99eed0ed299f19843a9a1cb544455 100644 (file)
@@ -6,7 +6,7 @@ EAPI=6
 
 PYTHON_COMPAT=( python2_7 )
 
-inherit autotools eutils flag-o-matic python-single-r1 toolchain-funcs
+inherit autotools flag-o-matic python-single-r1 toolchain-funcs
 
 DESCRIPTION="Python-based splice junction mapper for RNA-Seq reads using bowtie2"
 HOMEPAGE="https://ccb.jhu.edu/software/tophat/"
@@ -70,7 +70,7 @@ src_install() {
        local i
        # install scripts properly
        for i in bed_to_juncs contig_to_chr_coords sra_to_solid tophat tophat-fusion-post; do
-               python_doscript "${ED%/}/usr/bin/${i}"
+               python_fix_shebang "${ED%/}/usr/bin/${i}"
        done
 
        # install python modules properly