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/Net-SNMP/
Date: Fri, 16 Jul 2021 18:00:07
Message-Id: 1626458380.b8b1c6d32511504e9605c2eb415fb98d95479f2e.dilfridge@gentoo
1 commit: b8b1c6d32511504e9605c2eb415fb98d95479f2e
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 16 17:48:04 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 16 17:59:40 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8b1c6d3
7
8 dev-perl/Net-SNMP: EAPI=8 bump
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 .../{Net-SNMP-6.0.1-r2.ebuild => Net-SNMP-6.0.1-r3.ebuild} | 11 +++++------
14 1 file changed, 5 insertions(+), 6 deletions(-)
15
16 diff --git a/dev-perl/Net-SNMP/Net-SNMP-6.0.1-r2.ebuild b/dev-perl/Net-SNMP/Net-SNMP-6.0.1-r3.ebuild
17 similarity index 84%
18 rename from dev-perl/Net-SNMP/Net-SNMP-6.0.1-r2.ebuild
19 rename to dev-perl/Net-SNMP/Net-SNMP-6.0.1-r3.ebuild
20 index fb6756b4522..ac07cf24a68 100644
21 --- a/dev-perl/Net-SNMP/Net-SNMP-6.0.1-r2.ebuild
22 +++ b/dev-perl/Net-SNMP/Net-SNMP-6.0.1-r3.ebuild
23 @@ -1,7 +1,7 @@
24 -# Copyright 1999-2020 Gentoo Authors
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_VERSION=v${PV}
32 DIST_AUTHOR=DTOWN
33 @@ -11,9 +11,7 @@ DESCRIPTION="A SNMP Perl Module"
34
35 SLOT="0"
36 KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~sparc-solaris ~x86-solaris"
37 -# Package warrants IUSE examples
38 -IUSE="examples test minimal"
39 -RESTRICT="!test? ( test )"
40 +IUSE="examples minimal"
41
42 RDEPEND="
43 !minimal? (
44 @@ -29,10 +27,11 @@ RDEPEND="
45 virtual/perl-IO
46 virtual/perl-Math-BigInt
47 "
48 -DEPEND="${RDEPEND}
49 +BDEPEND="${RDEPEND}
50 >=dev-perl/Module-Build-0.360.0
51 test? ( virtual/perl-Test )
52 "
53 +
54 src_install() {
55 perl-module_src_install
56 if use examples; then