commit: b8b1c6d32511504e9605c2eb415fb98d95479f2e
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 16 17:48:04 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Jul 16 17:59:40 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8b1c6d3
dev-perl/Net-SNMP: EAPI=8 bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
.../{Net-SNMP-6.0.1-r2.ebuild => Net-SNMP-6.0.1-r3.ebuild} | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
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
similarity index 84%
rename from dev-perl/Net-SNMP/Net-SNMP-6.0.1-r2.ebuild
rename to dev-perl/Net-SNMP/Net-SNMP-6.0.1-r3.ebuild
index fb6756b4522..ac07cf24a68 100644
--- a/dev-perl/Net-SNMP/Net-SNMP-6.0.1-r2.ebuild
+++ b/dev-perl/Net-SNMP/Net-SNMP-6.0.1-r3.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DIST_VERSION=v${PV}
DIST_AUTHOR=DTOWN
@@ -11,9 +11,7 @@ DESCRIPTION="A SNMP Perl Module"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86
~sparc-solaris ~x86-solaris"
-# Package warrants IUSE examples
-IUSE="examples test minimal"
-RESTRICT="!test? ( test )"
+IUSE="examples minimal"
RDEPEND="
!minimal? (
@@ -29,10 +27,11 @@ RDEPEND="
virtual/perl-IO
virtual/perl-Math-BigInt
"
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
>=dev-perl/Module-Build-0.360.0
test? ( virtual/perl-Test )
"
+
src_install() {
perl-module_src_install
if use examples; then