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/trinityrnaseq/
Date: Thu, 31 Dec 2015 21:22:26
Message-Id: 1451596865.9942cc6d89af0ff581857128d04cd32071880686.mmokrejs@gentoo
1 commit: 9942cc6d89af0ff581857128d04cd32071880686
2 Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
3 AuthorDate: Thu Dec 31 21:21:05 2015 +0000
4 Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
5 CommitDate: Thu Dec 31 21:21:05 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=9942cc6d
7
8 sci-biology/trinityrnaseq: do not install bundled GAL but DEPEND on it via external package as sci-biology/GAL
9
10 sci-biology/trinityrnaseq/ChangeLog | 5 +++++
11 sci-biology/trinityrnaseq/trinityrnaseq-2.0.6.ebuild | 3 ++-
12 sci-biology/trinityrnaseq/trinityrnaseq-2.1.1.ebuild | 3 ++-
13 3 files changed, 9 insertions(+), 2 deletions(-)
14
15 diff --git a/sci-biology/trinityrnaseq/ChangeLog b/sci-biology/trinityrnaseq/ChangeLog
16 index 405ac83..29796cf 100644
17 --- a/sci-biology/trinityrnaseq/ChangeLog
18 +++ b/sci-biology/trinityrnaseq/ChangeLog
19 @@ -2,6 +2,11 @@
20 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
21 # $Id$
22
23 + 31 Dec 2015; Martin Mokrejs <mmokrejs@×××××××××××××××.cz>
24 + trinityrnaseq-2.0.6.ebuild, trinityrnaseq-2.1.1.ebuild:
25 + sci-biology/trinityrnaseq: do not install bundled GAL but DEPEND on it via
26 + external package as sci-biology/GAL
27 +
28 *trinityrnaseq-2.1.1 (20 Nov 2015)
29
30 20 Nov 2015; Martin Mokrejs <mmokrejs@×××××××××××××××.cz>
31
32 diff --git a/sci-biology/trinityrnaseq/trinityrnaseq-2.0.6.ebuild b/sci-biology/trinityrnaseq/trinityrnaseq-2.0.6.ebuild
33 index 9d8558a..44f2843 100644
34 --- a/sci-biology/trinityrnaseq/trinityrnaseq-2.0.6.ebuild
35 +++ b/sci-biology/trinityrnaseq/trinityrnaseq-2.0.6.ebuild
36 @@ -24,6 +24,7 @@ RDEPEND="${DEPEND}
37 sci-biology/parafly
38 =sci-biology/jellyfish-2.1.4
39 sci-biology/samtools
40 + >=sci-biology/GAL-0.2.1
41 dev-perl/IO-All"
42 # ReleaseNotes mentions that <sci-biology/samtools-1.1 is needed
43 # version of bundled jellyfish is 2.1.4
44 @@ -43,7 +44,7 @@ src_install(){
45 dodoc trinity-plugins/fstrozzi-Fastool-7c3e034f05/README.md
46 #
47 insinto /usr/share/"${PN}"/util
48 - rm -f util/fasta_tool
49 + rm -f trinity-plugins/GAL_0.2.1 util/fasta_tool
50 doins -r util/*
51 #
52 dobin Inchworm/bin/*
53
54 diff --git a/sci-biology/trinityrnaseq/trinityrnaseq-2.1.1.ebuild b/sci-biology/trinityrnaseq/trinityrnaseq-2.1.1.ebuild
55 index 0d5ba53..49d6b89 100644
56 --- a/sci-biology/trinityrnaseq/trinityrnaseq-2.1.1.ebuild
57 +++ b/sci-biology/trinityrnaseq/trinityrnaseq-2.1.1.ebuild
58 @@ -25,6 +25,7 @@ RDEPEND="${DEPEND}
59 >=sci-libs/htslib-1.2.1
60 <=sci-biology/samtools-1.1
61 >=sci-biology/trimmomatic-0.32
62 + >=sci-biology/GAL-0.2.1
63 dev-perl/IO-All"
64 # ReleaseNotes mentions that <sci-biology/samtools-1.1 is needed
65 # version of bundled jellyfish is 2.1.4
66 @@ -52,7 +53,7 @@ src_install(){
67 dodoc trinity-plugins/fstrozzi-Fastool-7c3e034f05/README.md
68 #
69 insinto /usr/share/"${PN}"/util
70 - rm -f util/fasta_tool
71 + rm -f trinity-plugins/GAL_0.2.1 util/fasta_tool
72 doins -r util/*
73 #
74 dobin Inchworm/bin/*