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