commit: 8d659a4c631209adcaea3ddd7e539981eacbda15
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 31 21:47:04 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Jul 31 21:54:31 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d659a4c
dev-perl/Proc-WaitStat: EAPI=8 bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...t-1.0.0-r1.ebuild => Proc-WaitStat-1.0.0-r2.ebuild} | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/dev-perl/Proc-WaitStat/Proc-WaitStat-1.0.0-r1.ebuild
b/dev-perl/Proc-WaitStat/Proc-WaitStat-1.0.0-r2.ebuild
similarity index 54%
rename from dev-perl/Proc-WaitStat/Proc-WaitStat-1.0.0-r1.ebuild
rename to dev-perl/Proc-WaitStat/Proc-WaitStat-1.0.0-r2.ebuild
index d760ff10450..3358a9b5ac1 100644
--- a/dev-perl/Proc-WaitStat/Proc-WaitStat-1.0.0-r1.ebuild
+++ b/dev-perl/Proc-WaitStat/Proc-WaitStat-1.0.0-r2.ebuild
@@ -1,19 +1,19 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=8
-MODULE_AUTHOR=ROSCH
-MODULE_VERSION=1.00
+DIST_AUTHOR=ROSCH
+DIST_VERSION=1.00
inherit perl-module
DESCRIPTION="Interpret and act on wait() status values"
SLOT="0"
KEYWORDS="amd64 ~ia64 ppc ~sparc x86"
-IUSE=""
-RDEPEND="dev-perl/IPC-Signal"
-DEPEND="${RDEPEND}"
-
-SRC_TEST="do"
+RDEPEND="
+ dev-perl/IPC-Signal
+"
+BDEPEND="${RDEPEND}
+"