diff options
author | Matt Turner <mattst88@gentoo.org> | 2024-03-14 12:44:04 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2024-03-15 10:56:53 -0400 |
commit | 7125b93f3ddf9c3a74ad423303f9f320ac172b7c (patch) | |
tree | fc5ccddc653c80898b41ee8a32f4209829d314eb /dev-perl/Sub-HandlesVia | |
parent | dev-perl/Sub-Exporter-GlobExporter: Drop old versions (diff) | |
download | gentoo-7125b93f3ddf9c3a74ad423303f9f320ac172b7c.tar.gz gentoo-7125b93f3ddf9c3a74ad423303f9f320ac172b7c.tar.bz2 gentoo-7125b93f3ddf9c3a74ad423303f9f320ac172b7c.zip |
dev-perl/Sub-HandlesVia: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-perl/Sub-HandlesVia')
-rw-r--r-- | dev-perl/Sub-HandlesVia/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/Sub-HandlesVia/Sub-HandlesVia-0.16.0.ebuild | 29 |
2 files changed, 0 insertions, 30 deletions
diff --git a/dev-perl/Sub-HandlesVia/Manifest b/dev-perl/Sub-HandlesVia/Manifest index dd6d62d0b164..53a9555e3296 100644 --- a/dev-perl/Sub-HandlesVia/Manifest +++ b/dev-perl/Sub-HandlesVia/Manifest @@ -1,2 +1 @@ -DIST Sub-HandlesVia-0.016.tar.gz 99771 BLAKE2B 6df80cb330356c79896d881e1c66317f57db49c5a843d8615effff08c5e0dc24698fe180c1d822ab96fc2d7c049fe9affa363a1e1ff09f484c2182835fe6d175 SHA512 91932d7c56e4fc1bb9e737282ee45ffdcc6d4143ee0307cbcbee9fb3b3953bd955b62bc20809cef61d4e643a4d246dbab062a636a46f951a93bdf2f22a1b04d2 DIST Sub-HandlesVia-0.050000.tar.gz 176211 BLAKE2B e599bfc615e5b4f0cceac92510394cbe4f030ec946557b858066ef578b2d7918032d6828d381bc84ec36a0cf5973607e2d0cd446eda92f58e7506d006cacb419 SHA512 c91d356d0aa461d446157ebf4819350db13060dd0bcd383b06037a7e05fb36935d71348270aa9e72daf6031a79956a5887a14e284554d83e5e88665146c388e2 diff --git a/dev-perl/Sub-HandlesVia/Sub-HandlesVia-0.16.0.ebuild b/dev-perl/Sub-HandlesVia/Sub-HandlesVia-0.16.0.ebuild deleted file mode 100644 index 295613b77f49..000000000000 --- a/dev-perl/Sub-HandlesVia/Sub-HandlesVia-0.16.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DIST_AUTHOR=TOBYINK -DIST_VERSION=0.016 -inherit perl-module - -DESCRIPTION="alternative handles_via implementation" -SLOT="0" -KEYWORDS="amd64 ~hppa ppc ~riscv x86" - -RDEPEND=" - dev-perl/Class-Method-Modifiers - dev-perl/Class-Tiny - dev-perl/Exporter-Tiny - >=virtual/perl-Scalar-List-Utils-1.540.0 - dev-perl/Role-Tiny - >=dev-perl/Type-Tiny-1.4.0 -" -BDEPEND="${RDEPEND} - >=virtual/perl-ExtUtils-MakeMaker-6.170.0 - test? ( - dev-perl/Test-Fatal - >=virtual/perl-Test-Simple-0.960.0 - dev-perl/Test-Requires - ) -" |