Gentoo Archives: gentoo-commits

From: "Davide Pesavento (pesa)" <pesa@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-i18n/fcitx: fcitx-4.2.7.ebuild metadata.xml fcitx-4.2.7-r1.ebuild fcitx-4.2.8.1.ebuild ChangeLog
Date: Tue, 01 Oct 2013 21:07:05
Message-Id: 20131001210656.819342004C@flycatcher.gentoo.org
1 pesa 13/10/01 21:06:56
2
3 Modified: fcitx-4.2.7.ebuild metadata.xml
4 fcitx-4.2.7-r1.ebuild fcitx-4.2.8.1.ebuild
5 ChangeLog
6 Log:
7 Remove useless [dbus(+)] from qtgui dep wrt bug 484164.
8
9 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 17A85C72)
10
11 Revision Changes Path
12 1.10 app-i18n/fcitx/fcitx-4.2.7.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/fcitx/fcitx-4.2.7.ebuild?rev=1.10&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/fcitx/fcitx-4.2.7.ebuild?rev=1.10&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/fcitx/fcitx-4.2.7.ebuild?r1=1.9&r2=1.10
17
18 Index: fcitx-4.2.7.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-i18n/fcitx/fcitx-4.2.7.ebuild,v
21 retrieving revision 1.9
22 retrieving revision 1.10
23 diff -u -r1.9 -r1.10
24 --- fcitx-4.2.7.ebuild 10 Jul 2013 04:46:31 -0000 1.9
25 +++ fcitx-4.2.7.ebuild 1 Oct 2013 21:06:56 -0000 1.10
26 @@ -1,6 +1,6 @@
27 # Copyright 1999-2013 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/fcitx-4.2.7.ebuild,v 1.9 2013/07/10 04:46:31 patrick Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/fcitx-4.2.7.ebuild,v 1.10 2013/10/01 21:06:56 pesa Exp $
31
32 EAPI=5
33
34 @@ -43,8 +43,8 @@
35 lua? ( dev-lang/lua )
36 opencc? ( app-i18n/opencc )
37 qt4? (
38 - dev-qt/qtgui:4[dbus(+),glib]
39 dev-qt/qtdbus:4
40 + dev-qt/qtgui:4[glib]
41 )
42 xml? (
43 app-text/iso-codes
44
45
46
47 1.9 app-i18n/fcitx/metadata.xml
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/fcitx/metadata.xml?rev=1.9&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/fcitx/metadata.xml?rev=1.9&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/fcitx/metadata.xml?r1=1.8&r2=1.9
52
53 Index: metadata.xml
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/app-i18n/fcitx/metadata.xml,v
56 retrieving revision 1.8
57 retrieving revision 1.9
58 diff -u -r1.8 -r1.9
59 --- metadata.xml 31 Jan 2013 08:42:40 -0000 1.8
60 +++ metadata.xml 1 Oct 2013 21:06:56 -0000 1.9
61 @@ -4,7 +4,7 @@
62 <herd>cjk</herd>
63 <use>
64 <flag name='autostart'>Enable xdg-compatible autostart of fcitx</flag>
65 - <flag name='enchant'>Use <pkg>app-text/enchant</pkg> for text prediction</flag>
66 + <flag name='enchant'>Use <pkg>app-text/enchant</pkg> for text prediction</flag>
67 <flag name='introspection'>Enable GObject Introspection</flag>
68 <flag name='gtk'>Install GTK2 IM module</flag>
69 <flag name='gtk3'>Install GTK3 IM module</flag>
70
71
72
73 1.4 app-i18n/fcitx/fcitx-4.2.7-r1.ebuild
74
75 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/fcitx/fcitx-4.2.7-r1.ebuild?rev=1.4&view=markup
76 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/fcitx/fcitx-4.2.7-r1.ebuild?rev=1.4&content-type=text/plain
77 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/fcitx/fcitx-4.2.7-r1.ebuild?r1=1.3&r2=1.4
78
79 Index: fcitx-4.2.7-r1.ebuild
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/app-i18n/fcitx/fcitx-4.2.7-r1.ebuild,v
82 retrieving revision 1.3
83 retrieving revision 1.4
84 diff -u -r1.3 -r1.4
85 --- fcitx-4.2.7-r1.ebuild 24 Jul 2013 10:04:25 -0000 1.3
86 +++ fcitx-4.2.7-r1.ebuild 1 Oct 2013 21:06:56 -0000 1.4
87 @@ -1,6 +1,6 @@
88 # Copyright 1999-2013 Gentoo Foundation
89 # Distributed under the terms of the GNU General Public License v2
90 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/fcitx-4.2.7-r1.ebuild,v 1.3 2013/07/24 10:04:25 yngwin Exp $
91 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/fcitx-4.2.7-r1.ebuild,v 1.4 2013/10/01 21:06:56 pesa Exp $
92
93 EAPI=5
94
95 @@ -44,8 +44,8 @@
96 lua? ( dev-lang/lua )
97 opencc? ( app-i18n/opencc )
98 qt4? (
99 - dev-qt/qtgui:4[dbus(+),glib]
100 dev-qt/qtdbus:4
101 + dev-qt/qtgui:4[glib]
102 )
103 xml? (
104 app-text/iso-codes
105
106
107
108 1.3 app-i18n/fcitx/fcitx-4.2.8.1.ebuild
109
110 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/fcitx/fcitx-4.2.8.1.ebuild?rev=1.3&view=markup
111 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/fcitx/fcitx-4.2.8.1.ebuild?rev=1.3&content-type=text/plain
112 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/fcitx/fcitx-4.2.8.1.ebuild?r1=1.2&r2=1.3
113
114 Index: fcitx-4.2.8.1.ebuild
115 ===================================================================
116 RCS file: /var/cvsroot/gentoo-x86/app-i18n/fcitx/fcitx-4.2.8.1.ebuild,v
117 retrieving revision 1.2
118 retrieving revision 1.3
119 diff -u -r1.2 -r1.3
120 --- fcitx-4.2.8.1.ebuild 24 Jul 2013 10:04:25 -0000 1.2
121 +++ fcitx-4.2.8.1.ebuild 1 Oct 2013 21:06:56 -0000 1.3
122 @@ -1,6 +1,6 @@
123 # Copyright 1999-2013 Gentoo Foundation
124 # Distributed under the terms of the GNU General Public License v2
125 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/fcitx-4.2.8.1.ebuild,v 1.2 2013/07/24 10:04:25 yngwin Exp $
126 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/fcitx-4.2.8.1.ebuild,v 1.3 2013/10/01 21:06:56 pesa Exp $
127
128 EAPI=5
129
130 @@ -43,8 +43,8 @@
131 lua? ( dev-lang/lua )
132 opencc? ( app-i18n/opencc )
133 qt4? (
134 - dev-qt/qtgui:4[dbus(+),glib]
135 dev-qt/qtdbus:4
136 + dev-qt/qtgui:4[glib]
137 )
138 xml? (
139 app-text/iso-codes
140
141
142
143 1.68 app-i18n/fcitx/ChangeLog
144
145 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/fcitx/ChangeLog?rev=1.68&view=markup
146 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/fcitx/ChangeLog?rev=1.68&content-type=text/plain
147 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/fcitx/ChangeLog?r1=1.67&r2=1.68
148
149 Index: ChangeLog
150 ===================================================================
151 RCS file: /var/cvsroot/gentoo-x86/app-i18n/fcitx/ChangeLog,v
152 retrieving revision 1.67
153 retrieving revision 1.68
154 diff -u -r1.67 -r1.68
155 --- ChangeLog 24 Jul 2013 10:04:25 -0000 1.67
156 +++ ChangeLog 1 Oct 2013 21:06:56 -0000 1.68
157 @@ -1,6 +1,10 @@
158 # ChangeLog for app-i18n/fcitx
159 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
160 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/ChangeLog,v 1.67 2013/07/24 10:04:25 yngwin Exp $
161 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/ChangeLog,v 1.68 2013/10/01 21:06:56 pesa Exp $
162 +
163 + 01 Oct 2013; Davide Pesavento <pesa@g.o> fcitx-4.2.7-r1.ebuild,
164 + fcitx-4.2.7.ebuild, fcitx-4.2.8.1.ebuild, metadata.xml:
165 + Remove useless [dbus(+)] from qtgui dep wrt bug 484164.
166
167 24 Jul 2013; Ben de Groot <yngwin@g.o> -fcitx-3.6.4.ebuild,
168 -fcitx-4.0.1.ebuild, -fcitx-4.2.5.ebuild, -fcitx-4.2.6.1.ebuild,