aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-09-23 13:44:35 +0200
committerJustin Lecher <jlec@gentoo.org>2015-09-23 13:44:35 +0200
commit51f3d35e053b7f595592b50d317cc6d9ec169757 (patch)
treea7f1ba6afcf9243fd13c4a0e6dad1865e5dc21d1 /sci-biology/trf
parentsci-libs/framewave: Use doheader and scons-utils.eclass (diff)
downloadsci-51f3d35e053b7f595592b50d317cc6d9ec169757.tar.gz
sci-51f3d35e053b7f595592b50d317cc6d9ec169757.tar.bz2
sci-51f3d35e053b7f595592b50d317cc6d9ec169757.zip
sci-biology/trf: Bump to EAPI=5
Package-Manager: portage-2.2.21 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sci-biology/trf')
-rw-r--r--sci-biology/trf/trf-4.07b.ebuild14
1 files changed, 8 insertions, 6 deletions
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
}