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/fastqc/
Date: Tue, 24 Feb 2015 22:37:41
Message-Id: 1424817433.5fd2d15989cb1eb99579c0679c16772620be122f.mmokrejs@gentoo
1 commit: 5fd2d15989cb1eb99579c0679c16772620be122f
2 Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
3 AuthorDate: Tue Feb 24 22:37:13 2015 +0000
4 Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
5 CommitDate: Tue Feb 24 22:37:13 2015 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=5fd2d159
7
8 version bump; still missing src_compile() logic
9
10 Package-Manager: portage-2.2.15
11
12 ---
13 sci-biology/fastqc/ChangeLog | 8 +++++++-
14 sci-biology/fastqc/{fastqc-0.10.1.ebuild => fastqc-0.11.2.ebuild} | 7 ++++---
15 2 files changed, 11 insertions(+), 4 deletions(-)
16
17 diff --git a/sci-biology/fastqc/ChangeLog b/sci-biology/fastqc/ChangeLog
18 index 42bae79..6b6cbf5 100644
19 --- a/sci-biology/fastqc/ChangeLog
20 +++ b/sci-biology/fastqc/ChangeLog
21 @@ -1,7 +1,13 @@
22 # ChangeLog for sci-biology/fastqc
23 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
24 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
25 # $Header: $
26
27 +*fastqc-0.11.2 (24 Feb 2015)
28 +
29 + 24 Feb 2015; Martin Mokrejs <mmokrejs@×××××××××××××××.cz>
30 + +fastqc-0.11.2.ebuild, -fastqc-0.10.1.ebuild:
31 + version bump; still missing src_compile() logic
32 +
33 16 Sep 2014; Christoph Junghans <ottxor@g.o> fastqc-0.10.1.ebuild:
34 clean up
35
36
37 diff --git a/sci-biology/fastqc/fastqc-0.10.1.ebuild b/sci-biology/fastqc/fastqc-0.11.2.ebuild
38 similarity index 85%
39 rename from sci-biology/fastqc/fastqc-0.10.1.ebuild
40 rename to sci-biology/fastqc/fastqc-0.11.2.ebuild
41 index 3e2b639..b608266 100644
42 --- a/sci-biology/fastqc/fastqc-0.10.1.ebuild
43 +++ b/sci-biology/fastqc/fastqc-0.11.2.ebuild
44 @@ -1,4 +1,4 @@
45 -# Copyright 1999-2014 Gentoo Foundation
46 +# Copyright 1999-2015 Gentoo Foundation
47 # Distributed under the terms of the GNU General Public License v2
48 # $Header: $
49
50 @@ -16,13 +16,14 @@ KEYWORDS=""
51 IUSE=""
52
53 DEPEND="sci-biology/picard
54 - >=virtual/jrei-1.6"
55 + >=virtual/jre-1.5"
56 RDEPEND="${DEPEND}"
57
58 S="${WORKDIR}"/FastQC
59
60 src_install(){
61 - dobin fastqc
62 + dobin fastqc run_fastqc.bat
63 + dodoc README.txt RELEASE_NOTES.txt
64
65 # TODO: need to compile java in uk/ac/babraham/FastQC/
66 # and decide whether jbzip2-0.9.jar is a standard java lib or not