dev-perl/POE-Component-PreforkDispatch: EAPI6 + tests
authorKent Fredric <kentnl@gentoo.org>
Wed, 27 Dec 2017 01:16:19 +0000 (14:16 +1300)
committerKent Fredric <kentnl@gentoo.org>
Wed, 27 Dec 2017 08:09:52 +0000 (21:09 +1300)
- EAPI6ify
- Enable tests

Package-Manager: Portage-2.3.18, Repoman-2.3.6

dev-perl/POE-Component-PreforkDispatch/POE-Component-PreforkDispatch-0.101.0-r2.ebuild [new file with mode: 0644]

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
new file mode 100644 (file)
index 0000000..d55298f
--- /dev/null
@@ -0,0 +1,21 @@
+# 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"