summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2018-06-07 19:04:33 +1200
committerKent Fredric <kentnl@gentoo.org>2018-06-07 19:05:04 +1200
commit2ef9d61ac042bc90b2e8bca8ddd915d1a49c8c62 (patch)
tree7ea9bacf363b2fc864e271032983f53fd966f17d /dev-perl/IO-Multiplex/IO-Multiplex-1.160.0-r1.ebuild
parentdev-perl/Class-Data-Accessor: EAPI6 + fix DESCRIPTION (diff)
downloadgentoo-2ef9d61ac042bc90b2e8bca8ddd915d1a49c8c62.tar.gz
gentoo-2ef9d61ac042bc90b2e8bca8ddd915d1a49c8c62.tar.bz2
gentoo-2ef9d61ac042bc90b2e8bca8ddd915d1a49c8c62.zip
dev-perl/IO-Multiplex: EAPI6 + fix DESCRIPTION
- EAPI6ify - Fix trailing DESCRIPTION whitespace ( gentooqa.levelnine.at ) - Fixup deps Package-Manager: Portage-2.3.29, Repoman-2.3.9
Diffstat (limited to 'dev-perl/IO-Multiplex/IO-Multiplex-1.160.0-r1.ebuild')
-rw-r--r--dev-perl/IO-Multiplex/IO-Multiplex-1.160.0-r1.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-perl/IO-Multiplex/IO-Multiplex-1.160.0-r1.ebuild b/dev-perl/IO-Multiplex/IO-Multiplex-1.160.0-r1.ebuild
new file mode 100644
index 000000000000..c7ab59e6bb16
--- /dev/null
+++ b/dev-perl/IO-Multiplex/IO-Multiplex-1.160.0-r1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=BBB
+DIST_VERSION=1.16
+inherit perl-module
+
+DESCRIPTION="Manage IO on many file handles"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+RDEPEND="virtual/perl-IO"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+"