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-3.1.3.ebuild qbittorrent-9999.ebuild ChangeLog qbittorrent-3.1.0.ebuild qbittorrent-3.1.2.ebuild
Date: Fri, 22 Nov 2013 22:28:06
Message-Id: 20131122222756.987502004B@flycatcher.gentoo.org
1 hwoarang 13/11/22 22:27:56
2
3 Modified: qbittorrent-9999.ebuild ChangeLog
4 Added: qbittorrent-3.1.3.ebuild
5 Removed: qbittorrent-3.1.0.ebuild qbittorrent-3.1.2.ebuild
6 Log:
7 Version bump. Bug #492316
8
9 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!)
10
11 Revision Changes Path
12 1.12 net-p2p/qbittorrent/qbittorrent-9999.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/qbittorrent-9999.ebuild?rev=1.12&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/qbittorrent-9999.ebuild?rev=1.12&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/qbittorrent-9999.ebuild?r1=1.11&r2=1.12
17
18 Index: qbittorrent-9999.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-9999.ebuild,v
21 retrieving revision 1.11
22 retrieving revision 1.12
23 diff -u -r1.11 -r1.12
24 --- qbittorrent-9999.ebuild 13 Oct 2013 10:35:28 -0000 1.11
25 +++ qbittorrent-9999.ebuild 22 Nov 2013 22:27:56 -0000 1.12
26 @@ -1,6 +1,6 @@
27 # Copyright 1999-2013 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-9999.ebuild,v 1.11 2013/10/13 10:35:28 hwoarang Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-9999.ebuild,v 1.12 2013/11/22 22:27:56 hwoarang Exp $
31
32 EAPI=5
33 PYTHON_COMPAT=( python{2_6,2_7} )
34 @@ -42,10 +42,16 @@
35
36 src_configure() {
37 local myconf
38 - use X || myconf+=" --disable-gui"
39 use geoip || myconf+=" --disable-geoip-database"
40 use dbus || myconf+=" --disable-qt-dbus"
41
42 + # 491494 workaround
43 + if use X; then
44 + myconf+=" --with-qtsingleapplication=system"
45 + else
46 + myconf+=" --disable-gui"
47 + fi
48 +
49 # econf fails, since this uses qconf
50 ./configure --prefix=/usr --qtdir=/usr \
51 --with-libboost-inc=/usr/include/boost \
52
53
54
55 1.220 net-p2p/qbittorrent/ChangeLog
56
57 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/ChangeLog?rev=1.220&view=markup
58 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/ChangeLog?rev=1.220&content-type=text/plain
59 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/ChangeLog?r1=1.219&r2=1.220
60
61 Index: ChangeLog
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v
64 retrieving revision 1.219
65 retrieving revision 1.220
66 diff -u -r1.219 -r1.220
67 --- ChangeLog 17 Nov 2013 12:23:56 -0000 1.219
68 +++ ChangeLog 22 Nov 2013 22:27:56 -0000 1.220
69 @@ -1,6 +1,12 @@
70 # ChangeLog for net-p2p/qbittorrent
71 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
72 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.219 2013/11/17 12:23:56 hwoarang Exp $
73 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.220 2013/11/22 22:27:56 hwoarang Exp $
74 +
75 +*qbittorrent-3.1.3 (22 Nov 2013)
76 +
77 + 22 Nov 2013; Markos Chandras <hwoarang@g.o> +qbittorrent-3.1.3.ebuild,
78 + -qbittorrent-3.1.0.ebuild, -qbittorrent-3.1.2.ebuild, qbittorrent-9999.ebuild:
79 + Version bump. Bug #492316
80
81 *qbittorrent-3.1.2 (11 Nov 2013)
82
83
84
85
86 1.1 net-p2p/qbittorrent/qbittorrent-3.1.3.ebuild
87
88 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/qbittorrent-3.1.3.ebuild?rev=1.1&view=markup
89 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/qbittorrent-3.1.3.ebuild?rev=1.1&content-type=text/plain
90
91 Index: qbittorrent-3.1.3.ebuild
92 ===================================================================
93 # Copyright 1999-2013 Gentoo Foundation
94 # Distributed under the terms of the GNU General Public License v2
95 # $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-3.1.3.ebuild,v 1.1 2013/11/22 22:27:56 hwoarang Exp $
96
97 EAPI=5
98 PYTHON_COMPAT=( python{2_6,2_7} )
99
100 inherit python-r1 qt4-r2
101
102 MY_P="${P/_/}"
103 DESCRIPTION="BitTorrent client in C++ and Qt"
104 HOMEPAGE="http://www.qbittorrent.org/"
105 SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
106
107 LICENSE="GPL-2"
108 SLOT="0"
109 KEYWORDS="~amd64 ~arm ~x86"
110 IUSE="dbus +X geoip"
111
112 # python-2 is a runtime dep only, for the search engine (see INSTALL file)
113 CDEPEND="dev-libs/boost
114 dev-qt/qtcore:4
115 dev-qt/qtsingleapplication
116 >=net-libs/rb_libtorrent-0.16.3
117 X? ( dev-qt/qtgui:4 )
118 dbus? ( dev-qt/qtdbus:4 )"
119 DEPEND="${CDEPEND}
120 virtual/pkgconfig"
121 RDEPEND="${CDEPEND}
122 ${PYTHON_DEPS}
123 geoip? ( dev-libs/geoip )"
124
125 DOCS="AUTHORS Changelog NEWS README TODO"
126 S="${WORKDIR}/${MY_P}"
127
128 src_prepare() {
129 # Respect LDFLAGS
130 sed -i -e 's/-Wl,--as-needed/$(LDFLAGS)/g' src/src.pro
131 qt4-r2_src_prepare
132 }
133
134 src_configure() {
135 local myconf
136 use geoip || myconf+=" --disable-geoip-database"
137 use dbus || myconf+=" --disable-qt-dbus"
138
139 # 491494 workaround
140 if use X; then
141 myconf+=" --with-qtsingleapplication=system"
142 else
143 myconf+=" --disable-gui"
144 fi
145
146 # econf fails, since this uses qconf
147 ./configure --prefix=/usr --qtdir=/usr \
148 --with-libboost-inc=/usr/include/boost \
149 ${myconf} || die "configure failed"
150 eqmake4
151 }