commit:     b4e55ca62c37097321fa10649161d8718b15bdca
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 25 20:18:05 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Feb 25 20:35:08 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4e55ca6

sci-biology/trf: Modernise to EAPI 6

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sci-biology/trf/{trf-4.04.ebuild => trf-4.04-r1.ebuild} | 13 +++----------
 1 file changed, 3 insertions(+), 10 deletions(-)

diff --git a/sci-biology/trf/trf-4.04.ebuild 
b/sci-biology/trf/trf-4.04-r1.ebuild
similarity index 64%
rename from sci-biology/trf/trf-4.04.ebuild
rename to sci-biology/trf/trf-4.04-r1.ebuild
index 81d540251f..6ea8e1e0f2 100644
--- a/sci-biology/trf/trf-4.04.ebuild
+++ b/sci-biology/trf/trf-4.04-r1.ebuild
@@ -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
 }

Reply via email to