Gentoo Archives: gentoo-commits

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