commit: 0b66ab706e5e58ca1348c46cff9813140041a005
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 15 13:36:42 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul 15 23:36:54 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b66ab70
dev-perl/List-AllUtils: modernise eclass use, drop useless Perl virtual dep
Signed-off-by: Sam James <sam <AT> gentoo.org>
...st-AllUtils-0.190.0.ebuild => List-AllUtils-0.190.0-r1.ebuild} | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/dev-perl/List-AllUtils/List-AllUtils-0.190.0.ebuild
b/dev-perl/List-AllUtils/List-AllUtils-0.190.0-r1.ebuild
similarity index 83%
rename from dev-perl/List-AllUtils/List-AllUtils-0.190.0.ebuild
rename to dev-perl/List-AllUtils/List-AllUtils-0.190.0-r1.ebuild
index 9372f80666c1..4594246000c2 100644
--- a/dev-perl/List-AllUtils/List-AllUtils-0.190.0.ebuild
+++ b/dev-perl/List-AllUtils/List-AllUtils-0.190.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -12,18 +12,16 @@ DESCRIPTION="Combines many List::* utility modules in one
bite-sized package"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
LICENSE="Artistic-2"
-IUSE="test"
-RESTRICT="!test? ( test )"
RDEPEND="
>=dev-perl/List-SomeUtils-0.580.0
>=virtual/perl-Scalar-List-Utils-1.560.0
>=dev-perl/List-UtilsBy-0.110.0
"
-BDEPEND="${RDEPEND}
+BDEPEND="
+ ${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.300.0
test? (
- virtual/perl-File-Spec
>=virtual/perl-Test-Simple-0.960.0
)
"