dev-perl/Sub-Override: 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:49 -05:00
committed by Sam James
parent cb3995586c
commit 488cb7e34e
3 changed files with 0 additions and 40 deletions

View File

@@ -1,3 +1 @@
DIST Sub-Override-0.09.tar.gz 6462 BLAKE2B 27345159d3475c30c40852fa93db246c91b4d83806154adefcde907ff42ac0726d9c84880735a148acb6ce929a14c43d30287dd71307e41667841bf25db3bb99 SHA512 35000e8cabb6ca4cc0cac53af99fc9cb8ac14b1e71dbfa27dc58a339cb1b54e439064f2241798e351cc5ad297a2f9e4fde870ca97e2eb09a2430c11af589d412
DIST Sub-Override-0.10.tar.gz 7218 BLAKE2B de2d19421280b4badaae0e1aea386c343d19d92023b4bd0aa9e2f92a66026e7b61361aeb3f724e30f842e1389260e6c7e85ab284b529bdf759e41d40bc4b8ebb SHA512 27782c301c7abd30291be8af79a251d2be27b7616f950c28cb83ceeeb6a91eb69fe29413992c229afb6d75974851e69986eaa232aa81484ad49fcad55b2bdead
DIST Sub-Override-0.12.tar.gz 9003 BLAKE2B 1c07187ad909261c18a5f973d489918cb986b040377a4011821f7a6a0966ad03ba81796a35173ef43ac81778e1fb4601bf71423744187d9594f0907f65056d7f SHA512 3164764c54435c96b87a28b266bf39d3c1775008292605c17ab9f2077f6695a7d730202fd36d4b97638ca0e6b14db3ad3d62461ec855ddca938d9a31af1ee2c5

View File

@@ -1,19 +0,0 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=OVID
DIST_VERSION=0.10
inherit perl-module
DESCRIPTION="Perl extension for easily overriding subroutines"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
BDEPEND="
test? (
>=dev-perl/Test-Fatal-0.10.0
)
"

View File

@@ -1,19 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=OVID
DIST_VERSION=0.09
inherit perl-module
DESCRIPTION="Perl extension for easily overriding subroutines"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
BDEPEND="
test? (
>=dev-perl/Test-Fatal-0.10.0
)
"