diff options
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Proc-Simple/Proc-Simple-1.320.0-r1.ebuild (renamed from dev-perl/Proc-Simple/Proc-Simple-1.320.0.ebuild) | 18 |
1 files 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 index 4c67f8f4512b..107440849a69 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 -} |