From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6A770138334 for ; Thu, 7 Jun 2018 07:05:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5BEA8E0998; Thu, 7 Jun 2018 07:05:25 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 29651E0998 for ; Thu, 7 Jun 2018 07:05:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 925EA335C8D for ; Thu, 7 Jun 2018 07:05:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B01A829E for ; Thu, 7 Jun 2018 07:05:21 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1528355104.2ef9d61ac042bc90b2e8bca8ddd915d1a49c8c62.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/IO-Multiplex/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/IO-Multiplex/IO-Multiplex-1.160.0-r1.ebuild dev-perl/IO-Multiplex/IO-Multiplex-1.160.0.ebuild X-VCS-Directories: dev-perl/IO-Multiplex/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 2ef9d61ac042bc90b2e8bca8ddd915d1a49c8c62 X-VCS-Branch: master Date: Thu, 7 Jun 2018 07:05:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d3d274d4-e64a-4f4f-a9fd-32dc2c996aa1 X-Archives-Hash: e3c88f73c47875b76805fc35022b08f4 commit: 2ef9d61ac042bc90b2e8bca8ddd915d1a49c8c62 Author: Kent Fredric gentoo org> AuthorDate: Thu Jun 7 07:04:33 2018 +0000 Commit: Kent Fredric gentoo 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"