Gentoo Archives: gentoo-commits

From: Martin Mokrejs <mmokrejs@×××××××××××××××.cz>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/bambus/
Date: Thu, 01 Sep 2016 15:16:52
Message-Id: 1472742987.654417b952acb054c64e9be152306150f47410ed.mmokrejs@gentoo
1 commit: 654417b952acb054c64e9be152306150f47410ed
2 Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
3 AuthorDate: Thu Sep 1 15:16:27 2016 +0000
4 Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
5 CommitDate: Thu Sep 1 15:16:27 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=654417b9
7
8 sci-biology/bambus: respect EPREFIX
9
10 Package-Manager: portage-2.3.0
11
12 sci-biology/bambus/bambus-2.33.ebuild | 10 +++++-----
13 1 file changed, 5 insertions(+), 5 deletions(-)
14
15 diff --git a/sci-biology/bambus/bambus-2.33.ebuild b/sci-biology/bambus/bambus-2.33.ebuild
16 index 13b7b62..456e5c5 100644
17 --- a/sci-biology/bambus/bambus-2.33.ebuild
18 +++ b/sci-biology/bambus/bambus-2.33.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -72,7 +72,7 @@ src_prepare() {
26 }
27
28 src_compile() {
29 - emake DESTDIR="${D}/usr"
30 + emake DESTDIR="${ED}/usr"
31
32 # TODO:
33 #ld -L../TIGR_Foundation_CC/ -shared -fPIC -o grommit grommit.o -L. -lgraph -lTigrFoundation
34 @@ -89,10 +89,10 @@ src_compile() {
35 }
36
37 src_install() {
38 - emake DESTDIR="${D}/usr" install
39 + emake DESTDIR="${ED}/usr" install
40 # cvs HEAD of amos now contains even more updated files: /usr/bin/printScaff /usr/bin/untangle /usr/lib/TIGR/AsmLib.pm
41 - for f in FASTArecord.pm FASTAreader.pm Foundation.pm FASTAgrammar.pm AsmLib.pm; do rm "${D}"/usr/lib/TIGR/$f; done || die
42 - for f in printScaff untangle; do rm "${D}"/usr/bin/$f; done || die
43 + for f in FASTArecord.pm FASTAreader.pm Foundation.pm FASTAgrammar.pm AsmLib.pm; do rm "${ED}"/usr/lib/TIGR/$f; done || die
44 + for f in printScaff untangle; do rm "${ED}"/usr/bin/$f; done || die
45
46 # we compiled using locally provided TIGR_Foundation_CC/{cc,.hh} files but
47 # link against the libTigrFoundation.a provided by sci-biology/tigr-foundation-libs package