Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/SolexaQA/
Date: Mon, 21 Sep 2015 19:44:24
Message-Id: 1442864496.a3939940bc669ab32ffe28c50fed768db5846d36.jlec@gentoo
1 commit: a3939940bc669ab32ffe28c50fed768db5846d36
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 21 19:41:36 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 21 19:41:36 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=a3939940
7
8 sci-biology/SolexaQA: Bump to EAPI 5
9
10 Package-Manager: portage-2.2.20.1
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 sci-biology/SolexaQA/SolexaQA-2.2.ebuild | 11 ++++++-----
14 1 file changed, 6 insertions(+), 5 deletions(-)
15
16 diff --git a/sci-biology/SolexaQA/SolexaQA-2.2.ebuild b/sci-biology/SolexaQA/SolexaQA-2.2.ebuild
17 index 174c373..c8ed142 100644
18 --- a/sci-biology/SolexaQA/SolexaQA-2.2.ebuild
19 +++ b/sci-biology/SolexaQA/SolexaQA-2.2.ebuild
20 @@ -1,10 +1,10 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 +# Copyright 1999-2015 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 -EAPI=3
27 +EAPI=5
28
29 -DESCRIPTION="Analyze and trim single-end and paired-end reads, show quality statistics in figures"
30 +DESCRIPTION="Analyze and trim single-end and paired-end reads, show quality statistics"
31 HOMEPAGE="http://sourceforge.net/projects/clview"
32 SRC_URI="http://sourceforge.net/projects/solexaqa/files/src/SolexaQA_v.2.2.zip"
33
34 @@ -13,8 +13,9 @@ SLOT="0"
35 KEYWORDS="~amd64"
36 IUSE=""
37
38 -DEPEND="dev-lang/perl
39 - dev-lang/R"
40 +DEPEND="
41 + dev-lang/perl
42 + dev-lang/R"
43 RDEPEND="${DEPEND}"
44
45 S=${WORKDIR}/"${PN}"_v."${PV}"