Gentoo Archives: gentoo-commits

From: "Brian Evans (grknight)" <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-php/pecl-http: pecl-http-1.7.6-r2.ebuild ChangeLog pecl-http-1.7.6.ebuild pecl-http-1.7.6-r1.ebuild pecl-http-1.7.4.ebuild
Date: Tue, 30 Sep 2014 17:58:24
Message-Id: 20140930175819.B3FCC69A4@oystercatcher.gentoo.org
1 grknight 14/09/30 17:58:19
2
3 Modified: ChangeLog
4 Added: pecl-http-1.7.6-r2.ebuild
5 Removed: pecl-http-1.7.6.ebuild pecl-http-1.7.6-r1.ebuild
6 pecl-http-1.7.4.ebuild
7 Log:
8 Revision bump to drop 5.3 support; remove old
9
10 (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 67C78E1D)
11
12 Revision Changes Path
13 1.18 dev-php/pecl-http/ChangeLog
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-http/ChangeLog?rev=1.18&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-http/ChangeLog?rev=1.18&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-http/ChangeLog?r1=1.17&r2=1.18
18
19 Index: ChangeLog
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-http/ChangeLog,v
22 retrieving revision 1.17
23 retrieving revision 1.18
24 diff -u -r1.17 -r1.18
25 --- ChangeLog 10 Aug 2014 21:02:04 -0000 1.17
26 +++ ChangeLog 30 Sep 2014 17:58:19 -0000 1.18
27 @@ -1,6 +1,12 @@
28 # ChangeLog for dev-php/pecl-http
29 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-http/ChangeLog,v 1.17 2014/08/10 21:02:04 slyfox Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-http/ChangeLog,v 1.18 2014/09/30 17:58:19 grknight Exp $
32 +
33 +*pecl-http-1.7.6-r2 (30 Sep 2014)
34 +
35 + 30 Sep 2014; <grknight@g.o> +pecl-http-1.7.6-r2.ebuild,
36 + -pecl-http-1.7.4.ebuild, -pecl-http-1.7.6-r1.ebuild, -pecl-http-1.7.6.ebuild:
37 + Revision bump to drop 5.3 support; remove old
38
39 10 Aug 2014; Sergei Trofimovich <slyfox@g.o> pecl-http-1.7.4.ebuild,
40 pecl-http-1.7.5.ebuild, pecl-http-1.7.6-r1.ebuild, pecl-http-1.7.6.ebuild:
41
42
43
44 1.1 dev-php/pecl-http/pecl-http-1.7.6-r2.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-http/pecl-http-1.7.6-r2.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-http/pecl-http-1.7.6-r2.ebuild?rev=1.1&content-type=text/plain
48
49 Index: pecl-http-1.7.6-r2.ebuild
50 ===================================================================
51 # Copyright 1999-2014 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-http/pecl-http-1.7.6-r2.ebuild,v 1.1 2014/09/30 17:58:19 grknight Exp $
54
55 EAPI="5"
56
57 PHP_EXT_NAME="http"
58 PHP_EXT_PECL_PKG="pecl_http"
59 PHP_EXT_INI="yes"
60 PHP_EXT_ZENDEXT="no"
61 DOCS="docs/examples/tutorial.txt ThanksTo.txt KnownIssues.txt"
62
63 # Does not compile with php5-6
64 USE_PHP="php5-5 php5-4"
65
66 inherit php-ext-pecl-r2 php-ext-source-r2
67
68 KEYWORDS="~amd64 ~x86"
69
70 DESCRIPTION="Extended HTTP Support for PHP"
71 LICENSE="BSD-2 MIT"
72 SLOT="0"
73 IUSE=""
74
75 DEPEND="net-misc/curl
76 sys-libs/zlib
77 dev-libs/libevent
78 dev-lang/php[hash,session,iconv]
79 "
80 RDEPEND="${DEPEND}"
81
82 my_conf="--enable-http \
83 --with-http-curl-requests \
84 --with-http-zlib-compression \
85 --with-http-curl-libevent \
86 --with-http-magic-mime"
87
88 src_install() {
89 php-ext-pecl-r2_src_install
90
91 php-ext-source-r2_addtoinifiles "http.etag.mode" "MD5"
92 php-ext-source-r2_addtoinifiles "http.force_exit" "1"
93 php-ext-source-r2_addtoinifiles "http.log.allowed_methods" ""
94 php-ext-source-r2_addtoinifiles "http.log.cache" ""
95 php-ext-source-r2_addtoinifiles "http.log.composite" ""
96 php-ext-source-r2_addtoinifiles "http.log.not_found" ""
97 php-ext-source-r2_addtoinifiles "http.log.redirect" ""
98 php-ext-source-r2_addtoinifiles "http.only_exceptions" "0"
99 php-ext-source-r2_addtoinifiles "http.persistent.handles.ident" "GLOBAL"
100 php-ext-source-r2_addtoinifiles "http.persistent.handles.limit" "-1"
101 php-ext-source-r2_addtoinifiles "http.request.datashare.connect" "0"
102 php-ext-source-r2_addtoinifiles "http.request.datashare.cookie" "0"
103 php-ext-source-r2_addtoinifiles "http.request.datashare.dns" "1"
104 php-ext-source-r2_addtoinifiles "http.request.datashare.ssl" "0"
105 php-ext-source-r2_addtoinifiles "http.request.methods.allowed" ""
106 php-ext-source-r2_addtoinifiles "http.request.methods.custom" ""
107 php-ext-source-r2_addtoinifiles "http.send.inflate.start_auto" "0"
108 php-ext-source-r2_addtoinifiles "http.send.inflate.start_flags" "0"
109 php-ext-source-r2_addtoinifiles "http.send.deflate.start_auto" "0"
110 php-ext-source-r2_addtoinifiles "http.send.deflate.start_flags" "0"
111 php-ext-source-r2_addtoinifiles "http.send.not_found_404" "1"
112 }