summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2017-10-26 17:03:11 +1300
committerKent Fredric <kentnl@gentoo.org>2017-10-26 17:32:50 +1300
commitdb3704aabff65543c2cc3068075d1cc7ad70939b (patch)
tree6ffce548b38db204db8120166c0b504c7926d7e8 /dev-perl/IO-Event/IO-Event-0.813.0-r1.ebuild
parentdev-perl/IO-CaptureOutput: EAPI6, +remote-id's to metadata.xml (diff)
downloadgentoo-db3704aabff65543c2cc3068075d1cc7ad70939b.tar.gz
gentoo-db3704aabff65543c2cc3068075d1cc7ad70939b.tar.bz2
gentoo-db3704aabff65543c2cc3068075d1cc7ad70939b.zip
dev-perl/IO-Event: Enable tests
- EAPI6 - Enable tests - Add remote-id's to metadata.xml Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'dev-perl/IO-Event/IO-Event-0.813.0-r1.ebuild')
-rw-r--r--dev-perl/IO-Event/IO-Event-0.813.0-r1.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-perl/IO-Event/IO-Event-0.813.0-r1.ebuild b/dev-perl/IO-Event/IO-Event-0.813.0-r1.ebuild
new file mode 100644
index 000000000000..2fab52622591
--- /dev/null
+++ b/dev-perl/IO-Event/IO-Event-0.813.0-r1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=MUIR
+DIST_VERSION=0.813
+DIST_SECTION=modules
+inherit perl-module
+
+DESCRIPTION="Tied Filehandles for Nonblocking IO with Object Callbacks"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="
+ dev-perl/AnyEvent
+ dev-perl/Event
+ dev-perl/List-MoreUtils
+ virtual/perl-Time-HiRes
+"
+DEPEND="${RDEPEND}"