Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-php/xdebug-client: xdebug-client-2.0.2.ebuild ChangeLog xdebug-client-2.0.5.ebuild xdebug-client-2.0.3.ebuild
Date: Fri, 05 Feb 2010 09:49:38
Message-Id: E1NdKof-0006d6-Bk@stork.gentoo.org
1 aballier 10/02/05 09:49:33
2
3 Modified: xdebug-client-2.0.2.ebuild ChangeLog
4 xdebug-client-2.0.5.ebuild
5 xdebug-client-2.0.3.ebuild
6 Log:
7 libedit is not anymore in freebsd-lib these days
8 (Portage version: 2.2_rc62/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.5 dev-php/xdebug-client/xdebug-client-2.0.2.ebuild
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.0.2.ebuild?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.0.2.ebuild?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.0.2.ebuild?r1=1.4&r2=1.5
16
17 Index: xdebug-client-2.0.2.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.0.2.ebuild,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- xdebug-client-2.0.2.ebuild 8 Mar 2008 22:14:55 -0000 1.4
24 +++ xdebug-client-2.0.2.ebuild 5 Feb 2010 09:49:32 -0000 1.5
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2008 Gentoo Foundation
27 +# Copyright 1999-2010 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.0.2.ebuild,v 1.4 2008/03/08 22:14:55 pva Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.0.2.ebuild,v 1.5 2010/02/05 09:49:32 aballier Exp $
31
32 KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
33
34 @@ -16,7 +16,7 @@
35
36 S="${WORKDIR}/xdebug-${MY_PV}/debugclient"
37
38 -DEPEND="libedit? ( || ( dev-libs/libedit sys-freebsd/freebsd-lib ) )"
39 +DEPEND="libedit? ( dev-libs/libedit )"
40 RDEPEND="${DEPEND}"
41
42 src_unpack() {
43
44
45
46 1.15 dev-php/xdebug-client/ChangeLog
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/xdebug-client/ChangeLog?rev=1.15&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/xdebug-client/ChangeLog?rev=1.15&content-type=text/plain
50 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/xdebug-client/ChangeLog?r1=1.14&r2=1.15
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v
55 retrieving revision 1.14
56 retrieving revision 1.15
57 diff -u -r1.14 -r1.15
58 --- ChangeLog 1 Jan 2010 20:20:46 -0000 1.14
59 +++ ChangeLog 5 Feb 2010 09:49:32 -0000 1.15
60 @@ -1,6 +1,11 @@
61 # ChangeLog for dev-php/xdebug-client
62 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v 1.14 2010/01/01 20:20:46 yngwin Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v 1.15 2010/02/05 09:49:32 aballier Exp $
65 +
66 + 05 Feb 2010; Alexis Ballier <aballier@g.o>
67 + xdebug-client-2.0.2.ebuild, xdebug-client-2.0.3.ebuild,
68 + xdebug-client-2.0.5.ebuild:
69 + libedit is not anymore in freebsd-lib these days
70
71 *xdebug-client-2.0.5 (01 Jan 2010)
72
73
74
75
76 1.2 dev-php/xdebug-client/xdebug-client-2.0.5.ebuild
77
78 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.0.5.ebuild?rev=1.2&view=markup
79 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.0.5.ebuild?rev=1.2&content-type=text/plain
80 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.0.5.ebuild?r1=1.1&r2=1.2
81
82 Index: xdebug-client-2.0.5.ebuild
83 ===================================================================
84 RCS file: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.0.5.ebuild,v
85 retrieving revision 1.1
86 retrieving revision 1.2
87 diff -u -r1.1 -r1.2
88 --- xdebug-client-2.0.5.ebuild 1 Jan 2010 20:20:46 -0000 1.1
89 +++ xdebug-client-2.0.5.ebuild 5 Feb 2010 09:49:32 -0000 1.2
90 @@ -1,6 +1,6 @@
91 # Copyright 1999-2010 Gentoo Foundation
92 # Distributed under the terms of the GNU General Public License v2
93 -# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.0.5.ebuild,v 1.1 2010/01/01 20:20:46 yngwin Exp $
94 +# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.0.5.ebuild,v 1.2 2010/02/05 09:49:32 aballier Exp $
95
96 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
97
98 @@ -16,7 +16,7 @@
99
100 S="${WORKDIR}/xdebug-${MY_PV}/debugclient"
101
102 -DEPEND="libedit? ( || ( dev-libs/libedit sys-freebsd/freebsd-lib ) )"
103 +DEPEND="libedit? ( dev-libs/libedit )"
104 RDEPEND="${DEPEND}"
105
106 src_unpack() {
107
108
109
110 1.3 dev-php/xdebug-client/xdebug-client-2.0.3.ebuild
111
112 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.0.3.ebuild?rev=1.3&view=markup
113 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.0.3.ebuild?rev=1.3&content-type=text/plain
114 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.0.3.ebuild?r1=1.2&r2=1.3
115
116 Index: xdebug-client-2.0.3.ebuild
117 ===================================================================
118 RCS file: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.0.3.ebuild,v
119 retrieving revision 1.2
120 retrieving revision 1.3
121 diff -u -r1.2 -r1.3
122 --- xdebug-client-2.0.3.ebuild 15 Jul 2008 18:21:46 -0000 1.2
123 +++ xdebug-client-2.0.3.ebuild 5 Feb 2010 09:49:32 -0000 1.3
124 @@ -1,6 +1,6 @@
125 -# Copyright 1999-2008 Gentoo Foundation
126 +# Copyright 1999-2010 Gentoo Foundation
127 # Distributed under the terms of the GNU General Public License v2
128 -# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.0.3.ebuild,v 1.2 2008/07/15 18:21:46 jer Exp $
129 +# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.0.3.ebuild,v 1.3 2010/02/05 09:49:32 aballier Exp $
130
131 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
132
133 @@ -16,7 +16,7 @@
134
135 S="${WORKDIR}/xdebug-${MY_PV}/debugclient"
136
137 -DEPEND="libedit? ( || ( dev-libs/libedit sys-freebsd/freebsd-lib ) )"
138 +DEPEND="libedit? ( dev-libs/libedit )"
139 RDEPEND="${DEPEND}"
140
141 src_unpack() {