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: Thu, 18 Jul 2019 17:12:32
Message-Id: 1563469930.c7a40f0c2955843da5c85d0abbeed58351547ce1.mmokrejs@gentoo
1 commit: c7a40f0c2955843da5c85d0abbeed58351547ce1
2 Author: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
3 AuthorDate: Thu Jul 18 17:12:10 2019 +0000
4 Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
5 CommitDate: Thu Jul 18 17:12:10 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=c7a40f0c
7
8 sci-biology/BRAKER: version bump
9
10 New HOMEPAGE, SRC_URI, layout of .tar.gz tarball
11
12 Package-Manager: Portage-2.3.69, Repoman-2.3.16
13 Signed-off-by: Martin Mokrejs <mmokrejs <AT> fold.natur.cuni.cz>
14
15 .../BRAKER/{BRAKER-2.1.0.ebuild => BRAKER-2.1.2.ebuild} | 15 +++++++--------
16 1 file changed, 7 insertions(+), 8 deletions(-)
17
18 diff --git a/sci-biology/BRAKER/BRAKER-2.1.0.ebuild b/sci-biology/BRAKER/BRAKER-2.1.2.ebuild
19 similarity index 79%
20 rename from sci-biology/BRAKER/BRAKER-2.1.0.ebuild
21 rename to sci-biology/BRAKER/BRAKER-2.1.2.ebuild
22 index 13d63d4b8..908e57e51 100644
23 --- a/sci-biology/BRAKER/BRAKER-2.1.0.ebuild
24 +++ b/sci-biology/BRAKER/BRAKER-2.1.2.ebuild
25 @@ -1,4 +1,4 @@
26 -# Copyright 1999-2018 Gentoo Foundation
27 +# Copyright 1999-2019 Gentoo Authors
28 # Distributed under the terms of the GNU General Public License v2
29
30 EAPI=5
31 @@ -8,9 +8,10 @@ inherit perl-module
32
33 DESCRIPTION="Gene prediction based on RNA-Seq using GeneMark-ET and AUGUSTUS"
34 # http://bioinf.uni-greifswald.de/bioinf/publications/pag2015.pdf
35 -HOMEPAGE="http://bioinf.uni-greifswald.de/bioinf/braker
36 +HOMEPAGE="https://github.com/Gaius-Augustus/BRAKER
37 + http://bioinf.uni-greifswald.de/bioinf/braker
38 http://bioinf.uni-greifswald.de/augustus/downloads"
39 -SRC_URI="http://bioinf.uni-greifswald.de/augustus/binaries/BRAKER_v"${PV}".tar.gz -> ${P}.tar.gz"
40 +SRC_URI="https://github.com/Gaius-Augustus/BRAKER/archive/v${PV}.tar.gz -> ${P}.tar.gz"
41 # Example data for testing the BRAKER2 pipeline is available at
42 # http://bioinf.uni-greifswald.de/augustus/binaries/BRAKER2examples.tar.gz (1.1 GB).
43
44 @@ -29,14 +30,12 @@ RDEPEND="${DEPEND}
45 sci-biology/augustus"
46 #>=sci-biology/GeneMark_ET-bin-4.29"
47
48 -S="${WORKDIR}"/BRAKER_v"${PV}"
49 -
50 src_install(){
51 perl_set_version
52 - dobin *.pl
53 + dobin scripts/*.pl
54 insinto ${VENDOR_LIB}/${PN}
55 - doins *.pm
56 - dodoc userguide.pdf
57 + doins scripts/*.pm
58 + dodoc docs/userguide.pdf
59 }
60
61 pkg_postinst(){