sci-biology/trf: Modernise to EAPI 6
authorDavid Seifert <soap@gentoo.org>
Sat, 25 Feb 2017 20:18:05 +0000 (21:18 +0100)
committerDavid Seifert <soap@gentoo.org>
Sat, 25 Feb 2017 20:35:08 +0000 (21:35 +0100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

sci-biology/trf/trf-4.04-r1.ebuild [moved from sci-biology/trf/trf-4.04.ebuild with 64% similarity]

similarity index 64%
rename from sci-biology/trf/trf-4.04.ebuild
rename to sci-biology/trf/trf-4.04-r1.ebuild
index 81d540251f0751e9318ea689a3f5fcfc22d97ee9..6ea8e1e0f24c91ee5694faae77a8318a0b3c9f75 100644 (file)
@@ -1,10 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=4
-
-inherit eutils
+EAPI=6
 
 MY_P="${PN}404"
 
@@ -17,7 +15,7 @@ SLOT="0"
 KEYWORDS="amd64 x86"
 RESTRICT="mirror bindist"
 
-S="${WORKDIR}"
+S=${WORKDIR}
 
 QA_PREBUILT="opt/${PN}/.*"
 
@@ -29,9 +27,4 @@ src_install() {
        exeinto /opt/${PN}
        doexe trf404.linux.exe
        dosym /opt/${PN}/${MY_P}.linux.exe /opt/bin/trf
-       # GTK version (http://tandem.bu.edu/trf/downloads/trf400.linuxgtk.exe) has broken linking
-       #if use gtk; then
-       #       doexe trf400.linuxgtk.exe || die
-       #       make_desktop_entry /opt/${PN}/trf400.linuxgtk.exe "Tandem Repeats Finder" || die
-       #fi
 }