From 51f3d35e053b7f595592b50d317cc6d9ec169757 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Wed, 23 Sep 2015 13:44:35 +0200 Subject: sci-biology/trf: Bump to EAPI=5 Package-Manager: portage-2.2.21 Signed-off-by: Justin Lecher --- sci-biology/trf/trf-4.07b.ebuild | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'sci-biology/trf') diff --git a/sci-biology/trf/trf-4.07b.ebuild b/sci-biology/trf/trf-4.07b.ebuild index 7003e6373..4d0416a31 100644 --- a/sci-biology/trf/trf-4.07b.ebuild +++ b/sci-biology/trf/trf-4.07b.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 # $Id$ -EAPI=4 +EAPI=5 inherit eutils @@ -10,7 +10,8 @@ MY_P="${PN}404" DESCRIPTION="Tandem Repeats Finder" HOMEPAGE="http://tandem.bu.edu/trf/trf.html" -SRC_URI="http://tandem.bu.edu/trf/downloads/${MY_P}.linux +SRC_URI=" + http://tandem.bu.edu/trf/downloads/${MY_P}.linux http://tandem.bu.edu/trf/trf.unix.help.html http://tandem.bu.edu/trf/trf.definitions.html http://tandem.bu.edu/trf/trf.whatnew.html" @@ -37,7 +38,8 @@ src_install() { # doexe trf400.linuxgtk.exe || die # make_desktop_entry /opt/${PN}/trf400.linuxgtk.exe "Tandem Repeats Finder" || die #fi - dodoc "${DISTDIR}/"trf.unix.help.html - dodoc "${DISTDIR}/"trf.definitions.html - dodoc "${DISTDIR}/"trf.whatnew.html + dodoc \ + "${DISTDIR}/"trf.unix.help.html \ + "${DISTDIR}/"trf.definitions.html \ + "${DISTDIR}/"trf.whatnew.html } -- cgit v1.2.3-65-gdbad