dev-perl/Test2-Plugin-NoWarnings: Drop old versions

Signed-off-by: Matt Turner <mattst88@gentoo.org>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Matt Turner
2024-12-21 08:32:50 -05:00
committed by Sam James
parent 3afaaa13ee
commit 0856164546
2 changed files with 0 additions and 27 deletions

View File

@@ -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

View File

@@ -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
)
"