commit: c6067b15fde58e39b931fe6418ffbd389bd52044
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 16 20:25:37 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Nov 16 20:33:13 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6067b15
dev-perl/Monitoring-Plugin: EAPI=8 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...Plugin-0.400.0.ebuild => Monitoring-Plugin-0.400.0-r1.ebuild} | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/dev-perl/Monitoring-Plugin/Monitoring-Plugin-0.400.0.ebuild
b/dev-perl/Monitoring-Plugin/Monitoring-Plugin-0.400.0-r1.ebuild
similarity index 86%
rename from dev-perl/Monitoring-Plugin/Monitoring-Plugin-0.400.0.ebuild
rename to dev-perl/Monitoring-Plugin/Monitoring-Plugin-0.400.0-r1.ebuild
index ec06a8270880..26cef37a4f00 100644
--- a/dev-perl/Monitoring-Plugin/Monitoring-Plugin-0.400.0.ebuild
+++ b/dev-perl/Monitoring-Plugin/Monitoring-Plugin-0.400.0-r1.ebuild
@@ -1,18 +1,15 @@
-# 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_AUTHOR=NIERLEIN
DIST_VERSION=0.40
inherit perl-module
DESCRIPTION="Modules to streamline Nagios, Icinga, Shinken, etc. plugins"
-
SLOT="0"
KEYWORDS="amd64 ~hppa sparc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
RDEPEND="
virtual/perl-Carp
@@ -22,7 +19,7 @@ RDEPEND="
dev-perl/Math-Calc-Units
dev-perl/Params-Validate
"
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? ( virtual/perl-Test-Simple )
"