dev-perl/WWW-Form-UrlEncoded-XS: Drop old versions

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

View File

@@ -1,2 +1 @@
DIST WWW-Form-UrlEncoded-XS-0.26.tar.gz 58649 BLAKE2B 857dcea6f24654319b60fb76e16f8ce845e25a402a5950a8c6cbe6cb8354ceb509d602a0f1011dd8c0078db4e8829709f37fb646b77791d05fa8090e796364fb SHA512 36675fda54c232785fdad459a1b14219b1208a80af059e05cdd516bf8b94424f8793feeb0c97e786f5d9b59109d922baf0f397f6573d0e423a9751a3b744bd51
DIST WWW-Form-UrlEncoded-XS-0.28.tar.gz 58858 BLAKE2B 5b9c5fd48a639e6e32dd80c5dd8f6886de773f72cdd76febd2d2f46116972bf1333dcc301c25045bd99b5a8324b08d64fb71c61da66b055db268f87835b19a50 SHA512 6069ce9964fff32c147d30fa2febfa19116bcccd5d4bb7ebad3c321ef9be97562c7ac9f9bd54227d83865fe802985c20a03c5005b3da4b11d7334a1468d835f9

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=KAZEBURO
DIST_VERSION=0.26
inherit perl-module
DESCRIPTION="XS parsing/building of application/x-www-form-urlencoded"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
RDEPEND="
virtual/perl-Exporter
"
BDEPEND="${RDEPEND}
>=dev-perl/Module-Build-Tiny-0.35.0
test? (
>=dev-perl/JSON-2
>=virtual/perl-Test-Simple-0.980.0
)
"