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/SEECER/files/
Date: Tue, 21 Nov 2017 14:16:08
Message-Id: 1511273755.6283a774209756751880212d783863da56b9f80e.mmokrejs@gentoo
1 commit: 6283a774209756751880212d783863da56b9f80e
2 Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
3 AuthorDate: Tue Nov 21 14:15:55 2017 +0000
4 Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
5 CommitDate: Tue Nov 21 14:15:55 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=6283a774
7
8 sci-biology/SEECER: 'patch -p1' and not 'patch -p0' is used
9
10 Package-Manager: Portage-2.3.14, Repoman-2.3.6
11
12 sci-biology/SEECER/files/remove-hardcoded-paths.patch | 8 ++++----
13 1 file changed, 4 insertions(+), 4 deletions(-)
14
15 diff --git a/sci-biology/SEECER/files/remove-hardcoded-paths.patch b/sci-biology/SEECER/files/remove-hardcoded-paths.patch
16 index d8120e396..bb46f6a30 100644
17 --- a/sci-biology/SEECER/files/remove-hardcoded-paths.patch
18 +++ b/sci-biology/SEECER/files/remove-hardcoded-paths.patch
19 @@ -1,5 +1,5 @@
20 ---- bin/run_jellyfish.sh 2015-11-13 18:40:01.595807104 +0100
21 -+++ bin/run_jellyfish.sh 2015-11-13 18:51:45.655818838 +0100
22 +--- SEECER-0.1.3/bin/run_jellyfish.sh 2015-11-13 18:40:01.595807104 +0100
23 ++++ SEECER-0.1.3/bin/run_jellyfish.sh 2015-11-13 18:51:45.655818838 +0100
24 @@ -3,22 +3,27 @@
25 LCOUNT=$4
26 TMPDIR=$5
27 @@ -33,8 +33,8 @@
28 -$JF dump --lower-count=$LCOUNT -o $2 -c $TMPDIR/jf_merged_$3
29 +$JF dump --lower-count=$LCOUNT -o $2 -c $TMPDIR/jf_merged_$3 || exit 255
30 rm $TMPDIR/jf_merged_$3
31 ---- bin/run_seecer.sh 2015-11-13 18:40:16.215807347 +0100
32 -+++ bin/run_seecer.sh 2015-11-13 18:53:03.695820138 +0100
33 +--- SEECER-0.1.3/bin/run_seecer.sh 2015-11-13 18:40:16.215807347 +0100
34 ++++ SEECER-0.1.3/bin/run_seecer.sh 2015-11-13 18:53:03.695820138 +0100
35 @@ -25,8 +25,8 @@
36 #