summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-07-31 23:47:04 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-07-31 23:54:31 +0200
commit8d659a4c631209adcaea3ddd7e539981eacbda15 (patch)
treee8df14acd50027e3874e459f737fc94103d3b88e /dev-perl/Proc-WaitStat
parentdev-perl/Proc-Wait3: EAPI=8 bump (diff)
downloadgentoo-8d659a4c631209adcaea3ddd7e539981eacbda15.tar.gz
gentoo-8d659a4c631209adcaea3ddd7e539981eacbda15.tar.bz2
gentoo-8d659a4c631209adcaea3ddd7e539981eacbda15.zip
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@gentoo.org>
Diffstat (limited to 'dev-perl/Proc-WaitStat')
-rw-r--r--dev-perl/Proc-WaitStat/Proc-WaitStat-1.0.0-r2.ebuild (renamed from dev-perl/Proc-WaitStat/Proc-WaitStat-1.0.0-r1.ebuild)18
1 files 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
index d760ff104508..3358a9b5ac1d 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}
+"