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
This commit is contained in:
Kent Fredric
2018-06-07 19:04:33 +12:00
parent b7ea219b29
commit 2ef9d61ac0
2 changed files with 21 additions and 2 deletions

View File

@@ -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
"

View 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"