dev-perl/Test-Trap: Drop old versions

Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
Matt Turner
2024-03-14 12:44:12 -04:00
parent 0ab67b990e
commit 959d7bbfa4
2 changed files with 0 additions and 31 deletions

View File

@@ -1,2 +1 @@
DIST Test-Trap-v0.3.4.tar.gz 55339 BLAKE2B 67200b2852786284e7c7200d0611e025cf39c1329a7e1fb51908ca02c36c85f991a3b0e437e87126ebede507ae5f00df37085da542d457eb481cd2c083533596 SHA512 cac4412a55511c820a1813a277afa802769a64219bf306190d83fea775c53bcd1d7faa275cb7f1b435e5ae274b6c1f78dd862525a6426040e51fdaf537e720ff
DIST Test-Trap-v0.3.5.tar.gz 55600 BLAKE2B 11681d3d4e3914fcfd8e489ad21a9818746f488be5bf971e8024d08f5207409550f0cfc2495af256d401c544864d788e8c76ea8e162d306224d50c6d6c4f2119 SHA512 02836ed9c91448cb5aa84246c17d72d119844e072289656529d87e944ad1c26fa7e18e7b45290cdffdabaff7abdad4547233156331194ce375da0b902811313e

View File

@@ -1,30 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=EBHANSSEN
DIST_VERSION=v${PV}
inherit perl-module
DESCRIPTION="Trap exit codes, exceptions, output, etc"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 hppa ~m68k ~mips ~ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
RDEPEND="
virtual/perl-Carp
dev-perl/Data-Dump
virtual/perl-Exporter
virtual/perl-File-Temp
virtual/perl-IO
virtual/perl-Test-Simple
virtual/perl-version
"
BDEPEND="${RDEPEND}
>=dev-perl/Module-Build-0.400.3
test? (
>=virtual/perl-Test-Simple-1.1.10
)
"