diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-07-31 23:44:23 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-07-31 23:54:25 +0200 |
commit | e732db9c05646fcb46dd6129146e104186245d81 (patch) | |
tree | 7771a955022e46abb1b5301243cf0b199e548b8c | |
parent | dev-perl/Proc-ProcessTable: Version bump 0.59 (diff) | |
download | gentoo-e732db9c05646fcb46dd6129146e104186245d81.tar.gz gentoo-e732db9c05646fcb46dd6129146e104186245d81.tar.bz2 gentoo-e732db9c05646fcb46dd6129146e104186245d81.zip |
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@gentoo.org>
-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 -} |