Gentoo Archives: gentoo-commits

From: "Christoph Mende (angelos)" <angelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-i18n/ibus: ibus-1.3.9-r1.ebuild ibus-1.3.9.ebuild ibus-1.3.99.20110228.ebuild ibus-1.2.0.20100111.ebuild ChangeLog ibus-1.3.99.20101118-r1.ebuild
Date: Wed, 30 Mar 2011 11:08:10
Message-Id: 20110330110800.923E920054@flycatcher.gentoo.org
1 angelos 11/03/30 11:08:00
2
3 Modified: ibus-1.3.9-r1.ebuild ibus-1.3.9.ebuild
4 ibus-1.3.99.20110228.ebuild
5 ibus-1.2.0.20100111.ebuild ChangeLog
6 ibus-1.3.99.20101118-r1.ebuild
7 Log:
8 Fix gtk+ slot deps
9
10 (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
11
12 Revision Changes Path
13 1.4 app-i18n/ibus/ibus-1.3.9-r1.ebuild
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus/ibus-1.3.9-r1.ebuild?rev=1.4&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus/ibus-1.3.9-r1.ebuild?rev=1.4&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus/ibus-1.3.9-r1.ebuild?r1=1.3&r2=1.4
18
19 Index: ibus-1.3.9-r1.ebuild
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/app-i18n/ibus/ibus-1.3.9-r1.ebuild,v
22 retrieving revision 1.3
23 retrieving revision 1.4
24 diff -u -r1.3 -r1.4
25 --- ibus-1.3.9-r1.ebuild 13 Feb 2011 19:15:20 -0000 1.3
26 +++ ibus-1.3.9-r1.ebuild 30 Mar 2011 11:08:00 -0000 1.4
27 @@ -1,6 +1,6 @@
28 # Copyright 1999-2011 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus/ibus-1.3.9-r1.ebuild,v 1.3 2011/02/13 19:15:20 armin76 Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus/ibus-1.3.9-r1.ebuild,v 1.4 2011/03/30 11:08:00 angelos Exp $
32
33 EAPI="3"
34 PYTHON_DEPEND="python? 2:2.5"
35 @@ -15,9 +15,9 @@
36 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
37 IUSE="doc +gconf gtk introspection nls +python vala X"
38
39 -RDEPEND=">=dev-libs/glib-2.18
40 - gconf? ( >=gnome-base/gconf-2.12 )
41 - >=gnome-base/librsvg-2
42 +RDEPEND=">=dev-libs/glib-2.18:2
43 + gconf? ( >=gnome-base/gconf-2.12:2 )
44 + gnome-base/librsvg:2
45 sys-apps/dbus
46 app-text/iso-codes
47 gtk? (
48
49
50
51 1.8 app-i18n/ibus/ibus-1.3.9.ebuild
52
53 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus/ibus-1.3.9.ebuild?rev=1.8&view=markup
54 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus/ibus-1.3.9.ebuild?rev=1.8&content-type=text/plain
55 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus/ibus-1.3.9.ebuild?r1=1.7&r2=1.8
56
57 Index: ibus-1.3.9.ebuild
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/app-i18n/ibus/ibus-1.3.9.ebuild,v
60 retrieving revision 1.7
61 retrieving revision 1.8
62 diff -u -r1.7 -r1.8
63 --- ibus-1.3.9.ebuild 25 Feb 2011 17:50:47 -0000 1.7
64 +++ ibus-1.3.9.ebuild 30 Mar 2011 11:08:00 -0000 1.8
65 @@ -1,6 +1,6 @@
66 # Copyright 1999-2011 Gentoo Foundation
67 # Distributed under the terms of the GNU General Public License v2
68 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus/ibus-1.3.9.ebuild,v 1.7 2011/02/25 17:50:47 xarthisius Exp $
69 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus/ibus-1.3.9.ebuild,v 1.8 2011/03/30 11:08:00 angelos Exp $
70
71 EAPI="2"
72 PYTHON_DEPEND="python? 2:2.5"
73 @@ -15,9 +15,9 @@
74 KEYWORDS="amd64 ppc ppc64 x86"
75 IUSE="doc +gconf gtk introspection nls +python vala X"
76
77 -RDEPEND=">=dev-libs/glib-2.18
78 - gconf? ( >=gnome-base/gconf-2.12 )
79 - >=gnome-base/librsvg-2
80 +RDEPEND=">=dev-libs/glib-2.18:2
81 + gconf? ( >=gnome-base/gconf-2.12:2 )
82 + gnome-base/librsvg:2
83 sys-apps/dbus
84 app-text/iso-codes
85 gtk? (
86
87
88
89 1.2 app-i18n/ibus/ibus-1.3.99.20110228.ebuild
90
91 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus/ibus-1.3.99.20110228.ebuild?rev=1.2&view=markup
92 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus/ibus-1.3.99.20110228.ebuild?rev=1.2&content-type=text/plain
93 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus/ibus-1.3.99.20110228.ebuild?r1=1.1&r2=1.2
94
95 Index: ibus-1.3.99.20110228.ebuild
96 ===================================================================
97 RCS file: /var/cvsroot/gentoo-x86/app-i18n/ibus/ibus-1.3.99.20110228.ebuild,v
98 retrieving revision 1.1
99 retrieving revision 1.2
100 diff -u -r1.1 -r1.2
101 --- ibus-1.3.99.20110228.ebuild 12 Mar 2011 05:24:23 -0000 1.1
102 +++ ibus-1.3.99.20110228.ebuild 30 Mar 2011 11:08:00 -0000 1.2
103 @@ -1,6 +1,6 @@
104 # Copyright 1999-2011 Gentoo Foundation
105 # Distributed under the terms of the GNU General Public License v2
106 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus/ibus-1.3.99.20110228.ebuild,v 1.1 2011/03/12 05:24:23 matsuu Exp $
107 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus/ibus-1.3.99.20110228.ebuild,v 1.2 2011/03/30 11:08:00 angelos Exp $
108
109 EAPI="3"
110 PYTHON_DEPEND="python? 2:2.5"
111 @@ -15,9 +15,9 @@
112 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
113 IUSE="doc +gconf gtk introspection nls +python vala X"
114
115 -RDEPEND=">=dev-libs/glib-2.26
116 - gconf? ( >=gnome-base/gconf-2.12 )
117 - >=gnome-base/librsvg-2
118 +RDEPEND=">=dev-libs/glib-2.26:2
119 + gconf? ( >=gnome-base/gconf-2.12:2 )
120 + gnome-base/librsvg:2
121 sys-apps/dbus
122 app-text/iso-codes
123 gtk? (
124
125
126
127 1.9 app-i18n/ibus/ibus-1.2.0.20100111.ebuild
128
129 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus/ibus-1.2.0.20100111.ebuild?rev=1.9&view=markup
130 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus/ibus-1.2.0.20100111.ebuild?rev=1.9&content-type=text/plain
131 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus/ibus-1.2.0.20100111.ebuild?r1=1.8&r2=1.9
132
133 Index: ibus-1.2.0.20100111.ebuild
134 ===================================================================
135 RCS file: /var/cvsroot/gentoo-x86/app-i18n/ibus/ibus-1.2.0.20100111.ebuild,v
136 retrieving revision 1.8
137 retrieving revision 1.9
138 diff -u -r1.8 -r1.9
139 --- ibus-1.2.0.20100111.ebuild 13 Feb 2011 19:15:20 -0000 1.8
140 +++ ibus-1.2.0.20100111.ebuild 30 Mar 2011 11:08:00 -0000 1.9
141 @@ -1,6 +1,6 @@
142 -# Copyright 1999-2010 Gentoo Foundation
143 +# Copyright 1999-2011 Gentoo Foundation
144 # Distributed under the terms of the GNU General Public License v2
145 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus/ibus-1.2.0.20100111.ebuild,v 1.8 2011/02/13 19:15:20 armin76 Exp $
146 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus/ibus-1.2.0.20100111.ebuild,v 1.9 2011/03/30 11:08:00 angelos Exp $
147
148 EAPI="1"
149 inherit confutils eutils gnome2-utils multilib python
150 @@ -14,10 +14,10 @@
151 KEYWORDS="amd64 ~ppc ~ppc64 x86"
152 IUSE="doc nls"
153
154 -RDEPEND=">=dev-libs/glib-2.18
155 - >=x11-libs/gtk+-2
156 - >=gnome-base/gconf-2.12
157 - >=gnome-base/librsvg-2
158 +RDEPEND=">=dev-libs/glib-2.18:2
159 + x11-libs/gtk+:2
160 + >=gnome-base/gconf-2.12:2
161 + gnome-base/librsvg:2
162 sys-apps/dbus
163 app-text/iso-codes
164 x11-libs/libX11
165
166
167
168 1.82 app-i18n/ibus/ChangeLog
169
170 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus/ChangeLog?rev=1.82&view=markup
171 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus/ChangeLog?rev=1.82&content-type=text/plain
172 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus/ChangeLog?r1=1.81&r2=1.82
173
174 Index: ChangeLog
175 ===================================================================
176 RCS file: /var/cvsroot/gentoo-x86/app-i18n/ibus/ChangeLog,v
177 retrieving revision 1.81
178 retrieving revision 1.82
179 diff -u -r1.81 -r1.82
180 --- ChangeLog 12 Mar 2011 05:24:23 -0000 1.81
181 +++ ChangeLog 30 Mar 2011 11:08:00 -0000 1.82
182 @@ -1,6 +1,11 @@
183 # ChangeLog for app-i18n/ibus
184 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
185 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus/ChangeLog,v 1.81 2011/03/12 05:24:23 matsuu Exp $
186 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus/ChangeLog,v 1.82 2011/03/30 11:08:00 angelos Exp $
187 +
188 + 30 Mar 2011; Christoph Mende <angelos@g.o> ibus-1.2.0.20100111.ebuild,
189 + ibus-1.3.9.ebuild, ibus-1.3.9-r1.ebuild, ibus-1.3.99.20101118-r1.ebuild,
190 + ibus-1.3.99.20110228.ebuild:
191 + Fix gtk+ slot deps
192
193 *ibus-1.3.99.20110228 (12 Mar 2011)
194
195
196
197
198 1.4 app-i18n/ibus/ibus-1.3.99.20101118-r1.ebuild
199
200 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus/ibus-1.3.99.20101118-r1.ebuild?rev=1.4&view=markup
201 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus/ibus-1.3.99.20101118-r1.ebuild?rev=1.4&content-type=text/plain
202 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus/ibus-1.3.99.20101118-r1.ebuild?r1=1.3&r2=1.4
203
204 Index: ibus-1.3.99.20101118-r1.ebuild
205 ===================================================================
206 RCS file: /var/cvsroot/gentoo-x86/app-i18n/ibus/ibus-1.3.99.20101118-r1.ebuild,v
207 retrieving revision 1.3
208 retrieving revision 1.4
209 diff -u -r1.3 -r1.4
210 --- ibus-1.3.99.20101118-r1.ebuild 13 Feb 2011 19:15:20 -0000 1.3
211 +++ ibus-1.3.99.20101118-r1.ebuild 30 Mar 2011 11:08:00 -0000 1.4
212 @@ -1,6 +1,6 @@
213 # Copyright 1999-2011 Gentoo Foundation
214 # Distributed under the terms of the GNU General Public License v2
215 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus/ibus-1.3.99.20101118-r1.ebuild,v 1.3 2011/02/13 19:15:20 armin76 Exp $
216 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus/ibus-1.3.99.20101118-r1.ebuild,v 1.4 2011/03/30 11:08:00 angelos Exp $
217
218 EAPI="3"
219 PYTHON_DEPEND="python? 2:2.5"
220 @@ -15,9 +15,9 @@
221 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
222 IUSE="doc +gconf gtk introspection nls +python vala X"
223
224 -RDEPEND=">=dev-libs/glib-2.26
225 - gconf? ( >=gnome-base/gconf-2.12 )
226 - >=gnome-base/librsvg-2
227 +RDEPEND=">=dev-libs/glib-2.26:2
228 + gconf? ( >=gnome-base/gconf-2.12:2 )
229 + gnome-base/librsvg:2
230 sys-apps/dbus
231 app-text/iso-codes
232 gtk? (