commit: a7a3803d03e6618feda82237b38be67d24793acb
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 3 08:55:57 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Oct 3 12:12:10 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7a3803d
dev-perl/WWW-Form-UrlEncoded-XS: Version bump 0.26
Package-Manager: Portage-3.0.26, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-perl/WWW-Form-UrlEncoded-XS/Manifest | 1 +
.../WWW-Form-UrlEncoded-XS-0.260.0.ebuild | 23 ++++++++++++++++++++++
2 files changed, 24 insertions(+)
diff --git a/dev-perl/WWW-Form-UrlEncoded-XS/Manifest
b/dev-perl/WWW-Form-UrlEncoded-XS/Manifest
index 8deb82c4e02..efbcd861428 100644
--- a/dev-perl/WWW-Form-UrlEncoded-XS/Manifest
+++ b/dev-perl/WWW-Form-UrlEncoded-XS/Manifest
@@ -1 +1,2 @@
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.260.0.ebuild
b/dev-perl/WWW-Form-UrlEncoded-XS/WWW-Form-UrlEncoded-XS-0.260.0.ebuild
new file mode 100644
index 00000000000..1109f72ac13
--- /dev/null
+++ b/dev-perl/WWW-Form-UrlEncoded-XS/WWW-Form-UrlEncoded-XS-0.260.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2021 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 ~ia64 ~ppc ~ppc64 ~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
+ )
+"