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:05:29
Message-Id: 20100826140524.5F3B620051@flycatcher.gentoo.org
1 hwoarang 10/08/26 14:05:24
2
3 Modified: qbittorrent-2.4.0.ebuild ChangeLog
4 Log:
5 Fix my latest commit. qt-dbus is NOT an optional dependency
6 (Portage version: 2.1.8.3/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.3 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.3&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/qbittorrent-2.4.0.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/qbittorrent-2.4.0.ebuild?r1=1.2&r2=1.3
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.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- qbittorrent-2.4.0.ebuild 26 Aug 2010 14:03:38 -0000 1.2
22 +++ qbittorrent-2.4.0.ebuild 26 Aug 2010 14:05:24 -0000 1.3
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.2 2010/08/26 14:03:38 hwoarang Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-2.4.0.ebuild,v 1.3 2010/08/26 14:05:24 hwoarang Exp $
28
29 EAPI="2"
30 PYTHON_DEPEND="2"
31 @@ -20,8 +20,9 @@
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[dbus]
36 - libnotify? ( x11-libs/qt-gui:4[dbus,glib] ) )
37 + x11-libs/qt-dbus:4
38 + X? ( x11-libs/qt-gui:4
39 + libnotify? ( x11-libs/qt-gui:4[glib] ) )
40 dev-libs/boost"
41 DEPEND="${CDEPEND}
42 dev-util/pkgconfig"
43
44
45
46 1.109 net-p2p/qbittorrent/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/ChangeLog?rev=1.109&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/ChangeLog?rev=1.109&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/ChangeLog?r1=1.108&r2=1.109
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v
55 retrieving revision 1.108
56 retrieving revision 1.109
57 diff -u -r1.108 -r1.109
58 --- ChangeLog 26 Aug 2010 14:03:38 -0000 1.108
59 +++ ChangeLog 26 Aug 2010 14:05:24 -0000 1.109
60 @@ -1,6 +1,10 @@
61 # ChangeLog for net-p2p/qbittorrent
62 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.108 2010/08/26 14:03:38 hwoarang Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.109 2010/08/26 14:05:24 hwoarang Exp $
65 +
66 + 26 Aug 2010; Markos Chandras <hwoarang@g.o>
67 + qbittorrent-2.4.0.ebuild:
68 + Fix my latest commit. qt-dbus is NOT an optional dependency
69
70 26 Aug 2010; Markos Chandras <hwoarang@g.o>
71 qbittorrent-2.4.0.ebuild: