summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2017-03-21 21:41:47 +1300
committerKent Fredric <kentnl@gentoo.org>2017-03-21 21:42:07 +1300
commit775bfda006292d2e845f1bd88f9e22483d3d6c52 (patch)
tree4dde010c894685c6efd3f054af42f707452ee5b1 /dev-perl/WWW-Form-UrlEncoded/WWW-Form-UrlEncoded-0.240.0.ebuild
parentdev-scheme/gambit: version bump 4.8.8 bug #612088 (diff)
downloadgentoo-775bfda006292d2e845f1bd88f9e22483d3d6c52.tar.gz
gentoo-775bfda006292d2e845f1bd88f9e22483d3d6c52.tar.bz2
gentoo-775bfda006292d2e845f1bd88f9e22483d3d6c52.zip
dev-perl/WWW-Form-UrlEncoded: Bump to version 0.240.0
Add USE="xs" flag Upstream: - Fixes for '.' in @INC via Milla regeneration. Bug: https://bugs.gentoo.org/613400 Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'dev-perl/WWW-Form-UrlEncoded/WWW-Form-UrlEncoded-0.240.0.ebuild')
-rw-r--r--dev-perl/WWW-Form-UrlEncoded/WWW-Form-UrlEncoded-0.240.0.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-perl/WWW-Form-UrlEncoded/WWW-Form-UrlEncoded-0.240.0.ebuild b/dev-perl/WWW-Form-UrlEncoded/WWW-Form-UrlEncoded-0.240.0.ebuild
new file mode 100644
index 000000000000..f45a85787091
--- /dev/null
+++ b/dev-perl/WWW-Form-UrlEncoded/WWW-Form-UrlEncoded-0.240.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=KAZEBURO
+DIST_VERSION=0.24
+DIST_EXAMPLES=( "eg/*" )
+inherit perl-module
+
+DESCRIPTION="parser and builder for application/x-www-form-urlencoded"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test +xs"
+
+RDEPEND="
+ virtual/perl-Exporter
+ xs? ( >=dev-perl/WWW-Form-UrlEncoded-XS-0.190.0 )
+"
+DEPEND="${RDEPEND}
+ >=dev-perl/Module-Build-0.400.500
+ test? (
+ >=dev-perl/JSON-2.0.0
+ >=virtual/perl-Test-Simple-0.980.0
+ )
+"