dev-perl/IO-Multiplex: EAPI6 + fix DESCRIPTION
authorKent Fredric <kentnl@gentoo.org>
Thu, 7 Jun 2018 07:04:33 +0000 (19:04 +1200)
committerKent Fredric <kentnl@gentoo.org>
Thu, 7 Jun 2018 07:05:04 +0000 (19:05 +1200)
- 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 [new file with mode: 0644]
dev-perl/IO-Multiplex/IO-Multiplex-1.160.0.ebuild

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 (file)
index 0000000..c7ab59e
--- /dev/null
@@ -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
+"
index 921a2d498cd8416a15960ec55432c98d2f4c9d3b..ee1671c764b7e44dfbc7b15b92c751990aafd9d6 100644 (file)
@@ -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"