Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/align_to_scf/
Date: Mon, 21 Sep 2015 19:44:27
Message-Id: 1442864524.1fef098316105722536e11c330c942d843d5bc35.jlec@gentoo
1 commit: 1fef098316105722536e11c330c942d843d5bc35
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 21 19:42:04 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 21 19:42:04 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=1fef0983
7
8 sci-biology/align_to_scf: Bump EAPI to 5
9
10 Package-Manager: portage-2.2.20.1
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 sci-biology/align_to_scf/align_to_scf-1.06.ebuild | 13 +++++--------
14 1 file changed, 5 insertions(+), 8 deletions(-)
15
16 diff --git a/sci-biology/align_to_scf/align_to_scf-1.06.ebuild b/sci-biology/align_to_scf/align_to_scf-1.06.ebuild
17 index 68dad98..e9fb134 100644
18 --- a/sci-biology/align_to_scf/align_to_scf-1.06.ebuild
19 +++ b/sci-biology/align_to_scf/align_to_scf-1.06.ebuild
20 @@ -1,12 +1,12 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 +# Copyright 1999-2015 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 -EAPI=3
27 +EAPI=5
28
29 inherit eutils
30
31 -DESCRIPTION="Provide data to staden to view trace information at a given position missing from Roche .ace files"
32 +DESCRIPTION="View trace information at a given position missing from Roche .ace files"
33 HOMEPAGE="http://genome.imb-jena.de/software/roche454ace2caf"
34 SRC_URI="http://genome.imb-jena.de/software/roche454ace2caf/download/src/align_to_scf-1.06.tgz"
35
36 @@ -15,9 +15,6 @@ SLOT="0"
37 KEYWORDS="~amd64 ~x86"
38 IUSE=""
39
40 -DEPEND=""
41 -RDEPEND="${DEPEND}"
42 -
43 src_prepare(){
44 sed -i "s:^CC :CC=$(tc-getCC) #:" Makefile || die "sed failed"
45 sed -i "s:^LD :LD=$(tc-getCC) #:" Makefile || die "sed failed"
46 @@ -26,6 +23,6 @@ src_prepare(){
47 }
48
49 src_install(){
50 - dobin align_to_scf || die
51 - dodoc "${FILESDIR}"/README || die
52 + dobin align_to_scf
53 + dodoc "${FILESDIR}"/README
54 }