Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-p2p/qbittorrent: qbittorrent-2.9.11.ebuild qbittorrent-3.0.6.ebuild qbittorrent-3.0.8.ebuild qbittorrent-2.9.7.ebuild qbittorrent-9999.ebuild qbittorrent-3.0.5.ebuild ChangeLog
Date: Sat, 02 Mar 2013 23:10:27
Message-Id: 20130302230946.01A282171D@flycatcher.gentoo.org
1 hwoarang 13/03/02 23:09:45
2
3 Modified: qbittorrent-2.9.11.ebuild qbittorrent-3.0.6.ebuild
4 qbittorrent-3.0.8.ebuild qbittorrent-2.9.7.ebuild
5 qbittorrent-9999.ebuild qbittorrent-3.0.5.ebuild
6 ChangeLog
7 Log:
8 Move Qt dependencies to the new category
9
10 (Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!)
11
12 Revision Changes Path
13 1.2 net-p2p/qbittorrent/qbittorrent-2.9.11.ebuild
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/qbittorrent-2.9.11.ebuild?rev=1.2&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/qbittorrent-2.9.11.ebuild?rev=1.2&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/qbittorrent-2.9.11.ebuild?r1=1.1&r2=1.2
18
19 Index: qbittorrent-2.9.11.ebuild
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-2.9.11.ebuild,v
22 retrieving revision 1.1
23 retrieving revision 1.2
24 diff -u -r1.1 -r1.2
25 --- qbittorrent-2.9.11.ebuild 2 Jul 2012 18:20:20 -0000 1.1
26 +++ qbittorrent-2.9.11.ebuild 2 Mar 2013 23:09:45 -0000 1.2
27 @@ -1,6 +1,6 @@
28 -# Copyright 1999-2012 Gentoo Foundation
29 +# Copyright 1999-2013 Gentoo Foundation
30 # Distributed under the terms of the GNU General Public License v2
31 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-2.9.11.ebuild,v 1.1 2012/07/02 18:20:20 hwoarang Exp $
32 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-2.9.11.ebuild,v 1.2 2013/03/02 23:09:45 hwoarang Exp $
33
34 EAPI="2"
35 PYTHON_DEPEND="2"
36 @@ -20,9 +20,9 @@
37 QT_MIN="4.6.1"
38 # boost version so that we always have thread support
39 CDEPEND="net-libs/rb_libtorrent
40 - >=x11-libs/qt-core-${QT_MIN}:4
41 - X? ( >=x11-libs/qt-gui-${QT_MIN}:4 )
42 - dbus? ( >=x11-libs/qt-dbus-${QT_MIN}:4 )
43 + >=dev-qt/qtcore-${QT_MIN}:4
44 + X? ( >=dev-qt/qtgui-${QT_MIN}:4 )
45 + dbus? ( >=dev-qt/qtdbus-${QT_MIN}:4 )
46 dev-libs/boost"
47 DEPEND="${CDEPEND}
48 virtual/pkgconfig"
49
50
51
52 1.2 net-p2p/qbittorrent/qbittorrent-3.0.6.ebuild
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/qbittorrent-3.0.6.ebuild?rev=1.2&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/qbittorrent-3.0.6.ebuild?rev=1.2&content-type=text/plain
56 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/qbittorrent-3.0.6.ebuild?r1=1.1&r2=1.2
57
58 Index: qbittorrent-3.0.6.ebuild
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-3.0.6.ebuild,v
61 retrieving revision 1.1
62 retrieving revision 1.2
63 diff -u -r1.1 -r1.2
64 --- qbittorrent-3.0.6.ebuild 9 Oct 2012 19:49:12 -0000 1.1
65 +++ qbittorrent-3.0.6.ebuild 2 Mar 2013 23:09:45 -0000 1.2
66 @@ -1,6 +1,6 @@
67 -# Copyright 1999-2012 Gentoo Foundation
68 +# Copyright 1999-2013 Gentoo Foundation
69 # Distributed under the terms of the GNU General Public License v2
70 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-3.0.6.ebuild,v 1.1 2012/10/09 19:49:12 hwoarang Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-3.0.6.ebuild,v 1.2 2013/03/02 23:09:45 hwoarang Exp $
72
73 EAPI="2"
74 PYTHON_DEPEND="2"
75 @@ -20,9 +20,9 @@
76 QT_MIN="4.6.1"
77 # boost version so that we always have thread support
78 CDEPEND=">=net-libs/rb_libtorrent-0.16.3
79 - >=x11-libs/qt-core-${QT_MIN}:4
80 - X? ( >=x11-libs/qt-gui-${QT_MIN}:4 )
81 - dbus? ( >=x11-libs/qt-dbus-${QT_MIN}:4 )
82 + >=dev-qt/qtcore-${QT_MIN}:4
83 + X? ( >=dev-qt/qtgui-${QT_MIN}:4 )
84 + dbus? ( >=dev-qt/qtdbus-${QT_MIN}:4 )
85 dev-libs/boost"
86 DEPEND="${CDEPEND}
87 virtual/pkgconfig"
88
89
90
91 1.2 net-p2p/qbittorrent/qbittorrent-3.0.8.ebuild
92
93 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/qbittorrent-3.0.8.ebuild?rev=1.2&view=markup
94 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/qbittorrent-3.0.8.ebuild?rev=1.2&content-type=text/plain
95 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/qbittorrent-3.0.8.ebuild?r1=1.1&r2=1.2
96
97 Index: qbittorrent-3.0.8.ebuild
98 ===================================================================
99 RCS file: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-3.0.8.ebuild,v
100 retrieving revision 1.1
101 retrieving revision 1.2
102 diff -u -r1.1 -r1.2
103 --- qbittorrent-3.0.8.ebuild 23 Jan 2013 19:21:53 -0000 1.1
104 +++ qbittorrent-3.0.8.ebuild 2 Mar 2013 23:09:45 -0000 1.2
105 @@ -1,6 +1,6 @@
106 # Copyright 1999-2013 Gentoo Foundation
107 # Distributed under the terms of the GNU General Public License v2
108 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-3.0.8.ebuild,v 1.1 2013/01/23 19:21:53 hwoarang Exp $
109 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-3.0.8.ebuild,v 1.2 2013/03/02 23:09:45 hwoarang Exp $
110
111 EAPI="2"
112 PYTHON_DEPEND="2"
113 @@ -20,9 +20,9 @@
114 QT_MIN="4.6.1"
115 # boost version so that we always have thread support
116 CDEPEND=">=net-libs/rb_libtorrent-0.16.3
117 - >=x11-libs/qt-core-${QT_MIN}:4
118 - X? ( >=x11-libs/qt-gui-${QT_MIN}:4 )
119 - dbus? ( >=x11-libs/qt-dbus-${QT_MIN}:4 )
120 + >=dev-qt/qtcore-${QT_MIN}:4
121 + X? ( >=dev-qt/qtgui-${QT_MIN}:4 )
122 + dbus? ( >=dev-qt/qtdbus-${QT_MIN}:4 )
123 dev-libs/boost"
124 DEPEND="${CDEPEND}
125 virtual/pkgconfig"
126
127
128
129 1.5 net-p2p/qbittorrent/qbittorrent-2.9.7.ebuild
130
131 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/qbittorrent-2.9.7.ebuild?rev=1.5&view=markup
132 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/qbittorrent-2.9.7.ebuild?rev=1.5&content-type=text/plain
133 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/qbittorrent-2.9.7.ebuild?r1=1.4&r2=1.5
134
135 Index: qbittorrent-2.9.7.ebuild
136 ===================================================================
137 RCS file: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-2.9.7.ebuild,v
138 retrieving revision 1.4
139 retrieving revision 1.5
140 diff -u -r1.4 -r1.5
141 --- qbittorrent-2.9.7.ebuild 4 May 2012 06:33:33 -0000 1.4
142 +++ qbittorrent-2.9.7.ebuild 2 Mar 2013 23:09:45 -0000 1.5
143 @@ -1,6 +1,6 @@
144 -# Copyright 1999-2012 Gentoo Foundation
145 +# Copyright 1999-2013 Gentoo Foundation
146 # Distributed under the terms of the GNU General Public License v2
147 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-2.9.7.ebuild,v 1.4 2012/05/04 06:33:33 jdhore Exp $
148 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-2.9.7.ebuild,v 1.5 2013/03/02 23:09:45 hwoarang Exp $
149
150 EAPI="2"
151 PYTHON_DEPEND="2"
152 @@ -20,9 +20,9 @@
153 QT_MIN="4.6.1"
154 # boost version so that we always have thread support
155 CDEPEND="net-libs/rb_libtorrent
156 - >=x11-libs/qt-core-${QT_MIN}:4
157 - X? ( >=x11-libs/qt-gui-${QT_MIN}:4 )
158 - dbus? ( >=x11-libs/qt-dbus-${QT_MIN}:4 )
159 + >=dev-qt/qtcore-${QT_MIN}:4
160 + X? ( >=dev-qt/qtgui-${QT_MIN}:4 )
161 + dbus? ( >=dev-qt/qtdbus-${QT_MIN}:4 )
162 dev-libs/boost"
163 DEPEND="${CDEPEND}
164 virtual/pkgconfig"
165
166
167
168 1.8 net-p2p/qbittorrent/qbittorrent-9999.ebuild
169
170 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/qbittorrent-9999.ebuild?rev=1.8&view=markup
171 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/qbittorrent-9999.ebuild?rev=1.8&content-type=text/plain
172 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/qbittorrent-9999.ebuild?r1=1.7&r2=1.8
173
174 Index: qbittorrent-9999.ebuild
175 ===================================================================
176 RCS file: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-9999.ebuild,v
177 retrieving revision 1.7
178 retrieving revision 1.8
179 diff -u -r1.7 -r1.8
180 --- qbittorrent-9999.ebuild 16 Sep 2012 17:20:56 -0000 1.7
181 +++ qbittorrent-9999.ebuild 2 Mar 2013 23:09:45 -0000 1.8
182 @@ -1,6 +1,6 @@
183 -# Copyright 1999-2012 Gentoo Foundation
184 +# Copyright 1999-2013 Gentoo Foundation
185 # Distributed under the terms of the GNU General Public License v2
186 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-9999.ebuild,v 1.7 2012/09/16 17:20:56 hwoarang Exp $
187 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-9999.ebuild,v 1.8 2013/03/02 23:09:45 hwoarang Exp $
188
189 EAPI="4"
190 PYTHON_DEPEND="2"
191 @@ -22,9 +22,9 @@
192 QT_MIN="4.6.1"
193 # boost version so that we always have thread support
194 CDEPEND="net-libs/rb_libtorrent
195 - >=x11-libs/qt-core-${QT_MIN}:4
196 - X? ( >=x11-libs/qt-gui-${QT_MIN}:4 )
197 - dbus? ( >=x11-libs/qt-dbus-${QT_MIN}:4 )
198 + >=dev-qt/qtcore-${QT_MIN}:4
199 + X? ( >=dev-qt/qtgui-${QT_MIN}:4 )
200 + dbus? ( >=dev-qt/qtdbus-${QT_MIN}:4 )
201 dev-libs/boost"
202 DEPEND="${CDEPEND}
203 virtual/pkgconfig"
204
205
206
207 1.2 net-p2p/qbittorrent/qbittorrent-3.0.5.ebuild
208
209 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/qbittorrent-3.0.5.ebuild?rev=1.2&view=markup
210 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/qbittorrent-3.0.5.ebuild?rev=1.2&content-type=text/plain
211 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/qbittorrent-3.0.5.ebuild?r1=1.1&r2=1.2
212
213 Index: qbittorrent-3.0.5.ebuild
214 ===================================================================
215 RCS file: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-3.0.5.ebuild,v
216 retrieving revision 1.1
217 retrieving revision 1.2
218 diff -u -r1.1 -r1.2
219 --- qbittorrent-3.0.5.ebuild 1 Oct 2012 19:17:44 -0000 1.1
220 +++ qbittorrent-3.0.5.ebuild 2 Mar 2013 23:09:45 -0000 1.2
221 @@ -1,6 +1,6 @@
222 -# Copyright 1999-2012 Gentoo Foundation
223 +# Copyright 1999-2013 Gentoo Foundation
224 # Distributed under the terms of the GNU General Public License v2
225 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-3.0.5.ebuild,v 1.1 2012/10/01 19:17:44 hwoarang Exp $
226 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-3.0.5.ebuild,v 1.2 2013/03/02 23:09:45 hwoarang Exp $
227
228 EAPI="2"
229 PYTHON_DEPEND="2"
230 @@ -20,9 +20,9 @@
231 QT_MIN="4.6.1"
232 # boost version so that we always have thread support
233 CDEPEND=">=net-libs/rb_libtorrent-0.16.3
234 - >=x11-libs/qt-core-${QT_MIN}:4
235 - X? ( >=x11-libs/qt-gui-${QT_MIN}:4 )
236 - dbus? ( >=x11-libs/qt-dbus-${QT_MIN}:4 )
237 + >=dev-qt/qtcore-${QT_MIN}:4
238 + X? ( >=dev-qt/qtgui-${QT_MIN}:4 )
239 + dbus? ( >=dev-qt/qtdbus-${QT_MIN}:4 )
240 dev-libs/boost"
241 DEPEND="${CDEPEND}
242 virtual/pkgconfig"
243
244
245
246 1.206 net-p2p/qbittorrent/ChangeLog
247
248 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/ChangeLog?rev=1.206&view=markup
249 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/ChangeLog?rev=1.206&content-type=text/plain
250 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/ChangeLog?r1=1.205&r2=1.206
251
252 Index: ChangeLog
253 ===================================================================
254 RCS file: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v
255 retrieving revision 1.205
256 retrieving revision 1.206
257 diff -u -r1.205 -r1.206
258 --- ChangeLog 23 Jan 2013 19:21:53 -0000 1.205
259 +++ ChangeLog 2 Mar 2013 23:09:45 -0000 1.206
260 @@ -1,6 +1,11 @@
261 # ChangeLog for net-p2p/qbittorrent
262 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
263 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.205 2013/01/23 19:21:53 hwoarang Exp $
264 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.206 2013/03/02 23:09:45 hwoarang Exp $
265 +
266 + 02 Mar 2013; Markos Chandras <hwoarang@g.o> qbittorrent-2.9.11.ebuild,
267 + qbittorrent-2.9.7.ebuild, qbittorrent-3.0.5.ebuild, qbittorrent-3.0.6.ebuild,
268 + qbittorrent-3.0.8.ebuild, qbittorrent-9999.ebuild:
269 + Move Qt dependencies to the new category
270
271 *qbittorrent-3.0.8 (23 Jan 2013)