Gentoo Archives: gentoo-commits

From: "Anant Narayanan (anant)" <anant@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-php5/pecl-http: ChangeLog pecl-http-1.5.6.ebuild
Date: Wed, 10 Oct 2007 21:06:34
Message-Id: E1Ifibl-0003xQ-TX@stork.gentoo.org
1 anant 07/10/10 20:56:45
2
3 Modified: ChangeLog
4 Added: pecl-http-1.5.6.ebuild
5 Log:
6 bump to 1.5.6 (from overlay)
7 (Portage version: 2.1.3.12)
8
9 Revision Changes Path
10 1.8 dev-php5/pecl-http/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/pecl-http/ChangeLog?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/pecl-http/ChangeLog?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/pecl-http/ChangeLog?r1=1.7&r2=1.8
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-php5/pecl-http/ChangeLog,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- ChangeLog 6 Sep 2007 16:05:06 -0000 1.7
23 +++ ChangeLog 10 Oct 2007 20:56:45 -0000 1.8
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-php5/pecl-http
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-http/ChangeLog,v 1.7 2007/09/06 16:05:06 jokey Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-http/ChangeLog,v 1.8 2007/10/10 20:56:45 anant Exp $
29 +
30 +*pecl-http-1.5.6 (11 Oct 2007)
31 +
32 + 11 Oct 2007; Anant Narayanan <anant@g.o> +pecl-http-1.5.6.ebuild:
33 + bump to 1.5.6 (from overlay)
34
35 06 Sep 2007; Markus Ullmann <jokey@g.o> -pecl-http-1.5.2.ebuild:
36 Cleanup
37
38
39
40 1.1 dev-php5/pecl-http/pecl-http-1.5.6.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/pecl-http/pecl-http-1.5.6.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/pecl-http/pecl-http-1.5.6.ebuild?rev=1.1&content-type=text/plain
44
45 Index: pecl-http-1.5.6.ebuild
46 ===================================================================
47 # Copyright 1999-2007 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-http/pecl-http-1.5.6.ebuild,v 1.1 2007/10/10 20:56:45 anant Exp $
50
51 PHP_EXT_NAME="http"
52 PHP_EXT_PECL_PKG="pecl_http"
53 PHP_EXT_INI="yes"
54 PHP_EXT_ZENDEXT="no"
55 DOCS="docs/examples/tutorial.txt"
56
57 inherit php-ext-pecl-r1
58
59 KEYWORDS="~amd64 ~x86"
60
61 DESCRIPTION="Extended HTTP Support for PHP."
62 LICENSE="BSD"
63 SLOT="0"
64 IUSE=""
65
66 DEPEND="net-misc/curl
67 sys-libs/zlib"
68 RDEPEND="${DEPEND}"
69
70 need_php_by_category
71
72 src_compile() {
73 my_conf="--enable-http \
74 --with-http-curl-requests \
75 --with-http-zlib-compression"
76
77 php-ext-pecl-r1_src_compile
78 }
79
80 pkg_postinst() {
81 has_php
82 if ! built_with_use --missing true =${PHP_PKG} hash iconv session spl ; then
83 elog "${PN} can optionally use hash, iconv, session and spl features."
84 elog "If you want those, recompile ${PHP_PKG} with those flags in USE."
85 fi
86 }
87
88
89
90 --
91 gentoo-commits@g.o mailing list