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/quast/
Date: Sun, 29 Jan 2017 18:29:42
Message-Id: 1485714564.8d68b0e9000600e9cfce3d6cee7b4779929f3840.mmokrejs@gentoo
1 commit: 8d68b0e9000600e9cfce3d6cee7b4779929f3840
2 Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
3 AuthorDate: Sun Jan 29 18:29:24 2017 +0000
4 Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
5 CommitDate: Sun Jan 29 18:29:24 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=8d68b0e9
7
8 sci-biology/quast: updating to a current version, still incomplete
9
10 This will need much more work to unbundle all the required stuff.
11
12 Package-Manager: Portage-2.3.3, Repoman-2.3.1
13
14 sci-biology/quast/{quast-2.3.ebuild => quast-4.4.ebuild} | 14 ++++++++++----
15 1 file changed, 10 insertions(+), 4 deletions(-)
16
17 diff --git a/sci-biology/quast/quast-2.3.ebuild b/sci-biology/quast/quast-4.4.ebuild
18 similarity index 67%
19 rename from sci-biology/quast/quast-2.3.ebuild
20 rename to sci-biology/quast/quast-4.4.ebuild
21 index cc33280..3e992ba 100644
22 --- a/sci-biology/quast/quast-2.3.ebuild
23 +++ b/sci-biology/quast/quast-4.4.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2015 Gentoo Foundation
26 +# Copyright 1999-2017 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 # $Id$
29
30 @@ -23,7 +23,11 @@ DEPEND="
31 sci-biology/glimmerhmm"
32 # sci-biology/GAGE
33 # sci-biology/GeneMarkS
34 -# sci-biology/MetaGeneMark"
35 +# sci-biology/GeneMarkES
36 +# sci-biology/MetaGeneMark
37 +# sci-biology/ncbi-tools++
38 +#
39 +# comes with bundled executables in ./quast_libs
40
41 # the above packages need to be created first
42
43 @@ -32,8 +36,10 @@ RDEPEND="${DEPEND}"
44 src_install(){
45 python_foreach_impl python_newscript quast.py quast
46 python_foreach_impl python_newscript metaquast.py metaquast
47 + python_foreach_impl python_newscript icarus.py icarus
48
49 - dodoc manual.html CHANGES
50 + dodoc manual.html
51
52 - # TODO: install lib/ subdirectory contents into some PATH and PYTHON_PATH
53 + # TODO: install quast_libs/ subdirectory contents into some PATH and PYTHON_PATH
54 + # TODO: unbundle bundled executables
55 }