Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-office/lyx: lyx-2.0.4.ebuild lyx-2.0.1.ebuild lyx-1.6.10.ebuild lyx-2.0.5.1.ebuild lyx-2.0.5.ebuild lyx-2.0.5.1-r1.ebuild ChangeLog
Date: Sat, 02 Mar 2013 19:36:31
Message-Id: 20130302193601.383BD2171D@flycatcher.gentoo.org
1 hwoarang 13/03/02 19:36:01
2
3 Modified: lyx-2.0.4.ebuild lyx-2.0.1.ebuild lyx-1.6.10.ebuild
4 lyx-2.0.5.1.ebuild lyx-2.0.5.ebuild
5 lyx-2.0.5.1-r1.ebuild ChangeLog
6 Log:
7 Move Qt dependencies to the new category
8
9 (Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!)
10
11 Revision Changes Path
12 1.8 app-office/lyx/lyx-2.0.4.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/lyx/lyx-2.0.4.ebuild?rev=1.8&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/lyx/lyx-2.0.4.ebuild?rev=1.8&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/lyx/lyx-2.0.4.ebuild?r1=1.7&r2=1.8
17
18 Index: lyx-2.0.4.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-2.0.4.ebuild,v
21 retrieving revision 1.7
22 retrieving revision 1.8
23 diff -u -r1.7 -r1.8
24 --- lyx-2.0.4.ebuild 8 Dec 2012 15:57:18 -0000 1.7
25 +++ lyx-2.0.4.ebuild 2 Mar 2013 19:36:00 -0000 1.8
26 @@ -1,6 +1,6 @@
27 -# Copyright 1999-2012 Gentoo Foundation
28 +# Copyright 1999-2013 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 -# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-2.0.4.ebuild,v 1.7 2012/12/08 15:57:18 ago Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-2.0.4.ebuild,v 1.8 2013/03/02 19:36:00 hwoarang Exp $
32
33 EAPI=3
34
35 @@ -29,8 +29,8 @@
36 IUSE="${IUSE} linguas_${X}"
37 done
38
39 -COMMONDEPEND="x11-libs/qt-gui:4
40 - x11-libs/qt-core:4
41 +COMMONDEPEND="dev-qt/qtgui:4
42 + dev-qt/qtcore:4
43 dev-libs/libxml2
44 media-libs/fontconfig
45 media-libs/freetype
46
47
48
49 1.12 app-office/lyx/lyx-2.0.1.ebuild
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/lyx/lyx-2.0.1.ebuild?rev=1.12&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/lyx/lyx-2.0.1.ebuild?rev=1.12&content-type=text/plain
53 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/lyx/lyx-2.0.1.ebuild?r1=1.11&r2=1.12
54
55 Index: lyx-2.0.1.ebuild
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-2.0.1.ebuild,v
58 retrieving revision 1.11
59 retrieving revision 1.12
60 diff -u -r1.11 -r1.12
61 --- lyx-2.0.1.ebuild 14 Jun 2012 07:15:34 -0000 1.11
62 +++ lyx-2.0.1.ebuild 2 Mar 2013 19:36:00 -0000 1.12
63 @@ -1,6 +1,6 @@
64 -# Copyright 1999-2012 Gentoo Foundation
65 +# Copyright 1999-2013 Gentoo Foundation
66 # Distributed under the terms of the GNU General Public License v2
67 -# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-2.0.1.ebuild,v 1.11 2012/06/14 07:15:34 yngwin Exp $
68 +# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-2.0.1.ebuild,v 1.12 2013/03/02 19:36:00 hwoarang Exp $
69
70 EAPI=3
71
72 @@ -30,8 +30,8 @@
73 IUSE="${IUSE} linguas_${X}"
74 done
75
76 -COMMONDEPEND="x11-libs/qt-gui:4
77 - x11-libs/qt-core:4
78 +COMMONDEPEND="dev-qt/qtgui:4
79 + dev-qt/qtcore:4
80 x11-libs/libXrandr
81 x11-libs/libXcursor
82 x11-libs/libXrender
83
84
85
86 1.14 app-office/lyx/lyx-1.6.10.ebuild
87
88 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/lyx/lyx-1.6.10.ebuild?rev=1.14&view=markup
89 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/lyx/lyx-1.6.10.ebuild?rev=1.14&content-type=text/plain
90 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/lyx/lyx-1.6.10.ebuild?r1=1.13&r2=1.14
91
92 Index: lyx-1.6.10.ebuild
93 ===================================================================
94 RCS file: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-1.6.10.ebuild,v
95 retrieving revision 1.13
96 retrieving revision 1.14
97 diff -u -r1.13 -r1.14
98 --- lyx-1.6.10.ebuild 14 Jun 2012 07:15:34 -0000 1.13
99 +++ lyx-1.6.10.ebuild 2 Mar 2013 19:36:00 -0000 1.14
100 @@ -1,6 +1,6 @@
101 -# Copyright 1999-2012 Gentoo Foundation
102 +# Copyright 1999-2013 Gentoo Foundation
103 # Distributed under the terms of the GNU General Public License v2
104 -# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-1.6.10.ebuild,v 1.13 2012/06/14 07:15:34 yngwin Exp $
105 +# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-1.6.10.ebuild,v 1.14 2013/03/02 19:36:00 hwoarang Exp $
106
107 EAPI=2
108
109 @@ -28,8 +28,8 @@
110 IUSE="${IUSE} linguas_${X}"
111 done
112
113 -COMMONDEPEND="x11-libs/qt-gui:4
114 - x11-libs/qt-core:4
115 +COMMONDEPEND="dev-qt/qtgui:4
116 + dev-qt/qtcore:4
117 x11-libs/libXrandr
118 x11-libs/libXcursor
119 x11-libs/libXrender
120
121
122
123 1.9 app-office/lyx/lyx-2.0.5.1.ebuild
124
125 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/lyx/lyx-2.0.5.1.ebuild?rev=1.9&view=markup
126 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/lyx/lyx-2.0.5.1.ebuild?rev=1.9&content-type=text/plain
127 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/lyx/lyx-2.0.5.1.ebuild?r1=1.8&r2=1.9
128
129 Index: lyx-2.0.5.1.ebuild
130 ===================================================================
131 RCS file: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-2.0.5.1.ebuild,v
132 retrieving revision 1.8
133 retrieving revision 1.9
134 diff -u -r1.8 -r1.9
135 --- lyx-2.0.5.1.ebuild 21 Feb 2013 13:28:44 -0000 1.8
136 +++ lyx-2.0.5.1.ebuild 2 Mar 2013 19:36:00 -0000 1.9
137 @@ -1,6 +1,6 @@
138 # Copyright 1999-2013 Gentoo Foundation
139 # Distributed under the terms of the GNU General Public License v2
140 -# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-2.0.5.1.ebuild,v 1.8 2013/02/21 13:28:44 ago Exp $
141 +# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-2.0.5.1.ebuild,v 1.9 2013/03/02 19:36:00 hwoarang Exp $
142
143 EAPI=3
144
145 @@ -29,8 +29,8 @@
146 IUSE="${IUSE} linguas_${X}"
147 done
148
149 -COMMONDEPEND="x11-libs/qt-gui:4
150 - x11-libs/qt-core:4
151 +COMMONDEPEND="dev-qt/qtgui:4
152 + dev-qt/qtcore:4
153 >=dev-libs/boost-1.34"
154
155 RDEPEND="${COMMONDEPEND}
156
157
158
159 1.3 app-office/lyx/lyx-2.0.5.ebuild
160
161 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/lyx/lyx-2.0.5.ebuild?rev=1.3&view=markup
162 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/lyx/lyx-2.0.5.ebuild?rev=1.3&content-type=text/plain
163 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/lyx/lyx-2.0.5.ebuild?r1=1.2&r2=1.3
164
165 Index: lyx-2.0.5.ebuild
166 ===================================================================
167 RCS file: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-2.0.5.ebuild,v
168 retrieving revision 1.2
169 retrieving revision 1.3
170 diff -u -r1.2 -r1.3
171 --- lyx-2.0.5.ebuild 20 Nov 2012 12:17:12 -0000 1.2
172 +++ lyx-2.0.5.ebuild 2 Mar 2013 19:36:00 -0000 1.3
173 @@ -1,6 +1,6 @@
174 -# Copyright 1999-2012 Gentoo Foundation
175 +# Copyright 1999-2013 Gentoo Foundation
176 # Distributed under the terms of the GNU General Public License v2
177 -# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-2.0.5.ebuild,v 1.2 2012/11/20 12:17:12 aballier Exp $
178 +# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-2.0.5.ebuild,v 1.3 2013/03/02 19:36:00 hwoarang Exp $
179
180 EAPI=3
181
182 @@ -29,8 +29,8 @@
183 IUSE="${IUSE} linguas_${X}"
184 done
185
186 -COMMONDEPEND="x11-libs/qt-gui:4
187 - x11-libs/qt-core:4
188 +COMMONDEPEND="dev-qt/qtgui:4
189 + dev-qt/qtcore:4
190 >=dev-libs/boost-1.34"
191
192 RDEPEND="${COMMONDEPEND}
193
194
195
196 1.2 app-office/lyx/lyx-2.0.5.1-r1.ebuild
197
198 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/lyx/lyx-2.0.5.1-r1.ebuild?rev=1.2&view=markup
199 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/lyx/lyx-2.0.5.1-r1.ebuild?rev=1.2&content-type=text/plain
200 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/lyx/lyx-2.0.5.1-r1.ebuild?r1=1.1&r2=1.2
201
202 Index: lyx-2.0.5.1-r1.ebuild
203 ===================================================================
204 RCS file: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-2.0.5.1-r1.ebuild,v
205 retrieving revision 1.1
206 retrieving revision 1.2
207 diff -u -r1.1 -r1.2
208 --- lyx-2.0.5.1-r1.ebuild 15 Feb 2013 20:44:53 -0000 1.1
209 +++ lyx-2.0.5.1-r1.ebuild 2 Mar 2013 19:36:01 -0000 1.2
210 @@ -1,6 +1,6 @@
211 # Copyright 1999-2013 Gentoo Foundation
212 # Distributed under the terms of the GNU General Public License v2
213 -# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-2.0.5.1-r1.ebuild,v 1.1 2013/02/15 20:44:53 aballier Exp $
214 +# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-2.0.5.1-r1.ebuild,v 1.2 2013/03/02 19:36:01 hwoarang Exp $
215
216 EAPI=3
217
218 @@ -29,8 +29,8 @@
219 IUSE="${IUSE} linguas_${X}"
220 done
221
222 -COMMONDEPEND="x11-libs/qt-gui:4
223 - x11-libs/qt-core:4
224 +COMMONDEPEND="dev-qt/qtgui:4
225 + dev-qt/qtcore:4
226 >=dev-libs/boost-1.34"
227
228 RDEPEND="${COMMONDEPEND}
229
230
231
232 1.288 app-office/lyx/ChangeLog
233
234 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/lyx/ChangeLog?rev=1.288&view=markup
235 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/lyx/ChangeLog?rev=1.288&content-type=text/plain
236 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/lyx/ChangeLog?r1=1.287&r2=1.288
237
238 Index: ChangeLog
239 ===================================================================
240 RCS file: /var/cvsroot/gentoo-x86/app-office/lyx/ChangeLog,v
241 retrieving revision 1.287
242 retrieving revision 1.288
243 diff -u -r1.287 -r1.288
244 --- ChangeLog 21 Feb 2013 13:28:44 -0000 1.287
245 +++ ChangeLog 2 Mar 2013 19:36:01 -0000 1.288
246 @@ -1,6 +1,11 @@
247 # ChangeLog for app-office/lyx
248 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
249 -# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/ChangeLog,v 1.287 2013/02/21 13:28:44 ago Exp $
250 +# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/ChangeLog,v 1.288 2013/03/02 19:36:01 hwoarang Exp $
251 +
252 + 02 Mar 2013; Markos Chandras <hwoarang@g.o> lyx-1.6.10.ebuild,
253 + lyx-2.0.1.ebuild, lyx-2.0.4.ebuild, lyx-2.0.5.1-r1.ebuild, lyx-2.0.5.1.ebuild,
254 + lyx-2.0.5.ebuild:
255 + Move Qt dependencies to the new category
256
257 21 Feb 2013; Agostino Sarubbo <ago@g.o> lyx-2.0.5.1.ebuild:
258 Stable for ia64, wrt bug #447968