Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-http/
Date: Wed, 13 Jul 2016 14:41:12
Message-Id: 1468420844.893c877be82a2701c6a9936e47c9adf9517bc4e4.grknight@gentoo
1 commit: 893c877be82a2701c6a9936e47c9adf9517bc4e4
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 13 14:40:44 2016 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 13 14:40:44 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=893c877b
7
8 dev-php/pecl-http: Version bumps to new slots
9
10 Package-Manager: portage-2.3.0
11
12 dev-php/pecl-http/Manifest | 2 ++
13 dev-php/pecl-http/pecl-http-2.5.6.ebuild | 38 +++++++++++++++++++++++++++++
14 dev-php/pecl-http/pecl-http-3.0.1.ebuild | 41 ++++++++++++++++++++++++++++++++
15 3 files changed, 81 insertions(+)
16
17 diff --git a/dev-php/pecl-http/Manifest b/dev-php/pecl-http/Manifest
18 index 1529ed9..994e37b 100644
19 --- a/dev-php/pecl-http/Manifest
20 +++ b/dev-php/pecl-http/Manifest
21 @@ -1 +1,3 @@
22 DIST pecl_http-1.7.6.tgz 174722 SHA256 e87207a7dcd713bef0eb3701b552e0d173fbd73dbd52f9d3968851112e899983 SHA512 e548073e08d106c9ee633dc00c2728845e3a1403c065134a0e8111899b52dacb7175cea836e19da8cf2b7f42fe58c084602003bb79f16d529bc109c39a78bbca WHIRLPOOL 778bd7f1a0bb1698c4a6a8745a40ea5c757ade6cfc027b99bd10f92cc3b111ceb7887a582216c8a303a2ce8edfc90c653b4c055b057691f873c2e3dbd78f740a
23 +DIST pecl_http-2.5.6.tgz 200469 SHA256 8435eb9082b8fdc56b630e3d3d8e63617a3bc43d360f6f49fbd7b1856b266be4 SHA512 a4ddb2e55b537a240dc79ad38665f9cb79ef56a70f50e0393ca19c36f744c21374ba801e31e68545516c4be98cff65587ee91b2b25f05dd587120afcb87dfe4a WHIRLPOOL d4d2158b610c959a558b450a79a77a7f9de53d6e75982e920c4b64d48731139223659af149b9894c2fee1a477005af34a57cb33a806429e11446d5162b031b89
24 +DIST pecl_http-3.0.1.tgz 197372 SHA256 4e45ea546e3245669887ec98187666ccb4aa3df15078335b1c02c824c8165031 SHA512 344ae45987269d9505ffed6059be378005298d89c5e39bda6f771d8bf5a1998e91c214c03d32b9c78329c95e4928d35d3659dd3a1c70071aa5b2bd2763852098 WHIRLPOOL 76538ec0b94ef5d63808b625a8e73ab499c2afc78cd0f31823dcea4de66d865f7cf8387cc67eac1f19fec032a7ac7b7775685048ac0c6f76fadccfc1d932026c
25
26 diff --git a/dev-php/pecl-http/pecl-http-2.5.6.ebuild b/dev-php/pecl-http/pecl-http-2.5.6.ebuild
27 new file mode 100644
28 index 0000000..c08fe56
29 --- /dev/null
30 +++ b/dev-php/pecl-http/pecl-http-2.5.6.ebuild
31 @@ -0,0 +1,38 @@
32 +# Copyright 1999-2016 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +# $Id$
35 +
36 +EAPI="6"
37 +
38 +PHP_EXT_NAME="http"
39 +PHP_EXT_PECL_PKG="pecl_http"
40 +PHP_EXT_INI="yes"
41 +PHP_EXT_ZENDEXT="no"
42 +
43 +USE_PHP="php5-6"
44 +
45 +inherit php-ext-pecl-r3
46 +
47 +KEYWORDS="~amd64 ~x86"
48 +
49 +DESCRIPTION="Extended HTTP Support for PHP"
50 +LICENSE="BSD-2 MIT"
51 +SLOT="2"
52 +IUSE="ssl curl_ssl_gnutls curl_ssl_libressl curl_ssl_nss +curl_ssl_openssl"
53 +
54 +DEPEND="dev-libs/libevent
55 + dev-php/pecl-propro:0
56 + dev-php/pecl-raphf:0
57 + net-dns/libidn
58 + sys-libs/zlib
59 + ssl? ( net-misc/curl[ssl,curl_ssl_gnutls=,curl_ssl_libressl=,curl_ssl_nss=,curl_ssl_openssl=] )
60 + !ssl? ( net-misc/curl[-ssl] )
61 + php_targets_php5-6? ( dev-lang/php:5.6[hash,session,iconv] )"
62 +RDEPEND="${DEPEND}"
63 +
64 +PHP_EXT_ECONF_ARGS=( --with-http --without-http-shared-deps )
65 +
66 +pkg_postinst() {
67 + ewarn "This API has drastically changed and is not compatible with the 1.x syntax."
68 + ewarn "Please review the documentation and update your code."
69 +}
70
71 diff --git a/dev-php/pecl-http/pecl-http-3.0.1.ebuild b/dev-php/pecl-http/pecl-http-3.0.1.ebuild
72 new file mode 100644
73 index 0000000..309a14e
74 --- /dev/null
75 +++ b/dev-php/pecl-http/pecl-http-3.0.1.ebuild
76 @@ -0,0 +1,41 @@
77 +# Copyright 1999-2016 Gentoo Foundation
78 +# Distributed under the terms of the GNU General Public License v2
79 +# $Id$
80 +
81 +EAPI="6"
82 +
83 +PHP_EXT_NAME="http"
84 +PHP_EXT_PECL_PKG="pecl_http"
85 +PHP_EXT_INI="yes"
86 +PHP_EXT_ZENDEXT="no"
87 +
88 +USE_PHP="php5-6 php7-0"
89 +
90 +inherit php-ext-pecl-r3
91 +
92 +USE_PHP="php7-0"
93 +
94 +KEYWORDS="~amd64 ~x86"
95 +
96 +DESCRIPTION="Extended HTTP Support for PHP"
97 +LICENSE="BSD-2 MIT"
98 +SLOT="7"
99 +IUSE="ssl curl_ssl_gnutls curl_ssl_libressl curl_ssl_nss +curl_ssl_openssl"
100 +
101 +DEPEND="dev-libs/libevent
102 + dev-php/pecl-propro:7
103 + dev-php/pecl-raphf:7
104 + net-dns/libidn
105 + sys-libs/zlib
106 + ssl? ( net-misc/curl[ssl,curl_ssl_gnutls=,curl_ssl_libressl=,curl_ssl_nss=,curl_ssl_openssl=] )
107 + !ssl? ( net-misc/curl[-ssl] )
108 + php_targets_php7-0? ( dev-lang/php:7.0[hash,session,iconv] )"
109 +RDEPEND="${DEPEND}
110 + php_targets_php5-6? ( dev-php/pecl-http:2 )"
111 +
112 +PHP_EXT_ECONF_ARGS=( --with-http --without-http-shared-deps )
113 +
114 +pkg_postinst() {
115 + ewarn "This API has drastically changed and is not compatible with the 1.x syntax."
116 + ewarn "Please review the documentation and update your code."
117 +}