Gentoo Archives: gentoo-commits

From: "Naohiro Aota (naota)" <naota@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-i18n/uim: uim-1.8.3-r1.ebuild uim-1.8.0-r1.ebuild uim-1.8.0.ebuild uim-1.8.4-r1.ebuild metadata.xml uim-1.7.3-r1.ebuild uim-1.7.3.ebuild uim-1.8.2-r1.ebuild uim-1.8.3.ebuild uim-1.8.4.ebuild uim-1.8.2.ebuild ChangeLog
Date: Wed, 29 Jan 2014 01:47:42
Message-Id: 20140129014737.495892004C@flycatcher.gentoo.org
1 naota 14/01/29 01:47:37
2
3 Modified: uim-1.8.3-r1.ebuild uim-1.8.0-r1.ebuild
4 uim-1.8.0.ebuild uim-1.8.4-r1.ebuild metadata.xml
5 uim-1.7.3-r1.ebuild uim-1.7.3.ebuild
6 uim-1.8.2-r1.ebuild uim-1.8.3.ebuild
7 uim-1.8.4.ebuild uim-1.8.2.ebuild ChangeLog
8 Log:
9 Drop prime support. #464286
10
11 (Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key F8551514)
12
13 Revision Changes Path
14 1.3 app-i18n/uim/uim-1.8.3-r1.ebuild
15
16 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/uim/uim-1.8.3-r1.ebuild?rev=1.3&view=markup
17 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/uim/uim-1.8.3-r1.ebuild?rev=1.3&content-type=text/plain
18 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/uim/uim-1.8.3-r1.ebuild?r1=1.2&r2=1.3
19
20 Index: uim-1.8.3-r1.ebuild
21 ===================================================================
22 RCS file: /var/cvsroot/gentoo-x86/app-i18n/uim/uim-1.8.3-r1.ebuild,v
23 retrieving revision 1.2
24 retrieving revision 1.3
25 diff -u -r1.2 -r1.3
26 --- uim-1.8.3-r1.ebuild 7 Sep 2013 08:10:08 -0000 1.2
27 +++ uim-1.8.3-r1.ebuild 29 Jan 2014 01:47:36 -0000 1.3
28 @@ -1,6 +1,6 @@
29 -# Copyright 1999-2013 Gentoo Foundation
30 +# Copyright 1999-2014 Gentoo Foundation
31 # Distributed under the terms of the GNU General Public License v2
32 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/uim/uim-1.8.3-r1.ebuild,v 1.2 2013/09/07 08:10:08 pacho Exp $
33 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/uim/uim-1.8.3-r1.ebuild,v 1.3 2014/01/29 01:47:36 naota Exp $
34
35 EAPI="4"
36 inherit autotools eutils multilib elisp-common flag-o-matic gnome2-utils
37 @@ -12,7 +12,7 @@
38 LICENSE="BSD GPL-2 LGPL-2.1"
39 SLOT="0"
40 KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
41 -IUSE="+anthy canna curl eb emacs libffi gnome gtk gtk3 kde libedit libnotify m17n-lib ncurses nls prime qt4 skk sqlite ssl static-libs test unicode X xft linguas_zh_CN linguas_zh_TW linguas_ja linguas_ko"
42 +IUSE="+anthy canna curl eb emacs libffi gnome gtk gtk3 kde libedit libnotify m17n-lib ncurses nls qt4 skk sqlite ssl static-libs test unicode X xft linguas_zh_CN linguas_zh_TW linguas_ja linguas_ko"
43
44 RESTRICT="test"
45
46 @@ -45,14 +45,12 @@
47 m17n-lib? ( >=dev-libs/m17n-lib-1.3.1 )
48 ncurses? ( sys-libs/ncurses )
49 nls? ( virtual/libintl )
50 - prime? ( app-i18n/prime )
51 qt4? ( dev-qt/qtgui:4[qt3support] )
52 skk? ( app-i18n/skk-jisyo )
53 sqlite? ( dev-db/sqlite:3 )
54 ssl? ( dev-libs/openssl )
55 !dev-scheme/sigscheme
56 - !app-i18n/uim-svn
57 - !<app-i18n/prime-0.9.4"
58 + !app-i18n/uim-svn"
59 # >=dev-scheme/sigscheme-0.8.5
60 # mana? ( app-i18n/mana )
61 # scim? ( >=app-i18n/scim-1.3.0 ) # broken
62 @@ -165,7 +163,6 @@
63 $(use_with m17n-lib m17nlib) \
64 $(use_enable ncurses fep) \
65 $(use_enable nls) \
66 - $(use_with prime) \
67 --without-qt \
68 --without-qt-immodule \
69 $(use_with qt4 qt4) \
70
71
72
73 1.3 app-i18n/uim/uim-1.8.0-r1.ebuild
74
75 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/uim/uim-1.8.0-r1.ebuild?rev=1.3&view=markup
76 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/uim/uim-1.8.0-r1.ebuild?rev=1.3&content-type=text/plain
77 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/uim/uim-1.8.0-r1.ebuild?r1=1.2&r2=1.3
78
79 Index: uim-1.8.0-r1.ebuild
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/app-i18n/uim/uim-1.8.0-r1.ebuild,v
82 retrieving revision 1.2
83 retrieving revision 1.3
84 diff -u -r1.2 -r1.3
85 --- uim-1.8.0-r1.ebuild 7 Sep 2013 08:10:08 -0000 1.2
86 +++ uim-1.8.0-r1.ebuild 29 Jan 2014 01:47:36 -0000 1.3
87 @@ -1,6 +1,6 @@
88 -# Copyright 1999-2013 Gentoo Foundation
89 +# Copyright 1999-2014 Gentoo Foundation
90 # Distributed under the terms of the GNU General Public License v2
91 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/uim/uim-1.8.0-r1.ebuild,v 1.2 2013/09/07 08:10:08 pacho Exp $
92 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/uim/uim-1.8.0-r1.ebuild,v 1.3 2014/01/29 01:47:36 naota Exp $
93
94 EAPI="4"
95 inherit autotools eutils multilib elisp-common flag-o-matic gnome2-utils
96 @@ -12,7 +12,7 @@
97 LICENSE="BSD GPL-2 LGPL-2.1"
98 SLOT="0"
99 KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
100 -IUSE="+anthy canna curl eb emacs libffi gnome gtk gtk3 kde libedit libnotify m17n-lib ncurses nls prime qt4 skk sqlite ssl static-libs test unicode X xft linguas_zh_CN linguas_zh_TW linguas_ja linguas_ko"
101 +IUSE="+anthy canna curl eb emacs libffi gnome gtk gtk3 kde libedit libnotify m17n-lib ncurses nls qt4 skk sqlite ssl static-libs test unicode X xft linguas_zh_CN linguas_zh_TW linguas_ja linguas_ko"
102
103 RESTRICT="test"
104
105 @@ -45,14 +45,12 @@
106 m17n-lib? ( >=dev-libs/m17n-lib-1.3.1 )
107 ncurses? ( sys-libs/ncurses )
108 nls? ( virtual/libintl )
109 - prime? ( app-i18n/prime )
110 qt4? ( dev-qt/qtgui:4[qt3support] )
111 skk? ( app-i18n/skk-jisyo )
112 sqlite? ( dev-db/sqlite:3 )
113 ssl? ( dev-libs/openssl )
114 !dev-scheme/sigscheme
115 - !app-i18n/uim-svn
116 - !<app-i18n/prime-0.9.4"
117 + !app-i18n/uim-svn"
118 # >=dev-scheme/sigscheme-0.8.5
119 # mana? ( app-i18n/mana )
120 # scim? ( >=app-i18n/scim-1.3.0 ) # broken
121 @@ -166,7 +164,6 @@
122 $(use_with m17n-lib m17nlib) \
123 $(use_enable ncurses fep) \
124 $(use_enable nls) \
125 - $(use_with prime) \
126 --without-qt \
127 --without-qt-immodule \
128 $(use_with qt4 qt4) \
129
130
131
132 1.12 app-i18n/uim/uim-1.8.0.ebuild
133
134 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/uim/uim-1.8.0.ebuild?rev=1.12&view=markup
135 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/uim/uim-1.8.0.ebuild?rev=1.12&content-type=text/plain
136 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/uim/uim-1.8.0.ebuild?r1=1.11&r2=1.12
137
138 Index: uim-1.8.0.ebuild
139 ===================================================================
140 RCS file: /var/cvsroot/gentoo-x86/app-i18n/uim/uim-1.8.0.ebuild,v
141 retrieving revision 1.11
142 retrieving revision 1.12
143 diff -u -r1.11 -r1.12
144 --- uim-1.8.0.ebuild 7 Sep 2013 08:10:08 -0000 1.11
145 +++ uim-1.8.0.ebuild 29 Jan 2014 01:47:37 -0000 1.12
146 @@ -1,6 +1,6 @@
147 -# Copyright 1999-2013 Gentoo Foundation
148 +# Copyright 1999-2014 Gentoo Foundation
149 # Distributed under the terms of the GNU General Public License v2
150 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/uim/uim-1.8.0.ebuild,v 1.11 2013/09/07 08:10:08 pacho Exp $
151 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/uim/uim-1.8.0.ebuild,v 1.12 2014/01/29 01:47:37 naota Exp $
152
153 EAPI="4"
154 inherit autotools eutils multilib elisp-common flag-o-matic gnome2-utils
155 @@ -12,7 +12,7 @@
156 LICENSE="BSD GPL-2 LGPL-2.1"
157 SLOT="0"
158 KEYWORDS="amd64 hppa ppc ppc64 x86"
159 -IUSE="+anthy canna curl eb emacs libffi gnome gtk gtk3 kde libedit libnotify m17n-lib ncurses nls prime qt4 skk sqlite ssl static-libs test unicode X xft linguas_zh_CN linguas_zh_TW linguas_ja linguas_ko"
160 +IUSE="+anthy canna curl eb emacs libffi gnome gtk gtk3 kde libedit libnotify m17n-lib ncurses nls qt4 skk sqlite ssl static-libs test unicode X xft linguas_zh_CN linguas_zh_TW linguas_ja linguas_ko"
161
162 RESTRICT="test"
163
164 @@ -45,14 +45,12 @@
165 m17n-lib? ( >=dev-libs/m17n-lib-1.3.1 )
166 ncurses? ( sys-libs/ncurses )
167 nls? ( virtual/libintl )
168 - prime? ( app-i18n/prime )
169 qt4? ( dev-qt/qtgui:4[qt3support] )
170 skk? ( app-i18n/skk-jisyo )
171 sqlite? ( dev-db/sqlite:3 )
172 ssl? ( dev-libs/openssl )
173 !dev-scheme/sigscheme
174 - !app-i18n/uim-svn
175 - !<app-i18n/prime-0.9.4"
176 + !app-i18n/uim-svn"
177 # >=dev-scheme/sigscheme-0.8.5
178 # mana? ( app-i18n/mana )
179 # scim? ( >=app-i18n/scim-1.3.0 ) # broken
180 @@ -157,7 +155,6 @@
181 $(use_with m17n-lib m17nlib) \
182 $(use_enable ncurses fep) \
183 $(use_enable nls) \
184 - $(use_with prime) \
185 --without-qt \
186 --without-qt-immodule \
187 $(use_with qt4 qt4) \
188
189
190
191 1.3 app-i18n/uim/uim-1.8.4-r1.ebuild
192
193 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/uim/uim-1.8.4-r1.ebuild?rev=1.3&view=markup
194 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/uim/uim-1.8.4-r1.ebuild?rev=1.3&content-type=text/plain
195 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/uim/uim-1.8.4-r1.ebuild?r1=1.2&r2=1.3
196
197 Index: uim-1.8.4-r1.ebuild
198 ===================================================================
199 RCS file: /var/cvsroot/gentoo-x86/app-i18n/uim/uim-1.8.4-r1.ebuild,v
200 retrieving revision 1.2
201 retrieving revision 1.3
202 diff -u -r1.2 -r1.3
203 --- uim-1.8.4-r1.ebuild 7 Sep 2013 08:10:08 -0000 1.2
204 +++ uim-1.8.4-r1.ebuild 29 Jan 2014 01:47:37 -0000 1.3
205 @@ -1,6 +1,6 @@
206 -# Copyright 1999-2013 Gentoo Foundation
207 +# Copyright 1999-2014 Gentoo Foundation
208 # Distributed under the terms of the GNU General Public License v2
209 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/uim/uim-1.8.4-r1.ebuild,v 1.2 2013/09/07 08:10:08 pacho Exp $
210 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/uim/uim-1.8.4-r1.ebuild,v 1.3 2014/01/29 01:47:37 naota Exp $
211
212 EAPI="4"
213 inherit autotools eutils multilib elisp-common flag-o-matic gnome2-utils
214 @@ -12,7 +12,7 @@
215 LICENSE="BSD GPL-2 LGPL-2.1"
216 SLOT="0"
217 KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
218 -IUSE="+anthy canna curl eb emacs libffi gnome gtk gtk3 kde libedit libnotify m17n-lib ncurses nls prime qt4 skk sqlite ssl static-libs test unicode X xft linguas_zh_CN linguas_zh_TW linguas_ja linguas_ko"
219 +IUSE="+anthy canna curl eb emacs libffi gnome gtk gtk3 kde libedit libnotify m17n-lib ncurses nls qt4 skk sqlite ssl static-libs test unicode X xft linguas_zh_CN linguas_zh_TW linguas_ja linguas_ko"
220
221 RESTRICT="test"
222
223 @@ -45,14 +45,12 @@
224 m17n-lib? ( >=dev-libs/m17n-lib-1.3.1 )
225 ncurses? ( sys-libs/ncurses )
226 nls? ( virtual/libintl )
227 - prime? ( app-i18n/prime )
228 qt4? ( dev-qt/qtgui:4[qt3support] )
229 skk? ( app-i18n/skk-jisyo )
230 sqlite? ( dev-db/sqlite:3 )
231 ssl? ( dev-libs/openssl )
232 !dev-scheme/sigscheme
233 - !app-i18n/uim-svn
234 - !<app-i18n/prime-0.9.4"
235 + !app-i18n/uim-svn"
236 # >=dev-scheme/sigscheme-0.8.5
237 # mana? ( app-i18n/mana )
238 # scim? ( >=app-i18n/scim-1.3.0 ) # broken
239 @@ -165,7 +163,6 @@
240 $(use_with m17n-lib m17nlib) \
241 $(use_enable ncurses fep) \
242 $(use_enable nls) \
243 - $(use_with prime) \
244 --without-qt \
245 --without-qt-immodule \
246 $(use_with qt4 qt4) \
247
248
249
250 1.8 app-i18n/uim/metadata.xml
251
252 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/uim/metadata.xml?rev=1.8&view=markup
253 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/uim/metadata.xml?rev=1.8&content-type=text/plain
254 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/uim/metadata.xml?r1=1.7&r2=1.8
255
256 Index: metadata.xml
257 ===================================================================
258 RCS file: /var/cvsroot/gentoo-x86/app-i18n/uim/metadata.xml,v
259 retrieving revision 1.7
260 retrieving revision 1.8
261 diff -u -r1.7 -r1.8
262 --- metadata.xml 28 Sep 2011 10:59:35 -0000 1.7
263 +++ metadata.xml 29 Jan 2014 01:47:37 -0000 1.8
264 @@ -14,7 +14,6 @@
265 </flag>
266 <flag name='eb'>Enable support for <pkg>dev-libs/eb</pkg></flag>
267 <flag name='gtk3'>Enable support for <pkg>x11-libs/gtk+</pkg>:3</flag>
268 - <flag name='prime'>Enable support for <pkg>app-i18n/prime</pkg></flag>
269 <flag name='skk'>Enable support for <pkg>app-i18n/skk-jisyo</pkg></flag>
270 </use>
271 </pkgmetadata>
272
273
274
275 1.3 app-i18n/uim/uim-1.7.3-r1.ebuild
276
277 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/uim/uim-1.7.3-r1.ebuild?rev=1.3&view=markup
278 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/uim/uim-1.7.3-r1.ebuild?rev=1.3&content-type=text/plain
279 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/uim/uim-1.7.3-r1.ebuild?r1=1.2&r2=1.3
280
281 Index: uim-1.7.3-r1.ebuild
282 ===================================================================
283 RCS file: /var/cvsroot/gentoo-x86/app-i18n/uim/uim-1.7.3-r1.ebuild,v
284 retrieving revision 1.2
285 retrieving revision 1.3
286 diff -u -r1.2 -r1.3
287 --- uim-1.7.3-r1.ebuild 7 Sep 2013 08:10:08 -0000 1.2
288 +++ uim-1.7.3-r1.ebuild 29 Jan 2014 01:47:37 -0000 1.3
289 @@ -1,6 +1,6 @@
290 -# Copyright 1999-2013 Gentoo Foundation
291 +# Copyright 1999-2014 Gentoo Foundation
292 # Distributed under the terms of the GNU General Public License v2
293 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/uim/uim-1.7.3-r1.ebuild,v 1.2 2013/09/07 08:10:08 pacho Exp $
294 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/uim/uim-1.7.3-r1.ebuild,v 1.3 2014/01/29 01:47:37 naota Exp $
295
296 EAPI="4"
297 inherit autotools eutils multilib elisp-common flag-o-matic gnome2-utils
298 @@ -12,7 +12,7 @@
299 LICENSE="BSD GPL-2 LGPL-2.1"
300 SLOT="0"
301 KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
302 -IUSE="+anthy canna curl eb emacs libffi gnome gtk gtk3 kde libedit libnotify m17n-lib ncurses nls prime qt4 skk sqlite ssl static-libs test unicode X xft linguas_zh_CN linguas_zh_TW linguas_ja linguas_ko"
303 +IUSE="+anthy canna curl eb emacs libffi gnome gtk gtk3 kde libedit libnotify m17n-lib ncurses nls qt4 skk sqlite ssl static-libs test unicode X xft linguas_zh_CN linguas_zh_TW linguas_ja linguas_ko"
304
305 RESTRICT="test"
306
307 @@ -45,14 +45,12 @@
308 m17n-lib? ( >=dev-libs/m17n-lib-1.3.1 )
309 ncurses? ( sys-libs/ncurses )
310 nls? ( virtual/libintl )
311 - prime? ( app-i18n/prime )
312 qt4? ( dev-qt/qtgui:4[qt3support] )
313 skk? ( app-i18n/skk-jisyo )
314 sqlite? ( dev-db/sqlite:3 )
315 ssl? ( dev-libs/openssl )
316 !dev-scheme/sigscheme
317 - !app-i18n/uim-svn
318 - !<app-i18n/prime-0.9.4"
319 + !app-i18n/uim-svn"
320 # >=dev-scheme/sigscheme-0.8.5
321 # mana? ( app-i18n/mana )
322 # scim? ( >=app-i18n/scim-1.3.0 ) # broken
323 @@ -171,7 +169,6 @@
324 $(use_with m17n-lib m17nlib) \
325 $(use_enable ncurses fep) \
326 $(use_enable nls) \
327 - $(use_with prime) \
328 --without-qt \
329 --without-qt-immodule \
330 $(use_with qt4 qt4) \
331
332
333
334 1.13 app-i18n/uim/uim-1.7.3.ebuild
335
336 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/uim/uim-1.7.3.ebuild?rev=1.13&view=markup
337 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/uim/uim-1.7.3.ebuild?rev=1.13&content-type=text/plain
338 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/uim/uim-1.7.3.ebuild?r1=1.12&r2=1.13
339
340 Index: uim-1.7.3.ebuild
341 ===================================================================
342 RCS file: /var/cvsroot/gentoo-x86/app-i18n/uim/uim-1.7.3.ebuild,v
343 retrieving revision 1.12
344 retrieving revision 1.13
345 diff -u -r1.12 -r1.13
346 --- uim-1.7.3.ebuild 7 Sep 2013 08:10:08 -0000 1.12
347 +++ uim-1.7.3.ebuild 29 Jan 2014 01:47:37 -0000 1.13
348 @@ -1,6 +1,6 @@
349 -# Copyright 1999-2013 Gentoo Foundation
350 +# Copyright 1999-2014 Gentoo Foundation
351 # Distributed under the terms of the GNU General Public License v2
352 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/uim/uim-1.7.3.ebuild,v 1.12 2013/09/07 08:10:08 pacho Exp $
353 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/uim/uim-1.7.3.ebuild,v 1.13 2014/01/29 01:47:37 naota Exp $
354
355 EAPI="4"
356 inherit autotools eutils multilib elisp-common flag-o-matic gnome2-utils
357 @@ -12,7 +12,7 @@
358 LICENSE="BSD GPL-2 LGPL-2.1"
359 SLOT="0"
360 KEYWORDS="amd64 hppa ppc ppc64 x86"
361 -IUSE="+anthy canna curl eb emacs libffi gnome gtk gtk3 kde libedit libnotify m17n-lib ncurses nls prime qt4 skk sqlite ssl static-libs test unicode X xft linguas_zh_CN linguas_zh_TW linguas_ja linguas_ko"
362 +IUSE="+anthy canna curl eb emacs libffi gnome gtk gtk3 kde libedit libnotify m17n-lib ncurses nls qt4 skk sqlite ssl static-libs test unicode X xft linguas_zh_CN linguas_zh_TW linguas_ja linguas_ko"
363
364 RESTRICT="test"
365
366 @@ -45,14 +45,12 @@
367 m17n-lib? ( >=dev-libs/m17n-lib-1.3.1 )
368 ncurses? ( sys-libs/ncurses )
369 nls? ( virtual/libintl )
370 - prime? ( app-i18n/prime )
371 qt4? ( dev-qt/qtgui:4[qt3support] )
372 skk? ( app-i18n/skk-jisyo )
373 sqlite? ( dev-db/sqlite:3 )
374 ssl? ( dev-libs/openssl )
375 !dev-scheme/sigscheme
376 - !app-i18n/uim-svn
377 - !<app-i18n/prime-0.9.4"
378 + !app-i18n/uim-svn"
379 # >=dev-scheme/sigscheme-0.8.5
380 # mana? ( app-i18n/mana )
381 # scim? ( >=app-i18n/scim-1.3.0 ) # broken
382 @@ -162,7 +160,6 @@
383 $(use_with m17n-lib m17nlib) \
384 $(use_enable ncurses fep) \
385 $(use_enable nls) \
386 - $(use_with prime) \
387 --without-qt \
388 --without-qt-immodule \
389 $(use_with qt4 qt4) \
390
391
392
393 1.3 app-i18n/uim/uim-1.8.2-r1.ebuild
394
395 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/uim/uim-1.8.2-r1.ebuild?rev=1.3&view=markup
396 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/uim/uim-1.8.2-r1.ebuild?rev=1.3&content-type=text/plain
397 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/uim/uim-1.8.2-r1.ebuild?r1=1.2&r2=1.3
398
399 Index: uim-1.8.2-r1.ebuild
400 ===================================================================
401 RCS file: /var/cvsroot/gentoo-x86/app-i18n/uim/uim-1.8.2-r1.ebuild,v
402 retrieving revision 1.2
403 retrieving revision 1.3
404 diff -u -r1.2 -r1.3
405 --- uim-1.8.2-r1.ebuild 7 Sep 2013 08:10:08 -0000 1.2
406 +++ uim-1.8.2-r1.ebuild 29 Jan 2014 01:47:37 -0000 1.3
407 @@ -1,6 +1,6 @@
408 -# Copyright 1999-2013 Gentoo Foundation
409 +# Copyright 1999-2014 Gentoo Foundation
410 # Distributed under the terms of the GNU General Public License v2
411 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/uim/uim-1.8.2-r1.ebuild,v 1.2 2013/09/07 08:10:08 pacho Exp $
412 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/uim/uim-1.8.2-r1.ebuild,v 1.3 2014/01/29 01:47:37 naota Exp $
413
414 EAPI="4"
415 inherit autotools eutils multilib elisp-common flag-o-matic gnome2-utils
416 @@ -12,7 +12,7 @@
417 LICENSE="BSD GPL-2 LGPL-2.1"
418 SLOT="0"
419 KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
420 -IUSE="+anthy canna curl eb emacs libffi gnome gtk gtk3 kde libedit libnotify m17n-lib ncurses nls prime qt4 skk sqlite ssl static-libs test unicode X xft linguas_zh_CN linguas_zh_TW linguas_ja linguas_ko"
421 +IUSE="+anthy canna curl eb emacs libffi gnome gtk gtk3 kde libedit libnotify m17n-lib ncurses nls qt4 skk sqlite ssl static-libs test unicode X xft linguas_zh_CN linguas_zh_TW linguas_ja linguas_ko"
422
423 RESTRICT="test"
424
425 @@ -45,14 +45,12 @@
426 m17n-lib? ( >=dev-libs/m17n-lib-1.3.1 )
427 ncurses? ( sys-libs/ncurses )
428 nls? ( virtual/libintl )
429 - prime? ( app-i18n/prime )
430 qt4? ( dev-qt/qtgui:4[qt3support] )
431 skk? ( app-i18n/skk-jisyo )
432 sqlite? ( dev-db/sqlite:3 )
433 ssl? ( dev-libs/openssl )
434 !dev-scheme/sigscheme
435 - !app-i18n/uim-svn
436 - !<app-i18n/prime-0.9.4"
437 + !app-i18n/uim-svn"
438 # >=dev-scheme/sigscheme-0.8.5
439 # mana? ( app-i18n/mana )
440 # scim? ( >=app-i18n/scim-1.3.0 ) # broken
441 @@ -165,7 +163,6 @@
442 $(use_with m17n-lib m17nlib) \
443 $(use_enable ncurses fep) \
444 $(use_enable nls) \
445 - $(use_with prime) \
446 --without-qt \
447 --without-qt-immodule \
448 $(use_with qt4 qt4) \
449
450
451
452 1.4 app-i18n/uim/uim-1.8.3.ebuild
453
454 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/uim/uim-1.8.3.ebuild?rev=1.4&view=markup
455 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/uim/uim-1.8.3.ebuild?rev=1.4&content-type=text/plain
456 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/uim/uim-1.8.3.ebuild?r1=1.3&r2=1.4
457
458 Index: uim-1.8.3.ebuild
459 ===================================================================
460 RCS file: /var/cvsroot/gentoo-x86/app-i18n/uim/uim-1.8.3.ebuild,v
461 retrieving revision 1.3
462 retrieving revision 1.4
463 diff -u -r1.3 -r1.4
464 --- uim-1.8.3.ebuild 7 Sep 2013 08:10:08 -0000 1.3
465 +++ uim-1.8.3.ebuild 29 Jan 2014 01:47:37 -0000 1.4
466 @@ -1,6 +1,6 @@
467 -# Copyright 1999-2013 Gentoo Foundation
468 +# Copyright 1999-2014 Gentoo Foundation
469 # Distributed under the terms of the GNU General Public License v2
470 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/uim/uim-1.8.3.ebuild,v 1.3 2013/09/07 08:10:08 pacho Exp $
471 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/uim/uim-1.8.3.ebuild,v 1.4 2014/01/29 01:47:37 naota Exp $
472
473 EAPI="4"
474 inherit autotools eutils multilib elisp-common flag-o-matic
475 @@ -12,7 +12,7 @@
476 LICENSE="BSD GPL-2 LGPL-2.1"
477 SLOT="0"
478 KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
479 -IUSE="+anthy canna curl eb emacs libffi gnome gtk gtk3 kde libedit libnotify m17n-lib ncurses nls prime qt4 skk sqlite ssl static-libs test unicode X xft linguas_zh_CN linguas_zh_TW linguas_ja linguas_ko"
480 +IUSE="+anthy canna curl eb emacs libffi gnome gtk gtk3 kde libedit libnotify m17n-lib ncurses nls qt4 skk sqlite ssl static-libs test unicode X xft linguas_zh_CN linguas_zh_TW linguas_ja linguas_ko"
481
482 RESTRICT="test"
483
484 @@ -45,14 +45,12 @@
485 m17n-lib? ( >=dev-libs/m17n-lib-1.3.1 )
486 ncurses? ( sys-libs/ncurses )
487 nls? ( virtual/libintl )
488 - prime? ( app-i18n/prime )
489 qt4? ( dev-qt/qtgui:4[qt3support] )
490 skk? ( app-i18n/skk-jisyo )
491 sqlite? ( dev-db/sqlite:3 )
492 ssl? ( dev-libs/openssl )
493 !dev-scheme/sigscheme
494 - !app-i18n/uim-svn
495 - !<app-i18n/prime-0.9.4"
496 + !app-i18n/uim-svn"
497 # >=dev-scheme/sigscheme-0.8.5
498 # mana? ( app-i18n/mana )
499 # scim? ( >=app-i18n/scim-1.3.0 ) # broken
500 @@ -156,7 +154,6 @@
501 $(use_with m17n-lib m17nlib) \
502 $(use_enable ncurses fep) \
503 $(use_enable nls) \
504 - $(use_with prime) \
505 --without-qt \
506 --without-qt-immodule \
507 $(use_with qt4 qt4) \
508
509
510
511 1.4 app-i18n/uim/uim-1.8.4.ebuild
512
513 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/uim/uim-1.8.4.ebuild?rev=1.4&view=markup
514 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/uim/uim-1.8.4.ebuild?rev=1.4&content-type=text/plain
515 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/uim/uim-1.8.4.ebuild?r1=1.3&r2=1.4
516
517 Index: uim-1.8.4.ebuild
518 ===================================================================
519 RCS file: /var/cvsroot/gentoo-x86/app-i18n/uim/uim-1.8.4.ebuild,v
520 retrieving revision 1.3
521 retrieving revision 1.4
522 diff -u -r1.3 -r1.4
523 --- uim-1.8.4.ebuild 7 Sep 2013 08:10:08 -0000 1.3
524 +++ uim-1.8.4.ebuild 29 Jan 2014 01:47:37 -0000 1.4
525 @@ -1,6 +1,6 @@
526 -# Copyright 1999-2013 Gentoo Foundation
527 +# Copyright 1999-2014 Gentoo Foundation
528 # Distributed under the terms of the GNU General Public License v2
529 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/uim/uim-1.8.4.ebuild,v 1.3 2013/09/07 08:10:08 pacho Exp $
530 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/uim/uim-1.8.4.ebuild,v 1.4 2014/01/29 01:47:37 naota Exp $
531
532 EAPI="4"
533 inherit autotools eutils multilib elisp-common flag-o-matic gnome2-utils
534 @@ -12,7 +12,7 @@
535 LICENSE="BSD GPL-2 LGPL-2.1"
536 SLOT="0"
537 KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
538 -IUSE="+anthy canna curl eb emacs libffi gnome gtk gtk3 kde libedit libnotify m17n-lib ncurses nls prime qt4 skk sqlite ssl static-libs test unicode X xft linguas_zh_CN linguas_zh_TW linguas_ja linguas_ko"
539 +IUSE="+anthy canna curl eb emacs libffi gnome gtk gtk3 kde libedit libnotify m17n-lib ncurses nls qt4 skk sqlite ssl static-libs test unicode X xft linguas_zh_CN linguas_zh_TW linguas_ja linguas_ko"
540
541 RESTRICT="test"
542
543 @@ -45,14 +45,12 @@
544 m17n-lib? ( >=dev-libs/m17n-lib-1.3.1 )
545 ncurses? ( sys-libs/ncurses )
546 nls? ( virtual/libintl )
547 - prime? ( app-i18n/prime )
548 qt4? ( dev-qt/qtgui:4[qt3support] )
549 skk? ( app-i18n/skk-jisyo )
550 sqlite? ( dev-db/sqlite:3 )
551 ssl? ( dev-libs/openssl )
552 !dev-scheme/sigscheme
553 - !app-i18n/uim-svn
554 - !<app-i18n/prime-0.9.4"
555 + !app-i18n/uim-svn"
556 # >=dev-scheme/sigscheme-0.8.5
557 # mana? ( app-i18n/mana )
558 # scim? ( >=app-i18n/scim-1.3.0 ) # broken
559 @@ -156,7 +154,6 @@
560 $(use_with m17n-lib m17nlib) \
561 $(use_enable ncurses fep) \
562 $(use_enable nls) \
563 - $(use_with prime) \
564 --without-qt \
565 --without-qt-immodule \
566 $(use_with qt4 qt4) \
567
568
569
570 1.4 app-i18n/uim/uim-1.8.2.ebuild
571
572 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/uim/uim-1.8.2.ebuild?rev=1.4&view=markup
573 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/uim/uim-1.8.2.ebuild?rev=1.4&content-type=text/plain
574 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/uim/uim-1.8.2.ebuild?r1=1.3&r2=1.4
575
576 Index: uim-1.8.2.ebuild
577 ===================================================================
578 RCS file: /var/cvsroot/gentoo-x86/app-i18n/uim/uim-1.8.2.ebuild,v
579 retrieving revision 1.3
580 retrieving revision 1.4
581 diff -u -r1.3 -r1.4
582 --- uim-1.8.2.ebuild 7 Sep 2013 08:10:08 -0000 1.3
583 +++ uim-1.8.2.ebuild 29 Jan 2014 01:47:37 -0000 1.4
584 @@ -1,6 +1,6 @@
585 -# Copyright 1999-2013 Gentoo Foundation
586 +# Copyright 1999-2014 Gentoo Foundation
587 # Distributed under the terms of the GNU General Public License v2
588 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/uim/uim-1.8.2.ebuild,v 1.3 2013/09/07 08:10:08 pacho Exp $
589 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/uim/uim-1.8.2.ebuild,v 1.4 2014/01/29 01:47:37 naota Exp $
590
591 EAPI="4"
592 inherit autotools eutils multilib elisp-common flag-o-matic gnome2-utils
593 @@ -12,7 +12,7 @@
594 LICENSE="BSD GPL-2 LGPL-2.1"
595 SLOT="0"
596 KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
597 -IUSE="+anthy canna curl eb emacs libffi gnome gtk gtk3 kde libedit libnotify m17n-lib ncurses nls prime qt4 skk sqlite ssl static-libs test unicode X xft linguas_zh_CN linguas_zh_TW linguas_ja linguas_ko"
598 +IUSE="+anthy canna curl eb emacs libffi gnome gtk gtk3 kde libedit libnotify m17n-lib ncurses nls qt4 skk sqlite ssl static-libs test unicode X xft linguas_zh_CN linguas_zh_TW linguas_ja linguas_ko"
599
600 RESTRICT="test"
601
602 @@ -45,14 +45,12 @@
603 m17n-lib? ( >=dev-libs/m17n-lib-1.3.1 )
604 ncurses? ( sys-libs/ncurses )
605 nls? ( virtual/libintl )
606 - prime? ( app-i18n/prime )
607 qt4? ( dev-qt/qtgui:4[qt3support] )
608 skk? ( app-i18n/skk-jisyo )
609 sqlite? ( dev-db/sqlite:3 )
610 ssl? ( dev-libs/openssl )
611 !dev-scheme/sigscheme
612 - !app-i18n/uim-svn
613 - !<app-i18n/prime-0.9.4"
614 + !app-i18n/uim-svn"
615 # >=dev-scheme/sigscheme-0.8.5
616 # mana? ( app-i18n/mana )
617 # scim? ( >=app-i18n/scim-1.3.0 ) # broken
618 @@ -156,7 +154,6 @@
619 $(use_with m17n-lib m17nlib) \
620 $(use_enable ncurses fep) \
621 $(use_enable nls) \
622 - $(use_with prime) \
623 --without-qt \
624 --without-qt-immodule \
625 $(use_with qt4 qt4) \
626
627
628
629 1.263 app-i18n/uim/ChangeLog
630
631 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/uim/ChangeLog?rev=1.263&view=markup
632 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/uim/ChangeLog?rev=1.263&content-type=text/plain
633 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/uim/ChangeLog?r1=1.262&r2=1.263
634
635 Index: ChangeLog
636 ===================================================================
637 RCS file: /var/cvsroot/gentoo-x86/app-i18n/uim/ChangeLog,v
638 retrieving revision 1.262
639 retrieving revision 1.263
640 diff -u -r1.262 -r1.263
641 --- ChangeLog 7 Sep 2013 08:10:08 -0000 1.262
642 +++ ChangeLog 29 Jan 2014 01:47:37 -0000 1.263
643 @@ -1,6 +1,12 @@
644 # ChangeLog for app-i18n/uim
645 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
646 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/uim/ChangeLog,v 1.262 2013/09/07 08:10:08 pacho Exp $
647 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
648 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/uim/ChangeLog,v 1.263 2014/01/29 01:47:37 naota Exp $
649 +
650 + 29 Jan 2014; Naohiro Aota <naota@g.o> metadata.xml,
651 + uim-1.7.3-r1.ebuild, uim-1.7.3.ebuild, uim-1.8.0-r1.ebuild, uim-1.8.0.ebuild,
652 + uim-1.8.2-r1.ebuild, uim-1.8.2.ebuild, uim-1.8.3-r1.ebuild, uim-1.8.3.ebuild,
653 + uim-1.8.4-r1.ebuild, uim-1.8.4.ebuild:
654 + Drop prime support. #464286
655
656 07 Sep 2013; Pacho Ramos <pacho@g.o> uim-1.7.3-r1.ebuild,
657 uim-1.7.3.ebuild, uim-1.8.0-r1.ebuild, uim-1.8.0.ebuild, uim-1.8.2-r1.ebuild,