Gentoo Archives: gentoo-commits

From: "Christian Hoffmann (hoffie)" <hoffie@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/php: php-5.2.6-r2.ebuild ChangeLog
Date: Thu, 10 Jul 2008 20:20:25
Message-Id: E1KH2cp-0005an-0C@stork.gentoo.org
1 hoffie 08/07/10 20:20:22
2
3 Modified: php-5.2.6-r2.ebuild ChangeLog
4 Log:
5 d'oh, the DEPEND on c-client was supposed to only show up for USE=imap, thanks to Cardoe for noticing that
6 (Portage version: 2.2_rc1/cvs/Linux 2.6.24-gentoo-r5 x86_64)
7
8 Revision Changes Path
9 1.7 dev-lang/php/php-5.2.6-r2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/php/php-5.2.6-r2.ebuild?rev=1.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/php/php-5.2.6-r2.ebuild?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/php/php-5.2.6-r2.ebuild?r1=1.6&r2=1.7
14
15 Index: php-5.2.6-r2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.6-r2.ebuild,v
18 retrieving revision 1.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- php-5.2.6-r2.ebuild 10 Jul 2008 18:49:55 -0000 1.6
22 +++ php-5.2.6-r2.ebuild 10 Jul 2008 20:20:22 -0000 1.7
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.6-r2.ebuild,v 1.6 2008/07/10 18:49:55 hoffie Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.6-r2.ebuild,v 1.7 2008/07/10 20:20:22 hoffie Exp $
28
29 CGI_SAPI_USE="discard-path force-cgi-redirect"
30 APACHE2_SAPI_USE="concurrentmodphp threads"
31 @@ -38,7 +38,7 @@
32 DESCRIPTION="The PHP language runtime engine: CLI, CGI and Apache2 SAPIs."
33
34 DEPEND="app-admin/php-toolkit
35 - >=net-libs/c-client-2006k"
36 + imap? ( >=net-libs/c-client-2006k )"
37 RDEPEND="${DEPEND}"
38 if [[ -n "${KOLAB_PATCH}" ]] ; then
39 IUSE="${IUSE} kolab"
40
41
42
43 1.276 dev-lang/php/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/php/ChangeLog?rev=1.276&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/php/ChangeLog?rev=1.276&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/php/ChangeLog?r1=1.275&r2=1.276
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v
52 retrieving revision 1.275
53 retrieving revision 1.276
54 diff -u -r1.275 -r1.276
55 --- ChangeLog 10 Jul 2008 18:49:55 -0000 1.275
56 +++ ChangeLog 10 Jul 2008 20:20:22 -0000 1.276
57 @@ -1,6 +1,10 @@
58 # ChangeLog for dev-lang/php
59 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.275 2008/07/10 18:49:55 hoffie Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.276 2008/07/10 20:20:22 hoffie Exp $
62 +
63 + 10 Jul 2008; Christian Hoffmann <hoffie@g.o> php-5.2.6-r2.ebuild:
64 + d'oh, the DEPEND on c-client was supposed to only show up for USE=imap,
65 + thanks to Cardoe for noticing that
66
67 10 Jul 2008; Christian Hoffmann <hoffie@g.o> php-5.2.6-r2.ebuild:
68 the ext/imap security patch introduced in php-5.2.6-r2 raises the
69
70
71
72 --
73 gentoo-commits@l.g.o mailing list