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, 30 Apr 2015 22:48:24
Message-Id: 1430433908.5b84166e0195cbf63e9954986da0798f35ad0aee.mmokrejs@gentoo
1 commit: 5b84166e0195cbf63e9954986da0798f35ad0aee
2 Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
3 AuthorDate: Thu Apr 30 22:45:08 2015 +0000
4 Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
5 CommitDate: Thu Apr 30 22:45:08 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=5b84166e
7
8 sci-biology/trinityrnaseq: added a note and removed broken symlink upon installation
9
10 Package-Manager: portage-2.2.18
11
12 sci-biology/trinityrnaseq/ChangeLog | 5 +++++
13 sci-biology/trinityrnaseq/trinityrnaseq-2.0.6.ebuild | 3 +++
14 2 files changed, 8 insertions(+)
15
16 diff --git a/sci-biology/trinityrnaseq/ChangeLog b/sci-biology/trinityrnaseq/ChangeLog
17 index a630ba3..7a31500 100644
18 --- a/sci-biology/trinityrnaseq/ChangeLog
19 +++ b/sci-biology/trinityrnaseq/ChangeLog
20 @@ -2,6 +2,11 @@
21 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
22 # $Header: $
23
24 + 30 Apr 2015; Martin Mokrejs <mmokrejs@×××××××××××××××.cz>
25 + trinityrnaseq-2.0.6.ebuild:
26 + sci-biology/trinityrnaseq: added a note and removed broken symlink upon
27 + installation
28 +
29 *trinityrnaseq-2.0.6 (30 Apr 2015)
30
31 30 Apr 2015; Martin Mokrejs <mmokrejs@×××××××××××××××.cz>
32
33 diff --git a/sci-biology/trinityrnaseq/trinityrnaseq-2.0.6.ebuild b/sci-biology/trinityrnaseq/trinityrnaseq-2.0.6.ebuild
34 index 335d075..2ec2290 100644
35 --- a/sci-biology/trinityrnaseq/trinityrnaseq-2.0.6.ebuild
36 +++ b/sci-biology/trinityrnaseq/trinityrnaseq-2.0.6.ebuild
37 @@ -28,6 +28,8 @@ RDEPEND="${DEPEND}
38 # ReleaseNotes mentions that <sci-biology/samtools-1.1 is needed
39 # version of bundled jellyfish is 2.1.4
40
41 +# optionally install https://github.com/HpcGridRunner/HpcGridRunner/releases
42 +
43 #src_compile(){
44 # emake all
45 # emake plugins # bundled copies of TransDecoder, trimmomatic, fastool, parafly
46 @@ -41,6 +43,7 @@ src_install(){
47 dodoc trinity-plugins/fstrozzi-Fastool-7c3e034f05/README.md
48 #
49 insinto /usr/share/${PN}/util
50 + rm -f util/fasta_tool
51 doins -r util/*
52 #
53 dobin Inchworm/bin/*