From 7cd21038f43c0956388fc232f681f5bea488beaa Mon Sep 17 00:00:00 2001 From: "Andreas K. Hüttel" Date: Sat, 31 Jul 2021 21:28:27 +0200 Subject: dev-perl/POE-Component-PreforkDispatch: 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 --- ...POE-Component-PreforkDispatch-0.101.0-r2.ebuild | 21 -------------------- ...POE-Component-PreforkDispatch-0.101.0-r3.ebuild | 23 ++++++++++++++++++++++ 2 files changed, 23 insertions(+), 21 deletions(-) delete mode 100644 dev-perl/POE-Component-PreforkDispatch/POE-Component-PreforkDispatch-0.101.0-r2.ebuild create mode 100644 dev-perl/POE-Component-PreforkDispatch/POE-Component-PreforkDispatch-0.101.0-r3.ebuild (limited to 'dev-perl/POE-Component-PreforkDispatch') diff --git a/dev-perl/POE-Component-PreforkDispatch/POE-Component-PreforkDispatch-0.101.0-r2.ebuild b/dev-perl/POE-Component-PreforkDispatch/POE-Component-PreforkDispatch-0.101.0-r2.ebuild deleted file mode 100644 index d55298f51799..000000000000 --- a/dev-perl/POE-Component-PreforkDispatch/POE-Component-PreforkDispatch-0.101.0-r2.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=EWATERS -DIST_VERSION=0.101 -inherit perl-module - -DESCRIPTION="Preforking task dispatcher" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="dev-perl/Error - dev-perl/IO-Capture - dev-perl/Params-Validate - dev-perl/POE" -DEPEND="${RDEPEND} - dev-perl/Module-Build" diff --git a/dev-perl/POE-Component-PreforkDispatch/POE-Component-PreforkDispatch-0.101.0-r3.ebuild b/dev-perl/POE-Component-PreforkDispatch/POE-Component-PreforkDispatch-0.101.0-r3.ebuild new file mode 100644 index 000000000000..a6835a1b24c4 --- /dev/null +++ b/dev-perl/POE-Component-PreforkDispatch/POE-Component-PreforkDispatch-0.101.0-r3.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=EWATERS +DIST_VERSION=0.101 +inherit perl-module + +DESCRIPTION="Preforking task dispatcher" + +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + dev-perl/Error + dev-perl/IO-Capture + dev-perl/Params-Validate + dev-perl/POE +" +BDEPEND="${RDEPEND} + dev-perl/Module-Build +" -- cgit v1.2.3-65-gdbad