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/BRAKER/
Date: Tue, 09 Jan 2018 02:02:34
Message-Id: 1515420670.e506aabb717f6536e683c88a998e7b566aab8164.mmokrejs@gentoo
1 commit: e506aabb717f6536e683c88a998e7b566aab8164
2 Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
3 AuthorDate: Mon Jan 8 14:11:10 2018 +0000
4 Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
5 CommitDate: Mon Jan 8 14:11:10 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=e506aabb
7
8 sci-biology/BRAKER: version bump
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 sci-biology/BRAKER/{BRAKER-1.9.ebuild => BRAKER-2.ebuild} | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/sci-biology/BRAKER/BRAKER-1.9.ebuild b/sci-biology/BRAKER/BRAKER-2.ebuild
16 similarity index 89%
17 rename from sci-biology/BRAKER/BRAKER-1.9.ebuild
18 rename to sci-biology/BRAKER/BRAKER-2.ebuild
19 index 7c814763f..b4c752457 100644
20 --- a/sci-biology/BRAKER/BRAKER-1.9.ebuild
21 +++ b/sci-biology/BRAKER/BRAKER-2.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2016 Gentoo Foundation
24 +# Copyright 1999-2018 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=5
28 @@ -10,7 +10,7 @@ DESCRIPTION="Gene prediction based on RNA-Seq using GeneMark-ET and AUGUSTUS"
29 # http://bioinf.uni-greifswald.de/bioinf/publications/pag2015.pdf
30 HOMEPAGE="http://bioinf.uni-greifswald.de/bioinf/braker
31 http://bioinf.uni-greifswald.de/augustus/downloads"
32 -SRC_URI=" http://bioinf.uni-greifswald.de/augustus/binaries/BRAKER1_v"${PV}".tar.gz -> ${P}.tar.gz"
33 +SRC_URI="http://bioinf.uni-greifswald.de/augustus/binaries/BRAKER"${PV}".tar.gz -> ${P}.tar.gz"
34 # Download BRAKER1 from http://bioinf.uni-greifswald.de/augustus/binaries/BRAKER1.tar.gz.
35 # The most recent release is version 1.8, from December 15th 2015.
36 # Example data for testing the BRAKER1 pipeline is available at
37 @@ -31,7 +31,7 @@ RDEPEND="${DEPEND}
38 # this causes:
39 # [blocks B ] <perl-core/Scalar-List-Utils-1.380.0 ("<perl-core/Scalar-List-Utils-1.380.0" is blocking virtual/perl-Scalar-List-Utils-1.380.0)
40
41 -S="${WORKDIR}"/BRAKER_v"${PV}"
42 +S="${WORKDIR}"/BRAKER_v"${PV}".0
43
44 src_prepare(){
45 sed -e 's/^use helpMod/use BRAKER::helpMod/' -i braker.pl || die