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.7.3.ebuild qbittorrent-9999.ebuild ChangeLog qbittorrent-2.7.2.ebuild qbittorrent-2.8.0_beta4.ebuild
Date: Sat, 30 Apr 2011 18:51:32
Message-Id: 20110430185110.3136C20054@flycatcher.gentoo.org
1 hwoarang 11/04/30 18:51:10
2
3 Modified: qbittorrent-2.7.3.ebuild qbittorrent-9999.ebuild
4 ChangeLog qbittorrent-2.7.2.ebuild
5 qbittorrent-2.8.0_beta4.ebuild
6 Log:
7 Lower down the minimum Qt4 version. Bug #364321
8
9 (Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.2 net-p2p/qbittorrent/qbittorrent-2.7.3.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/qbittorrent-2.7.3.ebuild?rev=1.2&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/qbittorrent-2.7.3.ebuild?rev=1.2&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/qbittorrent-2.7.3.ebuild?r1=1.1&r2=1.2
17
18 Index: qbittorrent-2.7.3.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-2.7.3.ebuild,v
21 retrieving revision 1.1
22 retrieving revision 1.2
23 diff -u -r1.1 -r1.2
24 --- qbittorrent-2.7.3.ebuild 20 Apr 2011 22:38:42 -0000 1.1
25 +++ qbittorrent-2.7.3.ebuild 30 Apr 2011 18:51:10 -0000 1.2
26 @@ -1,6 +1,6 @@
27 # Copyright 1999-2011 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-2.7.3.ebuild,v 1.1 2011/04/20 22:38:42 hwoarang Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-2.7.3.ebuild,v 1.2 2011/04/30 18:51:10 hwoarang Exp $
31
32 EAPI="2"
33 PYTHON_DEPEND="2"
34 @@ -17,7 +17,7 @@
35 KEYWORDS="~amd64 ~x86"
36 IUSE="dbus +X geoip"
37
38 -QT_MIN="4.7.1"
39 +QT_MIN="4.6.1"
40 # boost version so that we always have thread support
41 CDEPEND="net-libs/rb_libtorrent
42 >=x11-libs/qt-core-${QT_MIN}:4
43
44
45
46 1.4 net-p2p/qbittorrent/qbittorrent-9999.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/qbittorrent-9999.ebuild?rev=1.4&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/qbittorrent-9999.ebuild?rev=1.4&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/qbittorrent-9999.ebuild?r1=1.3&r2=1.4
51
52 Index: qbittorrent-9999.ebuild
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-9999.ebuild,v
55 retrieving revision 1.3
56 retrieving revision 1.4
57 diff -u -r1.3 -r1.4
58 --- qbittorrent-9999.ebuild 8 Apr 2011 07:52:10 -0000 1.3
59 +++ qbittorrent-9999.ebuild 30 Apr 2011 18:51:10 -0000 1.4
60 @@ -1,6 +1,6 @@
61 # Copyright 1999-2011 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-9999.ebuild,v 1.3 2011/04/08 07:52:10 hwoarang Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-9999.ebuild,v 1.4 2011/04/30 18:51:10 hwoarang Exp $
65
66 EAPI="2"
67 PYTHON_DEPEND="2"
68 @@ -17,7 +17,7 @@
69
70 IUSE="dbus +X geoip"
71
72 -QT_MIN="4.7.1"
73 +QT_MIN="4.6.1"
74 # boost version so that we always have thread support
75 CDEPEND="net-libs/rb_libtorrent
76 >=x11-libs/qt-core-${QT_MIN}:4
77
78
79
80 1.151 net-p2p/qbittorrent/ChangeLog
81
82 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/ChangeLog?rev=1.151&view=markup
83 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/ChangeLog?rev=1.151&content-type=text/plain
84 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/ChangeLog?r1=1.150&r2=1.151
85
86 Index: ChangeLog
87 ===================================================================
88 RCS file: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v
89 retrieving revision 1.150
90 retrieving revision 1.151
91 diff -u -r1.150 -r1.151
92 --- ChangeLog 20 Apr 2011 22:38:42 -0000 1.150
93 +++ ChangeLog 30 Apr 2011 18:51:10 -0000 1.151
94 @@ -1,6 +1,11 @@
95 # ChangeLog for net-p2p/qbittorrent
96 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
97 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.150 2011/04/20 22:38:42 hwoarang Exp $
98 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.151 2011/04/30 18:51:10 hwoarang Exp $
99 +
100 + 30 Apr 2011; Markos Chandras <hwoarang@g.o> qbittorrent-2.7.2.ebuild,
101 + qbittorrent-2.7.3.ebuild, qbittorrent-2.8.0_beta4.ebuild,
102 + qbittorrent-9999.ebuild:
103 + Lower down the minimum Qt4 version. Bug #364321
104
105 *qbittorrent-2.8.0_beta4 (20 Apr 2011)
106 *qbittorrent-2.7.3 (20 Apr 2011)
107
108
109
110 1.3 net-p2p/qbittorrent/qbittorrent-2.7.2.ebuild
111
112 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/qbittorrent-2.7.2.ebuild?rev=1.3&view=markup
113 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/qbittorrent-2.7.2.ebuild?rev=1.3&content-type=text/plain
114 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/qbittorrent-2.7.2.ebuild?r1=1.2&r2=1.3
115
116 Index: qbittorrent-2.7.2.ebuild
117 ===================================================================
118 RCS file: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-2.7.2.ebuild,v
119 retrieving revision 1.2
120 retrieving revision 1.3
121 diff -u -r1.2 -r1.3
122 --- qbittorrent-2.7.2.ebuild 8 Apr 2011 07:52:10 -0000 1.2
123 +++ qbittorrent-2.7.2.ebuild 30 Apr 2011 18:51:10 -0000 1.3
124 @@ -1,6 +1,6 @@
125 # Copyright 1999-2011 Gentoo Foundation
126 # Distributed under the terms of the GNU General Public License v2
127 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-2.7.2.ebuild,v 1.2 2011/04/08 07:52:10 hwoarang Exp $
128 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-2.7.2.ebuild,v 1.3 2011/04/30 18:51:10 hwoarang Exp $
129
130 EAPI="2"
131 PYTHON_DEPEND="2"
132 @@ -17,7 +17,7 @@
133 KEYWORDS="~amd64 ~x86"
134 IUSE="dbus +X geoip"
135
136 -QT_MIN="4.7.1"
137 +QT_MIN="4.6.1"
138 # boost version so that we always have thread support
139 CDEPEND="net-libs/rb_libtorrent
140 >=x11-libs/qt-core-${QT_MIN}:4
141
142
143
144 1.2 net-p2p/qbittorrent/qbittorrent-2.8.0_beta4.ebuild
145
146 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/qbittorrent-2.8.0_beta4.ebuild?rev=1.2&view=markup
147 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/qbittorrent-2.8.0_beta4.ebuild?rev=1.2&content-type=text/plain
148 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/qbittorrent-2.8.0_beta4.ebuild?r1=1.1&r2=1.2
149
150 Index: qbittorrent-2.8.0_beta4.ebuild
151 ===================================================================
152 RCS file: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-2.8.0_beta4.ebuild,v
153 retrieving revision 1.1
154 retrieving revision 1.2
155 diff -u -r1.1 -r1.2
156 --- qbittorrent-2.8.0_beta4.ebuild 20 Apr 2011 22:38:42 -0000 1.1
157 +++ qbittorrent-2.8.0_beta4.ebuild 30 Apr 2011 18:51:10 -0000 1.2
158 @@ -1,6 +1,6 @@
159 # Copyright 1999-2011 Gentoo Foundation
160 # Distributed under the terms of the GNU General Public License v2
161 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-2.8.0_beta4.ebuild,v 1.1 2011/04/20 22:38:42 hwoarang Exp $
162 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-2.8.0_beta4.ebuild,v 1.2 2011/04/30 18:51:10 hwoarang Exp $
163
164 EAPI="2"
165 PYTHON_DEPEND="2"
166 @@ -17,7 +17,7 @@
167 KEYWORDS="~amd64 ~x86"
168 IUSE="dbus +X geoip"
169
170 -QT_MIN="4.7.1"
171 +QT_MIN="4.6.1"
172 # boost version so that we always have thread support
173 CDEPEND="net-libs/rb_libtorrent
174 >=x11-libs/qt-core-${QT_MIN}:4