From 069fb621dfd9c2609b67eea2ee385875137d4716 Mon Sep 17 00:00:00 2001 From: "Andreas K. Hüttel" Date: Sat, 31 Jul 2021 21:34:02 +0200 Subject: dev-perl/POE-XS-Loop-Poll: 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-XS-Loop-Poll-1.0.0-r2.ebuild | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 dev-perl/POE-XS-Loop-Poll/POE-XS-Loop-Poll-1.0.0-r2.ebuild (limited to 'dev-perl/POE-XS-Loop-Poll/POE-XS-Loop-Poll-1.0.0-r2.ebuild') diff --git a/dev-perl/POE-XS-Loop-Poll/POE-XS-Loop-Poll-1.0.0-r2.ebuild b/dev-perl/POE-XS-Loop-Poll/POE-XS-Loop-Poll-1.0.0-r2.ebuild new file mode 100644 index 000000000000..0e9bbbdaaca7 --- /dev/null +++ b/dev-perl/POE-XS-Loop-Poll/POE-XS-Loop-Poll-1.0.0-r2.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=TONYC +DIST_VERSION=1.000 +inherit perl-module + +DESCRIPTION="An XS implementation of POE::Loop, using poll(2)" + +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + >=dev-perl/POE-1.287.0 + >=dev-perl/POE-Test-Loops-1.33.0 +" +BDEPEND="${RDEPEND} +" -- cgit v1.2.3-65-gdbad