diff options
author | Kent Fredric <kentnl@gentoo.org> | 2018-06-07 19:04:33 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2018-06-07 19:05:04 +1200 |
commit | 2ef9d61ac042bc90b2e8bca8ddd915d1a49c8c62 (patch) | |
tree | 7ea9bacf363b2fc864e271032983f53fd966f17d /dev-perl/IO-Multiplex | |
parent | dev-perl/Class-Data-Accessor: EAPI6 + fix DESCRIPTION (diff) | |
download | gentoo-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')
-rw-r--r-- | dev-perl/IO-Multiplex/IO-Multiplex-1.160.0-r1.ebuild | 19 | ||||
-rw-r--r-- | 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 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 +" 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 921a2d498cd8..ee1671c764b7 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" |