summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2024-12-21 08:32:50 -0500
committerSam James <sam@gentoo.org>2024-12-21 20:32:25 +0000
commit0856164546ef1dcd73e4206a597ba2cdd1a6bb3a (patch)
tree7bf68f75f2273474717cb90b9c40865f19be2e58 /dev-perl
parentdev-perl/Sys-Virt: Drop old versions (diff)
downloadgentoo-0856164546ef1dcd73e4206a597ba2cdd1a6bb3a.tar.gz
gentoo-0856164546ef1dcd73e4206a597ba2cdd1a6bb3a.tar.bz2
gentoo-0856164546ef1dcd73e4206a597ba2cdd1a6bb3a.zip
dev-perl/Test2-Plugin-NoWarnings: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/Test2-Plugin-NoWarnings/Manifest1
-rw-r--r--dev-perl/Test2-Plugin-NoWarnings/Test2-Plugin-NoWarnings-0.90.0-r1.ebuild26
2 files changed, 0 insertions, 27 deletions
diff --git a/dev-perl/Test2-Plugin-NoWarnings/Manifest b/dev-perl/Test2-Plugin-NoWarnings/Manifest
index 06cb151b46e0..623a9e4a7ce9 100644
--- a/dev-perl/Test2-Plugin-NoWarnings/Manifest
+++ b/dev-perl/Test2-Plugin-NoWarnings/Manifest
@@ -1,2 +1 @@
-DIST Test2-Plugin-NoWarnings-0.09.tar.gz 26442 BLAKE2B a451a46839640b80bdd182fc56728f9274214b8f09c4aa3bfcda653508290caa1fd070b6bb9612c4b2a697f21f8c05bb579623e9735ac3abc99c52acfb045376 SHA512 3b93d6c4522e913c4bc9d589b650f784327bed1a36a0dc18943dd2ea34654215333753cb532d5ffff6f0ef0af9ce0859e9744637cff89a1a1a5b936149f9b455
DIST Test2-Plugin-NoWarnings-0.10.tar.gz 27614 BLAKE2B ba4ce709200d2e12d6ce5809e24fd66ae814b1afef3abde725401b65d7a9de89a1b779fe94eecbec02a4304ca6965ac0767f3f6dc98fcab6302664213066bf8d SHA512 31f749911e9df452e20d17c4cff30afea1f4ef10a11c7d7de92d60b6701b84bf98190ccb5d70867804793fe269b0027a8f9b494a21c1d676480e8ce2823a4b4d
diff --git a/dev-perl/Test2-Plugin-NoWarnings/Test2-Plugin-NoWarnings-0.90.0-r1.ebuild b/dev-perl/Test2-Plugin-NoWarnings/Test2-Plugin-NoWarnings-0.90.0-r1.ebuild
deleted file mode 100644
index da33b0e90f57..000000000000
--- a/dev-perl/Test2-Plugin-NoWarnings/Test2-Plugin-NoWarnings-0.90.0-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DIST_AUTHOR=DROLSKY
-DIST_VERSION=0.09
-inherit perl-module
-
-DESCRIPTION="Fail if tests warn"
-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 ~x64-solaris"
-
-RDEPEND="
- virtual/perl-Carp
- >=virtual/perl-Test-Simple-1.302.167
- virtual/perl-parent
-"
-BDEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? (
- virtual/perl-File-Spec
- dev-perl/IPC-Run3
- virtual/perl-Test2-Suite
- )
-"