commit: e732db9c05646fcb46dd6129146e104186245d81
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 31 21:44:23 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Jul 31 21:54:25 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e732db9c
dev-perl/Proc-Simple: EAPI=8 bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...le-1.320.0.ebuild => Proc-Simple-1.320.0-r1.ebuild} | 18 ++++--------------
1 file changed, 4 insertions(+), 14 deletions(-)
diff --git a/dev-perl/Proc-Simple/Proc-Simple-1.320.0.ebuild
b/dev-perl/Proc-Simple/Proc-Simple-1.320.0-r1.ebuild
similarity index 55%
rename from dev-perl/Proc-Simple/Proc-Simple-1.320.0.ebuild
rename to dev-perl/Proc-Simple/Proc-Simple-1.320.0-r1.ebuild
index 4c67f8f4512..107440849a6 100644
--- a/dev-perl/Proc-Simple/Proc-Simple-1.320.0.ebuild
+++ b/dev-perl/Proc-Simple/Proc-Simple-1.320.0-r1.ebuild
@@ -1,30 +1,20 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DIST_AUTHOR=MSCHILLI
DIST_VERSION=1.32
+DIST_EXAMPLES=( "eg/*" )
inherit perl-module
DESCRIPTION="Launch and control background processes"
SLOT="0"
KEYWORDS="amd64 ppc x86"
-IUSE="test examples"
-RESTRICT="!test? ( test )"
RDEPEND="virtual/perl-IO"
-DEPEND="
+BDEPEND="
virtual/perl-ExtUtils-MakeMaker
test? ( virtual/perl-Test-Simple )
"
-
-src_install() {
- perl-module_src_install
- if use examples; then
- docompress -x /usr/share/doc/${PF}/examples
- docinto examples
- dodoc -r eg/*
- fi
-}