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 18:06:10
Message-Id: 1390241129.b88f7dc28fec5858ddcb5e1c287ef402407e7915.mmokrejs@gentoo
1 commit: b88f7dc28fec5858ddcb5e1c287ef402407e7915
2 Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
3 AuthorDate: Mon Jan 20 18:05:29 2014 +0000
4 Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
5 CommitDate: Mon Jan 20 18:05:29 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=b88f7dc2
7
8 Version bump, releases were moved to github
9
10 Package-Manager: portage-2.2.7
11
12 ---
13 sci-biology/fastx_toolkit/ChangeLog | 6 ++++++
14 .../{fastx_toolkit-0.0.13.2.ebuild => fastx_toolkit-0.0.14.ebuild} | 2 +-
15 2 files changed, 7 insertions(+), 1 deletion(-)
16
17 diff --git a/sci-biology/fastx_toolkit/ChangeLog b/sci-biology/fastx_toolkit/ChangeLog
18 index be96788..f233c54 100644
19 --- a/sci-biology/fastx_toolkit/ChangeLog
20 +++ b/sci-biology/fastx_toolkit/ChangeLog
21 @@ -2,6 +2,12 @@
22 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 +*fastx_toolkit-0.0.14 (20 Jan 2014)
26 +
27 + 20 Jan 2014; Martin Mokrejs <mmokrejs@×××××××××××××××.cz>
28 + +fastx_toolkit-0.0.14.ebuild, -fastx_toolkit-0.0.13.2.ebuild:
29 + Version bump, releases were moved to github
30 +
31 20 Jan 2014; Martin Mokrejs <mmokrejs@×××××××××××××××.cz>
32 fastx_toolkit-0.0.13.2.ebuild:
33 Moved dependency on gtextlib
34
35 diff --git a/sci-biology/fastx_toolkit/fastx_toolkit-0.0.13.2.ebuild b/sci-biology/fastx_toolkit/fastx_toolkit-0.0.14.ebuild
36 similarity index 82%
37 rename from sci-biology/fastx_toolkit/fastx_toolkit-0.0.13.2.ebuild
38 rename to sci-biology/fastx_toolkit/fastx_toolkit-0.0.14.ebuild
39 index 2bbbdfc..171ca41 100644
40 --- a/sci-biology/fastx_toolkit/fastx_toolkit-0.0.13.2.ebuild
41 +++ b/sci-biology/fastx_toolkit/fastx_toolkit-0.0.14.ebuild
42 @@ -6,7 +6,7 @@ EAPI=5
43
44 DESCRIPTION="Tools for Short Read FASTA/FASTQ file processing"
45 HOMEPAGE="http://hannonlab.cshl.edu/fastx_toolkit"
46 -SRC_URI="http://hannonlab.cshl.edu/fastx_toolkit/fastx_toolkit-"${PV}".tar.bz2"
47 +SRC_URI="https://github.com/agordon/fastx_toolkit/releases/download/"${PV}"/"${P}".tar.bz2"
48
49 LICENSE="AGPL-3"
50 SLOT="0"