dev-perl/Package-DeprecationManager: Drop old versions

Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
Matt Turner
2024-03-14 12:43:49 -04:00
parent e4827bbfc9
commit d8026d690d
2 changed files with 0 additions and 34 deletions

View File

@@ -1,2 +1 @@
DIST Package-DeprecationManager-0.17.tar.gz 27647 BLAKE2B af12433cef899e8d5f911ce76746e1862e8d6f5eceae9a5c890da7fa4f10e73fd41118c0754ca56d4b0f4865fdd09139358f3c9020940d34a348e7a27f68a495 SHA512 57bf79df657895342ca5b8d13f155d85f34d1a85415570b112138b6c50c5d08b421a1707671fbf807918cc334006e4558a626a7201c60096924fc2200c751cde
DIST Package-DeprecationManager-0.18.tar.gz 31812 BLAKE2B f20b85364960e08d973cf29db419f1ce8085bdcfbd226c484147e936fe9dbfca58407c91f92ca21237c9f951c19434248ceabaeae560dcd8b50aba86af725626 SHA512 e0e34fd9b90d0266d782b85fe9a74c4bde217009488c75143c0ef2114d8c53f58a01c34214909705628c3816267b288b1b05d341fa8fae7a3fcc6bbdbf2f6031

View File

@@ -1,33 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=DROLSKY
DIST_VERSION=0.17
inherit perl-module
DESCRIPTION="Manage deprecation warnings for your distribution"
LICENSE="Artistic-2"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
RDEPEND="
virtual/perl-Carp
>=virtual/perl-Scalar-List-Utils-1.330.0
dev-perl/Package-Stash
dev-perl/Params-Util
dev-perl/Sub-Install
dev-perl/Sub-Name
"
BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
virtual/perl-Exporter
virtual/perl-File-Spec
dev-perl/Test-Fatal
>=virtual/perl-Test-Simple-0.960.0
dev-perl/Test-Warnings
)
"