Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/Trinotate/
Date: Mon, 01 Feb 2021 09:14:16
Message-Id: 1612170849.28a4553de32754b0a5bba92424537bb31bd72e1f.andrewammerlaan@gentoo
1 commit: 28a4553de32754b0a5bba92424537bb31bd72e1f
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Mon Feb 1 09:14:09 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Mon Feb 1 09:14:09 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=28a4553d
7
8 sci-biology/Trinotate: version bump 3.2.1
9
10 no keywords, because dep trinityrnaseq is missing them
11
12 Package-Manager: Portage-3.0.14, Repoman-3.0.2
13 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
14
15 ...{Trinotate-2.0.1.ebuild => Trinotate-3.2.1.ebuild} | 19 ++++++++++---------
16 1 file changed, 10 insertions(+), 9 deletions(-)
17
18 diff --git a/sci-biology/Trinotate/Trinotate-2.0.1.ebuild b/sci-biology/Trinotate/Trinotate-3.2.1.ebuild
19 similarity index 71%
20 rename from sci-biology/Trinotate/Trinotate-2.0.1.ebuild
21 rename to sci-biology/Trinotate/Trinotate-3.2.1.ebuild
22 index 13dd775aa..85807d4a0 100644
23 --- a/sci-biology/Trinotate/Trinotate-2.0.1.ebuild
24 +++ b/sci-biology/Trinotate/Trinotate-3.2.1.ebuild
25 @@ -1,25 +1,24 @@
26 # Copyright 1999-2021 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 -EAPI=5
30 +EAPI=7
31
32 -PERL_EXPORT_PHASE_FUNCTIONS=no
33 -inherit perl-module eutils toolchain-funcs
34 +inherit perl-module toolchain-funcs
35
36 DESCRIPTION="Annotation and analysis pipeline for de novo assembled transcriptomes"
37 -HOMEPAGE="http://trinotate.github.io"
38 -SRC_URI="https://github.com/Trinotate/Trinotate/archive/v${PV}.tar.gz -> ${P}.tar.gz"
39 +HOMEPAGE="https://github.com/Trinotate/Trinotate.github.io/wiki"
40 +SRC_URI="https://github.com/Trinotate/Trinotate/archive/${PN}-v${PV}.tar.gz -> ${P}.tar.gz"
41
42 LICENSE="BSD-BroadInstitute"
43 SLOT="0"
44 KEYWORDS=""
45 -IUSE=""
46
47 DEPEND=""
48 RDEPEND="${DEPEND}
49 sci-biology/ncbi-tools++
50 sci-biology/trinityrnaseq
51 - sci-biology/TransDecoder"
52 + sci-biology/TransDecoder
53 +"
54
55 # http://www.cbs.dtu.dk/cgi-bin/sw_request?rnammer
56 # >=sci-biology/rnammer-2.3.2
57 @@ -33,12 +32,14 @@ RDEPEND="${DEPEND}
58 # In the 'rnammer' software configuration, edit the rnammer script to point
59 # $HMMSEARCH_BINARY = "/path/to/hmmsearch2";
60
61 +S="${WORKDIR}/${PN}-${PN}-v${PV}"
62 +
63 src_install(){
64 perl_set_version
65 dobin Trinotate
66 insinto /usr/share/"${PN}"
67 - doins -r admin java sample_data util TrinotateWeb
68 + doins -r admin sample_data util TrinotateWeb
69 insinto ${VENDOR_LIB}/${PN}
70 doins -r PerlLib/*
71 - dodoc Release.Notes
72 + dodoc notes README.md README.txt Changelog.txt
73 }