commit: ced768827728e56cbb0207095438104a39195b1f
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 10 11:12:39 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 10 11:12:39 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ced76882
dev-perl/Capture-Tiny: fix MissingVersionedVirtualPerlDependency
Signed-off-by: Sam James <sam <AT> gentoo.org>
...iny-0.500.0.ebuild => Capture-Tiny-0.500.0-r1.ebuild} | 16 ----------------
1 file changed, 16 deletions(-)
diff --git a/dev-perl/Capture-Tiny/Capture-Tiny-0.500.0.ebuild
b/dev-perl/Capture-Tiny/Capture-Tiny-0.500.0-r1.ebuild
similarity index 65%
rename from dev-perl/Capture-Tiny/Capture-Tiny-0.500.0.ebuild
rename to dev-perl/Capture-Tiny/Capture-Tiny-0.500.0-r1.ebuild
index 551cf07f41c4..f4223e2a625c 100644
--- a/dev-perl/Capture-Tiny/Capture-Tiny-0.500.0.ebuild
+++ b/dev-perl/Capture-Tiny/Capture-Tiny-0.500.0-r1.ebuild
@@ -13,19 +13,3 @@ DESCRIPTION="Capture STDOUT and STDERR from Perl, XS, or
external programs"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv
~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos
~x64-solaris"
-
-RDEPEND="
- virtual/perl-Carp
- virtual/perl-Exporter
- virtual/perl-File-Spec
- virtual/perl-File-Temp
- virtual/perl-IO
- virtual/perl-Scalar-List-Utils
-"
-BDEPEND="
-${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? (
- virtual/perl-Test-Simple
- )
-"