diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-07-31 23:47:04 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-07-31 23:54:31 +0200 |
commit | 8d659a4c631209adcaea3ddd7e539981eacbda15 (patch) | |
tree | e8df14acd50027e3874e459f737fc94103d3b88e /dev-perl/Proc-WaitStat/Proc-WaitStat-1.0.0-r2.ebuild | |
parent | dev-perl/Proc-Wait3: EAPI=8 bump (diff) | |
download | gentoo-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/Proc-WaitStat-1.0.0-r2.ebuild')
-rw-r--r-- | dev-perl/Proc-WaitStat/Proc-WaitStat-1.0.0-r2.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-perl/Proc-WaitStat/Proc-WaitStat-1.0.0-r2.ebuild b/dev-perl/Proc-WaitStat/Proc-WaitStat-1.0.0-r2.ebuild new file mode 100644 index 000000000000..3358a9b5ac1d --- /dev/null +++ b/dev-perl/Proc-WaitStat/Proc-WaitStat-1.0.0-r2.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +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" + +RDEPEND=" + dev-perl/IPC-Signal +" +BDEPEND="${RDEPEND} +" |