commit: 2ef9d61ac042bc90b2e8bca8ddd915d1a49c8c62
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 7 07:04:33 2018 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Jun 7 07:05:04 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ef9d61a
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
dev-perl/IO-Multiplex/IO-Multiplex-1.160.0-r1.ebuild | 19 +++++++++++++++++++
dev-perl/IO-Multiplex/IO-Multiplex-1.160.0.ebuild | 4 ++--
2 files changed, 21 insertions(+), 2 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 00000000000..c7ab59e6bb1
--- /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
+"
diff --git a/dev-perl/IO-Multiplex/IO-Multiplex-1.160.0.ebuild
b/dev-perl/IO-Multiplex/IO-Multiplex-1.160.0.ebuild
index 921a2d498cd..ee1671c764b 100644
--- a/dev-perl/IO-Multiplex/IO-Multiplex-1.160.0.ebuild
+++ b/dev-perl/IO-Multiplex/IO-Multiplex-1.160.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -7,7 +7,7 @@ MODULE_AUTHOR=BBB
MODULE_VERSION=1.16
inherit perl-module
-DESCRIPTION="Manage IO on many file handles "
+DESCRIPTION="Manage IO on many file handles"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"