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/trim_galore/
Date: Tue, 24 Feb 2015 23:04:07
Message-Id: 1424819027.0332b789cf3cc7708353f519155cc504b9a3ce4c.mmokrejs@gentoo
1 commit: 0332b789cf3cc7708353f519155cc504b9a3ce4c
2 Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
3 AuthorDate: Tue Feb 24 23:03:47 2015 +0000
4 Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
5 CommitDate: Tue Feb 24 23:03:47 2015 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=0332b789
7
8 version bump; installs the simple perl script and PDF doc files
9
10 Package-Manager: portage-2.2.15
11
12 ---
13 sci-biology/trim_galore/ChangeLog | 8 +++++++-
14 ...trim_galore-0.3.3.ebuild => trim_galore-0.3.7.ebuild} | 16 ++++++++++++----
15 2 files changed, 19 insertions(+), 5 deletions(-)
16
17 diff --git a/sci-biology/trim_galore/ChangeLog b/sci-biology/trim_galore/ChangeLog
18 index 3dba931..e87a544 100644
19 --- a/sci-biology/trim_galore/ChangeLog
20 +++ b/sci-biology/trim_galore/ChangeLog
21 @@ -1,7 +1,13 @@
22 # ChangeLog for sci-biology/trim_galore
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 +*trim_galore-0.3.7 (24 Feb 2015)
28 +
29 + 24 Feb 2015; Martin Mokrejs <mmokrejs@×××××××××××××××.cz>
30 + +trim_galore-0.3.7.ebuild, -trim_galore-0.3.3.ebuild:
31 + version bump; installs the simple perl script and PDF doc files
32 +
33 *trim_galore-0.3.3 (23 Mar 2014)
34
35 23 Mar 2014; Martin Mokrejs <mmokrejs@×××××××××××××××.cz> +metadata.xml,
36
37 diff --git a/sci-biology/trim_galore/trim_galore-0.3.3.ebuild b/sci-biology/trim_galore/trim_galore-0.3.7.ebuild
38 similarity index 56%
39 rename from sci-biology/trim_galore/trim_galore-0.3.3.ebuild
40 rename to sci-biology/trim_galore/trim_galore-0.3.7.ebuild
41 index 258ee38..4a0c4bd 100644
42 --- a/sci-biology/trim_galore/trim_galore-0.3.3.ebuild
43 +++ b/sci-biology/trim_galore/trim_galore-0.3.7.ebuild
44 @@ -1,12 +1,12 @@
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 EAPI=5
51
52 -DESCRIPTION="Wrapper around Cutadapt and FastQC to consistently apply quality and adapter trimming"
53 -HOMEPAGE="http://www.bioinformatics.babraham.ac.uk/projects/trim_galore/"
54 -SRC_URI="http://www.bioinformatics.babraham.ac.uk/projects/trim_galore/trim_galore_v0.3.3.zip"
55 +DESCRIPTION="Perl wrapper around Cutadapt and FastQC to adapter and quality trimming"
56 +HOMEPAGE="http://www.bioinformatics.babraham.ac.uk/projects/trim_galore"
57 +SRC_URI="http://www.bioinformatics.babraham.ac.uk/projects/trim_galore/trim_galore_v"${PV}".zip"
58
59 LICENSE="GPL-3"
60 SLOT="0"
61 @@ -15,6 +15,14 @@ IUSE=""
62
63 DEPEND=""
64 RDEPEND="
65 + dev-lang/perl
66 sci-biology/cutadapt
67 sci-biology/fastqc
68 ${DEPEND}"
69 +
70 +S="${WORKDIR}"/trim_galore_zip
71 +
72 +src_install(){
73 + dobin trim_galore
74 + dodoc *.pdf
75 +}