summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-07-31 21:34:02 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-07-31 21:43:04 +0200
commit069fb621dfd9c2609b67eea2ee385875137d4716 (patch)
tree94f3becbdaba040531c95196f0041ebfdfccd956 /dev-perl/POE-XS-Loop-Poll/POE-XS-Loop-Poll-1.0.0-r2.ebuild
parentdev-perl/POE-XS-Loop-EPoll: EAPI=8 bump (diff)
downloadgentoo-069fb621dfd9c2609b67eea2ee385875137d4716.tar.gz
gentoo-069fb621dfd9c2609b67eea2ee385875137d4716.tar.bz2
gentoo-069fb621dfd9c2609b67eea2ee385875137d4716.zip
dev-perl/POE-XS-Loop-Poll: EAPI=8 bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/POE-XS-Loop-Poll/POE-XS-Loop-Poll-1.0.0-r2.ebuild')
-rw-r--r--dev-perl/POE-XS-Loop-Poll/POE-XS-Loop-Poll-1.0.0-r2.ebuild20
1 files changed, 20 insertions, 0 deletions
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}
+"