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-9999.ebuild ChangeLog
Date: Mon, 30 Dec 2013 12:55:54
Message-Id: 20131230125547.A8F602004C@flycatcher.gentoo.org
1 hwoarang 13/12/30 12:55:47
2
3 Modified: qbittorrent-9999.ebuild ChangeLog
4 Log:
5 Use system's qtsingleapplication (>=2.6.1_p20130904) to take advantage of the new X use-flag
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!)
8
9 Revision Changes Path
10 1.14 net-p2p/qbittorrent/qbittorrent-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/qbittorrent-9999.ebuild?rev=1.14&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/qbittorrent-9999.ebuild?rev=1.14&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/qbittorrent-9999.ebuild?r1=1.13&r2=1.14
15
16 Index: qbittorrent-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-9999.ebuild,v
19 retrieving revision 1.13
20 retrieving revision 1.14
21 diff -u -r1.13 -r1.14
22 --- qbittorrent-9999.ebuild 24 Nov 2013 10:08:09 -0000 1.13
23 +++ qbittorrent-9999.ebuild 30 Dec 2013 12:55:47 -0000 1.14
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-9999.ebuild,v 1.13 2013/11/24 10:08:09 hwoarang Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-9999.ebuild,v 1.14 2013/12/30 12:55:47 hwoarang Exp $
29
30 EAPI=5
31 PYTHON_COMPAT=( python{2_6,2_7} )
32 @@ -23,7 +23,8 @@
33 CDEPEND="dev-libs/boost
34 dev-qt/qtcore:4
35 net-libs/rb_libtorrent
36 - X? ( dev-qt/qtgui:4 dev-qt/qtsingleapplication )
37 + >=dev-qt/qtsingleapplication-2.6.1_p20130904
38 + X? ( dev-qt/qtgui:4 )
39
40 dbus? ( dev-qt/qtdbus:4 )"
41 DEPEND="${CDEPEND}
42 @@ -44,16 +45,11 @@
43 local myconf
44 use geoip || myconf+=" --disable-geoip-database"
45 use dbus || myconf+=" --disable-qt-dbus"
46 -
47 - # 491494 workaround
48 - if use X; then
49 - myconf+=" --with-qtsingleapplication=system"
50 - else
51 - myconf+=" --disable-gui"
52 - fi
53 + use X || myconf+=" --disable-gui"
54
55 # econf fails, since this uses qconf
56 ./configure --prefix=/usr --qtdir=/usr \
57 + --with-qtsingleapplication=system \
58 --with-libboost-inc=/usr/include/boost \
59 ${myconf} || die "configure failed"
60 eqmake4
61
62
63
64 1.222 net-p2p/qbittorrent/ChangeLog
65
66 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/ChangeLog?rev=1.222&view=markup
67 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/ChangeLog?rev=1.222&content-type=text/plain
68 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/ChangeLog?r1=1.221&r2=1.222
69
70 Index: ChangeLog
71 ===================================================================
72 RCS file: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v
73 retrieving revision 1.221
74 retrieving revision 1.222
75 diff -u -r1.221 -r1.222
76 --- ChangeLog 24 Nov 2013 10:08:09 -0000 1.221
77 +++ ChangeLog 30 Dec 2013 12:55:47 -0000 1.222
78 @@ -1,6 +1,10 @@
79 # ChangeLog for net-p2p/qbittorrent
80 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
81 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.221 2013/11/24 10:08:09 hwoarang Exp $
82 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.222 2013/12/30 12:55:47 hwoarang Exp $
83 +
84 + 30 Dec 2013; Markos Chandras <hwoarang@g.o> qbittorrent-9999.ebuild:
85 + Use system's qtsingleapplication (>=2.6.1_p20130904) to take advantage of the
86 + new X use-flag
87
88 24 Nov 2013; Markos Chandras <hwoarang@g.o> qbittorrent-3.1.3.ebuild,
89 qbittorrent-9999.ebuild: