dev-perl/IO-Pipely: Enable tests
authorKent Fredric <kentnl@gentoo.org>
Thu, 26 Oct 2017 04:06:42 +0000 (17:06 +1300)
committerKent Fredric <kentnl@gentoo.org>
Thu, 26 Oct 2017 04:32:52 +0000 (17:32 +1300)
- EAPI6
- Enable tests
- Normalize version
- Fix missing remote-id's

Package-Manager: Portage-2.3.8, Repoman-2.3.3

dev-perl/IO-Pipely/IO-Pipely-0.5.0-r1.ebuild [new file with mode: 0644]
dev-perl/IO-Pipely/metadata.xml

diff --git a/dev-perl/IO-Pipely/IO-Pipely-0.5.0-r1.ebuild b/dev-perl/IO-Pipely/IO-Pipely-0.5.0-r1.ebuild
new file mode 100644 (file)
index 0000000..61dc144
--- /dev/null
@@ -0,0 +1,14 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=RCAPUTO
+DIST_VERSION=0.005
+inherit perl-module
+
+DESCRIPTION="Portably create pipe() or pipe-like handles, one way or another"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
index bc2ebf900e8ebaaa6c49800af5ab27dd582acf7f..9aabf353ee8a163c79257fb754b49293afb04604 100644 (file)
@@ -7,5 +7,6 @@
   </maintainer>
   <upstream>
     <remote-id type="cpan">IO-Pipely</remote-id>
+    <remote-id type="cpan-module">IO::Pipely</remote-id>
   </upstream>
 </pkgmetadata>