Gentoo Archives: gentoo-commits

From: Horea Christian <horea.christ@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/barrnap/
Date: Sun, 27 Sep 2020 07:57:41
Message-Id: 1601193392.048c61f03abe33efb441bb6aa06514e10e7629de.chymera@gentoo
1 commit: 048c61f03abe33efb441bb6aa06514e10e7629de
2 Author: Horea Christian <chr <AT> chymera <DOT> eu>
3 AuthorDate: Sun Sep 27 07:56:32 2020 +0000
4 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
5 CommitDate: Sun Sep 27 07:56:32 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=048c61f0
7
8 sci-biology/barrnap: version bump 0.9
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Horea Christian <chr <AT> chymera.eu>
12
13 sci-biology/barrnap/barrnap-0.3.ebuild | 40 ----------------------
14 .../{barrnap-0.4.ebuild => barrnap-0.9.ebuild} | 8 ++---
15 2 files changed, 4 insertions(+), 44 deletions(-)
16
17 diff --git a/sci-biology/barrnap/barrnap-0.3.ebuild b/sci-biology/barrnap/barrnap-0.3.ebuild
18 deleted file mode 100644
19 index be281351f..000000000
20 --- a/sci-biology/barrnap/barrnap-0.3.ebuild
21 +++ /dev/null
22 @@ -1,40 +0,0 @@
23 -# Copyright 1999-2017 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=5
27 -
28 -inherit perl-module
29 -
30 -DESCRIPTION="Predict Bacterial and Archaeal rRNA genes and output in GFF3 format"
31 -HOMEPAGE="http://www.vicbioinformatics.com/software.barrnap.shtml"
32 -SRC_URI="http://www.vicbioinformatics.com/"${P}".tar.gz"
33 -
34 -LICENSE="GPL-3"
35 -SLOT="0"
36 -KEYWORDS="~amd64"
37 -IUSE=""
38 -
39 -# contains bundled binaries of hmmer-3.1 (dev version)
40 -# needs >=perl-5.6
41 -
42 -DEPEND=""
43 -RDEPEND="${DEPEND}
44 - dev-lang/perl:=
45 - sci-biology/nesoni"
46 -
47 -src_install(){
48 - # the below recreates the whole layout
49 - insinto /usr/share/"${PN}"
50 - doins barrnap
51 - chmod a+rx "${ED}"/usr/share/"${PN}"/barrnap
52 - insinto /usr/share/"${PN}"/binaries
53 - doins binaries/nhmmer.linux
54 - chmod a+rx "${ED}"/usr/share/"${PN}"/binaries/nhmmer.linux
55 - insinto /usr/share/"${PN}"/db
56 - doins db/*
57 - insinto /usr/share/examples
58 - doins examples/*
59 -
60 - echo PATH=/usr/share/"${PN}":$PATH > "${S}"/99barrnap
61 - doenvd "${S}"/99barrnap
62 -}
63
64 diff --git a/sci-biology/barrnap/barrnap-0.4.ebuild b/sci-biology/barrnap/barrnap-0.9.ebuild
65 similarity index 87%
66 rename from sci-biology/barrnap/barrnap-0.4.ebuild
67 rename to sci-biology/barrnap/barrnap-0.9.ebuild
68 index f4559fddc..e60736e57 100644
69 --- a/sci-biology/barrnap/barrnap-0.4.ebuild
70 +++ b/sci-biology/barrnap/barrnap-0.9.ebuild
71 @@ -1,13 +1,13 @@
72 -# Copyright 1999-2017 Gentoo Foundation
73 +# Copyright 1999-2020 Gentoo Authors
74 # Distributed under the terms of the GNU General Public License v2
75
76 -EAPI=5
77 +EAPI=7
78
79 inherit perl-module
80
81 DESCRIPTION="Predict Bacterial and Archaeal rRNA genes and output in GFF3 format"
82 HOMEPAGE="http://www.vicbioinformatics.com/software.barrnap.shtml"
83 -SRC_URI="http://www.vicbioinformatics.com/"${P}".tar.gz"
84 +SRC_URI="https://github.com/tseemann/barrnap/archive/${PV}.tar.gz -> ${P}.tar.gz"
85
86 LICENSE="GPL-3"
87 SLOT="0"
88 @@ -20,7 +20,7 @@ IUSE=""
89 DEPEND=""
90 RDEPEND="${DEPEND}
91 dev-lang/perl:=
92 - sci-biology/nesoni"
93 + "
94
95 src_install(){
96 # the below recreates the whole layout