commit: cd233662f699849b6c6914c543d109e76e4e63d1
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 20 19:32:20 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 20 19:37:56 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd233662
dev-perl/Shell: drop unversioned Perl virtual deps
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../Shell/{Shell-0.730.0-r1.ebuild => Shell-0.730.0-r2.ebuild} | 10 +---------
1 file changed, 1 insertion(+), 9 deletions(-)
diff --git a/dev-perl/Shell/Shell-0.730.0-r1.ebuild
b/dev-perl/Shell/Shell-0.730.0-r2.ebuild
similarity index 60%
rename from dev-perl/Shell/Shell-0.730.0-r1.ebuild
rename to dev-perl/Shell/Shell-0.730.0-r2.ebuild
index 88156e91afd3..0927db698c95 100644
--- a/dev-perl/Shell/Shell-0.730.0-r1.ebuild
+++ b/dev-perl/Shell/Shell-0.730.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -12,12 +12,4 @@ DESCRIPTION="Run shell commands transparently within perl"
SLOT="0"
KEYWORDS="amd64 x86"
-RDEPEND="
- virtual/perl-File-Spec
-"
-BDEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? ( virtual/perl-Test-Simple )
-"
-
PERL_RM_FILES=( t/99_pod.t )