dev-perl/Test-DiagINC: Drop old versions

Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
Matt Turner
2024-03-14 12:44:08 -04:00
parent 954a36ba9b
commit de6b073193
2 changed files with 0 additions and 24 deletions

View File

@@ -1,2 +1 @@
DIST Test-DiagINC-0.008.tar.gz 20088 BLAKE2B 5de71f6711142345a50db9fe445a616912bbdb2ae5ee3acc6f915891cc345fd7bbf80cf294fd1e11f2637a14b9f305b88364b6fedb1e7b83070a2f1c580aa1b8 SHA512 97bb47c931d71257e97ca56a0ce0aaf131f9903c0c139c596e8a1df669801f0269105e2d549cc656d70c797dcf255e5216e55aca94c663960531a09063ab3a61
DIST Test-DiagINC-0.010.tar.gz 19679 BLAKE2B 1113aaa949d6d094b70ce348e4aa74be45b4b61e3947e363ddecdbf7984cd2e2b4ba8b116064936dc5609ff18183b912689c12d66b8bc5d7d51f7aebea42d452 SHA512 8a87d32ded8701d6a63a056a7e8a1230b0c53a17917d6d54cd2a6defd1eec002ae795ce174d879d19bc1f0cb6d373b49d45754d58546c3a9ef40fcea70cc259c

View File

@@ -1,23 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=DAGOLDEN
DIST_VERSION=0.008
inherit perl-module
DESCRIPTION="List modules and versions loaded if tests fail"
SLOT="0"
KEYWORDS="amd64 ~riscv ~x86"
RDEPEND="
virtual/perl-File-Spec
"
BDEPEND="${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.170.0
test? (
>=dev-perl/Capture-Tiny-0.210.0
)
"