summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2020-04-29 03:03:02 +1200
committerKent Fredric <kentnl@gentoo.org>2020-04-29 03:03:27 +1200
commit32fd37bb1072d484f477eb45145a588bf2969515 (patch)
tree62291d6be9382a937a71e206bc346a92e3d4a914 /dev-perl/AnyEvent-HTTP/AnyEvent-HTTP-2.250.0.ebuild
parentxfce-base/xfce4-panel: Bump to 4.14.4 (diff)
downloadgentoo-32fd37bb1072d484f477eb45145a588bf2969515.tar.gz
gentoo-32fd37bb1072d484f477eb45145a588bf2969515.tar.bz2
gentoo-32fd37bb1072d484f477eb45145a588bf2969515.zip
dev-perl/AnyEvent-HTTP: Bump to version 2.250.0
- EAPI7 Upstream: - Don't send proxy requests to origin servers when reusing proxy connections - Documentation fixes Package-Manager: Portage-2.3.97, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/AnyEvent-HTTP/AnyEvent-HTTP-2.250.0.ebuild')
-rw-r--r--dev-perl/AnyEvent-HTTP/AnyEvent-HTTP-2.250.0.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-perl/AnyEvent-HTTP/AnyEvent-HTTP-2.250.0.ebuild b/dev-perl/AnyEvent-HTTP/AnyEvent-HTTP-2.250.0.ebuild
new file mode 100644
index 000000000000..f23b79e156ef
--- /dev/null
+++ b/dev-perl/AnyEvent-HTTP/AnyEvent-HTTP-2.250.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=MLEHMANN
+DIST_VERSION=2.25
+inherit perl-module
+
+DESCRIPTION="Simple but non-blocking HTTP/HTTPS client"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ >=dev-perl/AnyEvent-5.330.0
+ dev-perl/URI
+ >=dev-perl/common-sense-3.300.0
+"
+BDEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+"