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/fastx_toolkit/
Date: Mon, 20 Jan 2014 17:27:39
Message-Id: 1390238814.3131ca1e4d9c1729f40e4e40a0f10d65e270105c.mmokrejs@gentoo
1 commit: 3131ca1e4d9c1729f40e4e40a0f10d65e270105c
2 Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
3 AuthorDate: Mon Jan 20 17:26:54 2014 +0000
4 Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
5 CommitDate: Mon Jan 20 17:26:54 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=3131ca1e
7
8 Moved dependency on gtextlib
9
10 Package-Manager: portage-2.2.7
11
12 ---
13 sci-biology/fastx_toolkit/ChangeLog | 5 ++++-
14 sci-biology/fastx_toolkit/fastx_toolkit-0.0.13.2.ebuild | 5 +++--
15 2 files changed, 7 insertions(+), 3 deletions(-)
16
17 diff --git a/sci-biology/fastx_toolkit/ChangeLog b/sci-biology/fastx_toolkit/ChangeLog
18 index 112f562..be96788 100644
19 --- a/sci-biology/fastx_toolkit/ChangeLog
20 +++ b/sci-biology/fastx_toolkit/ChangeLog
21 @@ -2,6 +2,10 @@
22 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 + 20 Jan 2014; Martin Mokrejs <mmokrejs@×××××××××××××××.cz>
26 + fastx_toolkit-0.0.13.2.ebuild:
27 + Moved dependency on gtextlib
28 +
29 06 Jan 2014; Justin Lecher <jlec@g.o> fastx_toolkit-0.0.13.2.ebuild,
30 +metadata.xml:
31 Bump to EAPI=5 and add missing metadata.xml
32 @@ -11,4 +15,3 @@
33 29 Aug 2013; Martin Mokrejs <mmokrejs@×××××××××××××××.cz>
34 +fastx_toolkit-0.0.13.2.ebuild:
35 New package for FASTA/FASTQ preprocessing.
36 -
37
38 diff --git a/sci-biology/fastx_toolkit/fastx_toolkit-0.0.13.2.ebuild b/sci-biology/fastx_toolkit/fastx_toolkit-0.0.13.2.ebuild
39 index c3f6276..2bbbdfc 100644
40 --- a/sci-biology/fastx_toolkit/fastx_toolkit-0.0.13.2.ebuild
41 +++ b/sci-biology/fastx_toolkit/fastx_toolkit-0.0.13.2.ebuild
42 @@ -13,9 +13,10 @@ SLOT="0"
43 KEYWORDS="~amd64 ~x86"
44 IUSE=""
45
46 -DEPEND=">=sci-biology/libgtextutils-0.6.1"
47 +DEPEND=""
48 RDEPEND="${DEPEND}
49 dev-perl/PerlIO-gzip
50 dev-perl/GDGraph
51 sys-apps/sed
52 - sci-visualization/gnuplot"
53 + sci-visualization/gnuplot
54 + sci-biology/libgtextutils"