Gentoo Archives: gentoo-commits

From: "Matti Bickel (mabi)" <mabi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-php5/phpdbg: ChangeLog phpdbg-2.15.5.ebuild
Date: Sun, 04 Jul 2010 21:48:28
Message-Id: 20100704214824.A6C6F2CE14@corvid.gentoo.org
1 mabi 10/07/04 21:48:24
2
3 Modified: ChangeLog phpdbg-2.15.5.ebuild
4 Log:
5 bug #324829
6 (Portage version: 2.1.8.3/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.12 dev-php5/phpdbg/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/phpdbg/ChangeLog?rev=1.12&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/phpdbg/ChangeLog?rev=1.12&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/phpdbg/ChangeLog?r1=1.11&r2=1.12
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-php5/phpdbg/ChangeLog,v
18 retrieving revision 1.11
19 retrieving revision 1.12
20 diff -u -r1.11 -r1.12
21 --- ChangeLog 30 May 2007 15:47:27 -0000 1.11
22 +++ ChangeLog 4 Jul 2010 21:48:24 -0000 1.12
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-php5/phpdbg
25 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/phpdbg/ChangeLog,v 1.11 2007/05/30 15:47:27 chtekk Exp $
27 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/phpdbg/ChangeLog,v 1.12 2010/07/04 21:48:24 mabi Exp $
29 +
30 + 04 Jul 2010; Matti Bickel <mabi@g.o> phpdbg-2.15.5.ebuild:
31 + does not build with php-5.3 (bug #324829)
32
33 30 May 2007; Luca Longinotti <chtekk@g.o> -phpdbg-2.15.1.ebuild:
34 Remove old version.
35
36
37
38 1.2 dev-php5/phpdbg/phpdbg-2.15.5.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/phpdbg/phpdbg-2.15.5.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/phpdbg/phpdbg-2.15.5.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/phpdbg/phpdbg-2.15.5.ebuild?r1=1.1&r2=1.2
43
44 Index: phpdbg-2.15.5.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-php5/phpdbg/phpdbg-2.15.5.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- phpdbg-2.15.5.ebuild 28 May 2007 19:01:46 -0000 1.1
51 +++ phpdbg-2.15.5.ebuild 4 Jul 2010 21:48:24 -0000 1.2
52 @@ -1,6 +1,6 @@
53 -# Copyright 1999-2007 Gentoo Foundation
54 +# Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/phpdbg/phpdbg-2.15.5.ebuild,v 1.1 2007/05/28 19:01:46 anant Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/phpdbg/phpdbg-2.15.5.ebuild,v 1.2 2010/07/04 21:48:24 mabi Exp $
58
59 PHP_EXT_NAME="dbg"
60 PHP_EXT_INI="yes"
61 @@ -17,8 +17,8 @@
62 SLOT="0"
63 IUSE=""
64
65 -DEPEND=""
66 -RDEPEND=""
67 +DEPEND="<dev-lang/php-5.3"
68 +RDEPEND="${DEPEND}"
69
70 S="${WORKDIR}/dbg-${PV}"