Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Bio-Das/
Date: Sat, 09 Oct 2021 09:11:48
Message-Id: 1633770692.01960b266d9edc6674471384d60bac737581232d.dilfridge@gentoo
1 commit: 01960b266d9edc6674471384d60bac737581232d
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 9 09:10:50 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 9 09:11:32 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01960b26
7
8 dev-perl/Bio-Das: EAPI=8 bump
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 .../{Bio-Das-1.170.0-r2.ebuild => Bio-Das-1.170.0-r3.ebuild} | 11 ++++++-----
14 1 file changed, 6 insertions(+), 5 deletions(-)
15
16 diff --git a/dev-perl/Bio-Das/Bio-Das-1.170.0-r2.ebuild b/dev-perl/Bio-Das/Bio-Das-1.170.0-r3.ebuild
17 similarity index 95%
18 rename from dev-perl/Bio-Das/Bio-Das-1.170.0-r2.ebuild
19 rename to dev-perl/Bio-Das/Bio-Das-1.170.0-r3.ebuild
20 index fbd25fa1e00..b58408fc8d7 100644
21 --- a/dev-perl/Bio-Das/Bio-Das-1.170.0-r2.ebuild
22 +++ b/dev-perl/Bio-Das/Bio-Das-1.170.0-r3.ebuild
23 @@ -1,7 +1,7 @@
24 -# Copyright 1999-2017 Gentoo Foundation
25 +# Copyright 1999-2021 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 -EAPI=6
29 +EAPI=8
30
31 DIST_AUTHOR=LDS
32 DIST_VERSION=1.17
33 @@ -12,14 +12,14 @@ DESCRIPTION="Interface to Distributed Annotation System"
34
35 SLOT="0"
36 KEYWORDS="~amd64 ~x86"
37 -IUSE=""
38
39 -DEPEND=">=virtual/perl-IO-Compress-1.0
40 +RDEPEND=">=virtual/perl-IO-Compress-1.0
41 sci-biology/bioperl
42 >=dev-perl/HTML-Parser-3
43 >=dev-perl/libwww-perl-5
44 >=virtual/perl-MIME-Base64-2.12"
45 -RDEPEND="${DEPEND}"
46 +BDEPEND="${RDEPEND}
47 +"
48
49 optdep_notice() {
50 local i
51 @@ -38,6 +38,7 @@ optdep_notice() {
52 elog "pre-installed"
53 fi
54 }
55 +
56 src_test() {
57 local MODULES=(
58 "Bio::Das ${DIST_VERSION}"