From e732db9c05646fcb46dd6129146e104186245d81 Mon Sep 17 00:00:00 2001 From: "Andreas K. Hüttel" Date: Sat, 31 Jul 2021 23:44:23 +0200 Subject: dev-perl/Proc-Simple: EAPI=8 bump MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel --- dev-perl/Proc-Simple/Proc-Simple-1.320.0-r1.ebuild | 20 +++++++++++++++ dev-perl/Proc-Simple/Proc-Simple-1.320.0.ebuild | 30 ---------------------- 2 files changed, 20 insertions(+), 30 deletions(-) create mode 100644 dev-perl/Proc-Simple/Proc-Simple-1.320.0-r1.ebuild delete mode 100644 dev-perl/Proc-Simple/Proc-Simple-1.320.0.ebuild diff --git a/dev-perl/Proc-Simple/Proc-Simple-1.320.0-r1.ebuild b/dev-perl/Proc-Simple/Proc-Simple-1.320.0-r1.ebuild new file mode 100644 index 000000000000..107440849a69 --- /dev/null +++ b/dev-perl/Proc-Simple/Proc-Simple-1.320.0-r1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +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" + +RDEPEND="virtual/perl-IO" +BDEPEND=" + virtual/perl-ExtUtils-MakeMaker + test? ( virtual/perl-Test-Simple ) +" diff --git a/dev-perl/Proc-Simple/Proc-Simple-1.320.0.ebuild b/dev-perl/Proc-Simple/Proc-Simple-1.320.0.ebuild deleted file mode 100644 index 4c67f8f4512b..000000000000 --- a/dev-perl/Proc-Simple/Proc-Simple-1.320.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=MSCHILLI -DIST_VERSION=1.32 -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=" - 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 -} -- cgit v1.2.3-18-g5258