commit: db3704aabff65543c2cc3068075d1cc7ad70939b
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 26 04:03:11 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Oct 26 04:32:50 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db3704aa
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
dev-perl/IO-Event/IO-Event-0.813.0-r1.ebuild | 23 +++++++++++++++++++++++
dev-perl/IO-Event/metadata.xml | 11 +++++++++++
2 files changed, 34 insertions(+)
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 00000000000..2fab5262259
--- /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}"
diff --git a/dev-perl/IO-Event/metadata.xml b/dev-perl/IO-Event/metadata.xml
index 2b9a936fc0a..efed7d27116 100644
--- a/dev-perl/IO-Event/metadata.xml
+++ b/dev-perl/IO-Event/metadata.xml
@@ -5,4 +5,15 @@
<email>[email protected]</email>
<name>Gentoo Perl Project</name>
</maintainer>
+ <upstream>
+ <remote-id type="cpan">IO-Event</remote-id>
+ <remote-id type="cpan-module">IO::Event</remote-id>
+ <remote-id type="cpan-module">IO::Event::AnyEvent</remote-id>
+ <remote-id type="cpan-module">IO::Event::Callback</remote-id>
+ <remote-id type="cpan-module">IO::Event::Emulate</remote-id>
+ <remote-id type="cpan-module">IO::Event::Event</remote-id>
+ <remote-id type="cpan-module">IO::Event::INET::Callback</remote-id>
+ <remote-id type="cpan-module">IO::Event::Socket::UNIX</remote-id>
+ <remote-id type="cpan-module">IO::Event::UNIX::Callback</remote-id>
+ </upstream>
</pkgmetadata>