Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/IO-Multiplex/
Date: Thu, 04 Nov 2021 17:36:20
Message-Id: 1636047358.2fdf1c1f4c4fad816e394ab95185ee5fb27e51d7.dilfridge@gentoo
1 commit: 2fdf1c1f4c4fad816e394ab95185ee5fb27e51d7
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 4 17:32:35 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 4 17:35:58 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fdf1c1f
7
8 dev-perl/IO-Multiplex: EAPI=8 bump
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 ...iplex-1.160.0-r1.ebuild => IO-Multiplex-1.160.0-r2.ebuild} | 11 ++++++-----
14 1 file changed, 6 insertions(+), 5 deletions(-)
15
16 diff --git a/dev-perl/IO-Multiplex/IO-Multiplex-1.160.0-r1.ebuild b/dev-perl/IO-Multiplex/IO-Multiplex-1.160.0-r2.ebuild
17 similarity index 74%
18 rename from dev-perl/IO-Multiplex/IO-Multiplex-1.160.0-r1.ebuild
19 rename to dev-perl/IO-Multiplex/IO-Multiplex-1.160.0-r2.ebuild
20 index bebbdaa1a7f..c8677d159bd 100644
21 --- a/dev-perl/IO-Multiplex/IO-Multiplex-1.160.0-r1.ebuild
22 +++ b/dev-perl/IO-Multiplex/IO-Multiplex-1.160.0-r2.ebuild
23 @@ -1,7 +1,7 @@
24 -# Copyright 1999-2020 Gentoo Authors
25 +# Copyright 1999-2021 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 -EAPI=6
29 +EAPI=8
30
31 DIST_AUTHOR=BBB
32 DIST_VERSION=1.16
33 @@ -11,9 +11,10 @@ DESCRIPTION="Manage IO on many file handles"
34
35 SLOT="0"
36 KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86"
37 -IUSE=""
38
39 -RDEPEND="virtual/perl-IO"
40 -DEPEND="${RDEPEND}
41 +RDEPEND="
42 + virtual/perl-IO
43 +"
44 +BDEPEND="${RDEPEND}
45 virtual/perl-ExtUtils-MakeMaker
46 "