commit: 740a8db6495d240f537ba780b7fc6c3102e563e4
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 3 20:55:19 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Nov 3 20:56:39 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=740a8db6
dev-perl/IO-All: EAPI=8 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
.../{IO-All-0.870.0.ebuild => IO-All-0.870.0-r1.ebuild} | 13 ++-----------
1 file changed, 2 insertions(+), 11 deletions(-)
diff --git a/dev-perl/IO-All/IO-All-0.870.0.ebuild
b/dev-perl/IO-All/IO-All-0.870.0-r1.ebuild
similarity index 56%
rename from dev-perl/IO-All/IO-All-0.870.0.ebuild
rename to dev-perl/IO-All/IO-All-0.870.0-r1.ebuild
index 71074af865f..f5ea47c6013 100644
--- a/dev-perl/IO-All/IO-All-0.870.0.ebuild
+++ b/dev-perl/IO-All/IO-All-0.870.0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DIST_AUTHOR=FREW
DIST_VERSION=0.87
@@ -12,12 +12,3 @@ DESCRIPTION="unified IO operations"
SLOT="0"
KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ~sparc x86"
-IUSE=""
-
-# needs Scalar::Util
-DEPEND="
- virtual/perl-Scalar-List-Utils
-"
-RDEPEND="${DEPEND}
- virtual/perl-ExtUtils-MakeMaker
-"