commit:     5b934429d4754e4967288ff9d1b56b720362d00e
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Sun Apr 26 09:42:11 2015 +0000
Commit:     Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
CommitDate: Sun Apr 26 09:42:11 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=5b934429

sci-biology/tmhmm: Bump to EAPI=5 and cleanup

Package-Manager: portage-2.2.14

 sci-biology/tmhmm/ChangeLog         |  6 ++++--
 sci-biology/tmhmm/tmhmm-2.0c.ebuild | 12 ++++--------
 2 files changed, 8 insertions(+), 10 deletions(-)

diff --git a/sci-biology/tmhmm/ChangeLog b/sci-biology/tmhmm/ChangeLog
index 8ab8d4d..ac2c4a8 100644
--- a/sci-biology/tmhmm/ChangeLog
+++ b/sci-biology/tmhmm/ChangeLog
@@ -1,11 +1,13 @@
 # ChangeLog for sci-biology/tmhmm
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  26 Apr 2015; Marius Brehler <mar...@linux.sungazer.de> tmhmm-2.0c.ebuild:
+  Bump to EAPI=5 and cleanup
+
   27 Jun 2010; Andreas K. Huettel (dilfridge) <m...@akhuettel.de>
   tmhmm-2.0c.ebuild, -tmhmm:
   QA fixes
 
   21 Aug 2009; Andrey Kislyuk <wea...@gentoo.org> ChangeLog:
   New package, ebuild written by me
-

diff --git a/sci-biology/tmhmm/tmhmm-2.0c.ebuild 
b/sci-biology/tmhmm/tmhmm-2.0c.ebuild
index 7c4e7a6..4fab9e6 100644
--- a/sci-biology/tmhmm/tmhmm-2.0c.ebuild
+++ b/sci-biology/tmhmm/tmhmm-2.0c.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI="2"
+EAPI=5
 
 DESCRIPTION="Prediction of transmembrane helices in proteins"
 HOMEPAGE="http://www.cbs.dtu.dk/services/TMHMM/";
@@ -10,12 +10,8 @@ SRC_URI="${P}.Linux.tar.gz"
 
 LICENSE="tmhmm"
 SLOT="0"
-IUSE=""
 KEYWORDS="~amd64 ~x86"
 
-DEPEND=""
-RDEPEND=""
-
 RESTRICT="fetch"
 
 S="TMHMM${PV}"
@@ -32,9 +28,9 @@ src_prepare() {
 
 src_install() {
        exeinto /opt/${PN}/bin
-       doexe bin/* || die
+       doexe bin/*
        insinto /opt/${PN}/lib
-       doins lib/* || die
+       doins lib/*
        dosym /opt/${PN}/bin/tmhmm /usr/bin/tmhmm
        dodoc README TMHMM2.0.html
 }

Reply via email to