summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-10-03 10:54:14 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-10-03 14:12:07 +0200
commit35ed4c1d76ba0b1fc8b197e463de0838197ff1cc (patch)
tree44b709dc944006d1f1dab3a3429426703f3835e5 /dev-perl/WWW-Form-UrlEncoded
parentkde-apps/konqueror: Drop 21.08.1 (r0) (diff)
downloadgentoo-35ed4c1d76ba0b1fc8b197e463de0838197ff1cc.tar.gz
gentoo-35ed4c1d76ba0b1fc8b197e463de0838197ff1cc.tar.bz2
gentoo-35ed4c1d76ba0b1fc8b197e463de0838197ff1cc.zip
dev-perl/WWW-Form-UrlEncoded: Version bump 0.26
Package-Manager: Portage-3.0.26, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/WWW-Form-UrlEncoded')
-rw-r--r--dev-perl/WWW-Form-UrlEncoded/Manifest1
-rw-r--r--dev-perl/WWW-Form-UrlEncoded/WWW-Form-UrlEncoded-0.260.0.ebuild26
2 files changed, 27 insertions, 0 deletions
diff --git a/dev-perl/WWW-Form-UrlEncoded/Manifest b/dev-perl/WWW-Form-UrlEncoded/Manifest
index 1c35709486f9..ffa740a73a05 100644
--- a/dev-perl/WWW-Form-UrlEncoded/Manifest
+++ b/dev-perl/WWW-Form-UrlEncoded/Manifest
@@ -1 +1,2 @@
DIST WWW-Form-UrlEncoded-0.24.tar.gz 15060 BLAKE2B 38ca399ed60c87d1f0bddfc9f3df049143936955caf4bab03b9d383c58384627f1f5c3ddfb5caa8531d31fda31123eb9ffa7ec5f600424f7fe337fce45efc88e SHA512 57dfcccd059534d3d0cb2b1d8ee826e4a31e77920a43b72c5939a866de9d4b526e2f59411507c3287f8c7ae283f7ebeed07cda543f0d36663e6b155952cec63e
+DIST WWW-Form-UrlEncoded-0.26.tar.gz 15399 BLAKE2B 17af46301b011710f8ef27b99bbe45a080153c4216f3533de8ec3f9a93afd2bd06d8eef32bbb57e2109720f0648f1dfc5a0ccbb940c70d1903bd0633fc04bd2a SHA512 7980b42f53a7801fe02db30b87552ce4d5e7398413640a94d9abad2779085ebfc6208804ed66099161d8c3ba5e47ecb4bf8e8fa1f36f2e7297b864a25f3ac924
diff --git a/dev-perl/WWW-Form-UrlEncoded/WWW-Form-UrlEncoded-0.260.0.ebuild b/dev-perl/WWW-Form-UrlEncoded/WWW-Form-UrlEncoded-0.260.0.ebuild
new file mode 100644
index 000000000000..48389975a071
--- /dev/null
+++ b/dev-perl/WWW-Form-UrlEncoded/WWW-Form-UrlEncoded-0.260.0.ebuild
@@ -0,0 +1,26 @@
+# 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
+DIST_EXAMPLES=( "eg/*" )
+inherit perl-module
+
+DESCRIPTION="parser and builder for application/x-www-form-urlencoded"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="+xs"
+
+RDEPEND="
+ virtual/perl-Exporter
+ xs? ( >=dev-perl/WWW-Form-UrlEncoded-XS-0.190.0 )
+"
+BDEPEND="${RDEPEND}
+ >=dev-perl/Module-Build-0.400.500
+ test? (
+ >=virtual/perl-JSON-PP-2.0.0
+ >=virtual/perl-Test-Simple-0.980.0
+ )
+"