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.4.0.ebuild ChangeLog
Date: Thu, 26 Aug 2010 14:03:47
Message-Id: 20100826140338.23A3520051@flycatcher.gentoo.org
1 hwoarang 10/08/26 14:03:38
2
3 Modified: qbittorrent-2.4.0.ebuild ChangeLog
4 Log:
5 Add dbus use dependency for qt-gui
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 net-p2p/qbittorrent/qbittorrent-2.4.0.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/qbittorrent-2.4.0.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/qbittorrent-2.4.0.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/qbittorrent-2.4.0.ebuild?r1=1.1&r2=1.2
14
15 Index: qbittorrent-2.4.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-2.4.0.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- qbittorrent-2.4.0.ebuild 26 Aug 2010 13:36:31 -0000 1.1
22 +++ qbittorrent-2.4.0.ebuild 26 Aug 2010 14:03:38 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-2.4.0.ebuild,v 1.1 2010/08/26 13:36:31 hwoarang Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-2.4.0.ebuild,v 1.2 2010/08/26 14:03:38 hwoarang Exp $
28
29 EAPI="2"
30 PYTHON_DEPEND="2"
31 @@ -20,8 +20,8 @@
32 # boost version so that we always have thread support
33 CDEPEND="net-libs/rb_libtorrent
34 x11-libs/qt-core:4
35 - X? ( x11-libs/qt-gui:4
36 - libnotify? ( x11-libs/qt-gui:4[glib] ) )
37 + X? ( x11-libs/qt-gui:4[dbus]
38 + libnotify? ( x11-libs/qt-gui:4[dbus,glib] ) )
39 dev-libs/boost"
40 DEPEND="${CDEPEND}
41 dev-util/pkgconfig"
42
43
44
45 1.108 net-p2p/qbittorrent/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/ChangeLog?rev=1.108&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/ChangeLog?rev=1.108&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/ChangeLog?r1=1.107&r2=1.108
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v
54 retrieving revision 1.107
55 retrieving revision 1.108
56 diff -u -r1.107 -r1.108
57 --- ChangeLog 26 Aug 2010 13:36:31 -0000 1.107
58 +++ ChangeLog 26 Aug 2010 14:03:38 -0000 1.108
59 @@ -1,6 +1,10 @@
60 # ChangeLog for net-p2p/qbittorrent
61 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.107 2010/08/26 13:36:31 hwoarang Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.108 2010/08/26 14:03:38 hwoarang Exp $
64 +
65 + 26 Aug 2010; Markos Chandras <hwoarang@g.o>
66 + qbittorrent-2.4.0.ebuild:
67 + Add dbus use dependency for qt-gui
68
69 *qbittorrent-2.4.0 (26 Aug 2010)