diff options
-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" |