summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-12-11 12:24:43 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-12-11 12:38:11 +0100
commit1f2afadfd5690d26d72c4e9d4666a9e20d0ae400 (patch)
tree92ca056a5e6e594ec802591e64e39c2abc56aad0
parentwww-servers/apache: remove obsolete authn_alias module (diff)
downloadgentoo-1f2afadfd5690d26d72c4e9d4666a9e20d0ae400.tar.gz
gentoo-1f2afadfd5690d26d72c4e9d4666a9e20d0ae400.tar.bz2
gentoo-1f2afadfd5690d26d72c4e9d4666a9e20d0ae400.zip
dev-perl/WWW-Form-UrlEncoded-XS: Remove old
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r--dev-perl/WWW-Form-UrlEncoded-XS/Manifest1
-rw-r--r--dev-perl/WWW-Form-UrlEncoded-XS/WWW-Form-UrlEncoded-XS-0.240.0.ebuild25
2 files changed, 0 insertions, 26 deletions
diff --git a/dev-perl/WWW-Form-UrlEncoded-XS/Manifest b/dev-perl/WWW-Form-UrlEncoded-XS/Manifest
index efbcd861428e..8b1fe6c3f95a 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.24.tar.gz 58425 BLAKE2B 29c83510919d816d2d832ba52421070b127a80d7021e10eae0c6ceac10ff11abc35e9a2e56bc61d9b190526fa1b51af1b094b6131a536e5baf8be6068a7db094 SHA512 5b79821ac01cb9971b0884b877c4a35d15eebd7111c05720bfb9cb81cb99e39c86f33a8cf84f6bf10fbaad54d4b59a0d9ca1d242925d3ffd8fbb1e7b126ad6b9
DIST WWW-Form-UrlEncoded-XS-0.26.tar.gz 58649 BLAKE2B 857dcea6f24654319b60fb76e16f8ce845e25a402a5950a8c6cbe6cb8354ceb509d602a0f1011dd8c0078db4e8829709f37fb646b77791d05fa8090e796364fb SHA512 36675fda54c232785fdad459a1b14219b1208a80af059e05cdd516bf8b94424f8793feeb0c97e786f5d9b59109d922baf0f397f6573d0e423a9751a3b744bd51
diff --git a/dev-perl/WWW-Form-UrlEncoded-XS/WWW-Form-UrlEncoded-XS-0.240.0.ebuild b/dev-perl/WWW-Form-UrlEncoded-XS/WWW-Form-UrlEncoded-XS-0.240.0.ebuild
deleted file mode 100644
index 0d15c8dc2bcd..000000000000
--- a/dev-perl/WWW-Form-UrlEncoded-XS/WWW-Form-UrlEncoded-XS-0.240.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=KAZEBURO
-DIST_VERSION=0.24
-inherit perl-module
-
-DESCRIPTION="XS parsing/building of application/x-www-form-urlencoded"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- virtual/perl-Exporter
-"
-DEPEND="${RDEPEND}
- >=dev-perl/Module-Build-Tiny-0.35.0
- test? (
- >=dev-perl/JSON-2
- >=virtual/perl-Test-Simple-0.980.0
- )
-"