diff options
author | Matt Turner <mattst88@gentoo.org> | 2024-03-14 12:44:18 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2024-03-15 10:57:03 -0400 |
commit | 30ac15911c3b63e2d66a0624d23401e741eb4be6 (patch) | |
tree | bc34bac28a65ed322a7750995574b58a7fd7e9be /dev-perl | |
parent | dev-perl/WWW-Curl: Drop old versions (diff) | |
download | gentoo-30ac15911c3b63e2d66a0624d23401e741eb4be6.tar.gz gentoo-30ac15911c3b63e2d66a0624d23401e741eb4be6.tar.bz2 gentoo-30ac15911c3b63e2d66a0624d23401e741eb4be6.zip |
dev-perl/WWW-Form-UrlEncoded-XS: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/WWW-Form-UrlEncoded-XS/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/WWW-Form-UrlEncoded-XS/WWW-Form-UrlEncoded-XS-0.260.0.ebuild | 23 |
2 files changed, 0 insertions, 24 deletions
diff --git a/dev-perl/WWW-Form-UrlEncoded-XS/Manifest b/dev-perl/WWW-Form-UrlEncoded-XS/Manifest index 31fb198163d0..2b180942eb29 100644 --- a/dev-perl/WWW-Form-UrlEncoded-XS/Manifest +++ b/dev-perl/WWW-Form-UrlEncoded-XS/Manifest @@ -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 diff --git a/dev-perl/WWW-Form-UrlEncoded-XS/WWW-Form-UrlEncoded-XS-0.260.0.ebuild b/dev-perl/WWW-Form-UrlEncoded-XS/WWW-Form-UrlEncoded-XS-0.260.0.ebuild deleted file mode 100644 index 0b254e1f69a4..000000000000 --- a/dev-perl/WWW-Form-UrlEncoded-XS/WWW-Form-UrlEncoded-XS-0.260.0.ebuild +++ /dev/null @@ -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 - ) -" |