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/maker/
Date: Tue, 02 Aug 2016 14:50:16
Message-Id: 1470149381.3d453585d191dca9ce0577865db62270bbcb1842.mmokrejs@gentoo
1 commit: 3d453585d191dca9ce0577865db62270bbcb1842
2 Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
3 AuthorDate: Tue Aug 2 14:49:41 2016 +0000
4 Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
5 CommitDate: Tue Aug 2 14:49:41 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=3d453585
7
8 sci-biology/maker: add some comments to the ebuild
9
10 Package-Manager: portage-2.3.0
11
12 sci-biology/maker/maker-2.31.8.ebuild | 9 ++++++++-
13 1 file changed, 8 insertions(+), 1 deletion(-)
14
15 diff --git a/sci-biology/maker/maker-2.31.8.ebuild b/sci-biology/maker/maker-2.31.8.ebuild
16 index 60abb3a..21734c2 100644
17 --- a/sci-biology/maker/maker-2.31.8.ebuild
18 +++ b/sci-biology/maker/maker-2.31.8.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 @@ -95,6 +95,7 @@ pkg_nofetch() {
26 einfo "That in turn requires you to register at http://www.girinst.org/server/RepBase"
27 einfo "to obtain sci-biology/repeatmasker-libraries data file"
28 einfo "For execution through openmpi or mpich please read INSTALL file"
29 + einfo "Customization typically go into maker_opts.ctl file"
30 }
31
32 src_compile(){
33 @@ -102,9 +103,15 @@ src_compile(){
34 ./Build install || die
35 }
36
37 +# If you move it, then the executables won’t be able to locate dependencies in the …/maker/data,
38 +# …/maker/lib, and …/maker/perl directories. You should really either add the location of
39 +# …/maker/bin to you PATH environmental variable or at most soft link the executables somewhere
40 +# else using the ‘ln -s’ command.
41 src_install(){
42 cd "${WORKDIR}"/maker || die
43 rm -f bin/fasta_tool # is part of sci-biology/GAL
44 + # drop development related accessory script requiring Parallel/MPIcar.pm
45 + find . -name mpi_evaluator | xargs rm || die
46 mv bin/compare bin/compare_gff3_to_chado # rename as agreed by upstream, will be in maker-3 as well
47 dobin bin/*
48 dodoc README INSTALL