From 2fdf1c1f4c4fad816e394ab95185ee5fb27e51d7 Mon Sep 17 00:00:00 2001
From: "Andreas K. Hüttel" <dilfridge@gentoo.org>
Date: Thu, 4 Nov 2021 18:32:35 +0100
Subject: dev-perl/IO-Multiplex: EAPI=8 bump
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
---
 dev-perl/IO-Multiplex/IO-Multiplex-1.160.0-r1.ebuild | 19 -------------------
 dev-perl/IO-Multiplex/IO-Multiplex-1.160.0-r2.ebuild | 20 ++++++++++++++++++++
 2 files changed, 20 insertions(+), 19 deletions(-)
 delete mode 100644 dev-perl/IO-Multiplex/IO-Multiplex-1.160.0-r1.ebuild
 create mode 100644 dev-perl/IO-Multiplex/IO-Multiplex-1.160.0-r2.ebuild

(limited to 'dev-perl')

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
deleted file mode 100644
index bebbdaa1a7f2..000000000000
--- a/dev-perl/IO-Multiplex/IO-Multiplex-1.160.0-r1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# 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 ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86"
-IUSE=""
-
-RDEPEND="virtual/perl-IO"
-DEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-"
diff --git a/dev-perl/IO-Multiplex/IO-Multiplex-1.160.0-r2.ebuild b/dev-perl/IO-Multiplex/IO-Multiplex-1.160.0-r2.ebuild
new file mode 100644
index 000000000000..c8677d159bd0
--- /dev/null
+++ b/dev-perl/IO-Multiplex/IO-Multiplex-1.160.0-r2.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=BBB
+DIST_VERSION=1.16
+inherit perl-module
+
+DESCRIPTION="Manage IO on many file handles"
+
+SLOT="0"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86"
+
+RDEPEND="
+	virtual/perl-IO
+"
+BDEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+"
-- 
cgit v1.2.3-65-gdbad