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 qbittorrent-3.1.10.ebuild ChangeLog
Date: Thu, 02 Oct 2014 20:17:35
Message-Id: 20141002201729.F19AF6CB3@oystercatcher.gentoo.org
1 hwoarang 14/10/02 20:17:29
2
3 Modified: qbittorrent-9999.ebuild ChangeLog
4 Added: qbittorrent-3.1.10.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!)
9
10 Revision Changes Path
11 1.17 net-p2p/qbittorrent/qbittorrent-9999.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/qbittorrent-9999.ebuild?rev=1.17&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/qbittorrent-9999.ebuild?rev=1.17&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/qbittorrent-9999.ebuild?r1=1.16&r2=1.17
16
17 Index: qbittorrent-9999.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-9999.ebuild,v
20 retrieving revision 1.16
21 retrieving revision 1.17
22 diff -u -r1.16 -r1.17
23 --- qbittorrent-9999.ebuild 24 May 2014 22:53:34 -0000 1.16
24 +++ qbittorrent-9999.ebuild 2 Oct 2014 20:17:29 -0000 1.17
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-9999.ebuild,v 1.16 2014/05/24 22:53:34 pesa Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-9999.ebuild,v 1.17 2014/10/02 20:17:29 hwoarang Exp $
30
31 EAPI=5
32 PYTHON_COMPAT=( python{2_6,2_7} )
33 @@ -34,7 +34,7 @@
34 geoip? ( dev-libs/geoip )
35 "
36
37 -DOCS=(AUTHORS Changelog README TODO)
38 +DOCS=(AUTHORS Changelog README.md TODO)
39
40 src_configure() {
41 # Custom configure script, econf fails
42
43
44
45 1.231 net-p2p/qbittorrent/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/ChangeLog?rev=1.231&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/ChangeLog?rev=1.231&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/ChangeLog?r1=1.230&r2=1.231
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v
54 retrieving revision 1.230
55 retrieving revision 1.231
56 diff -u -r1.230 -r1.231
57 --- ChangeLog 24 May 2014 22:53:34 -0000 1.230
58 +++ ChangeLog 2 Oct 2014 20:17:29 -0000 1.231
59 @@ -1,6 +1,12 @@
60 # ChangeLog for net-p2p/qbittorrent
61 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.230 2014/05/24 22:53:34 pesa Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.231 2014/10/02 20:17:29 hwoarang Exp $
64 +
65 +*qbittorrent-3.1.10 (02 Oct 2014)
66 +
67 + 02 Oct 2014; Markos Chandras <hwoarang@g.o> +qbittorrent-3.1.10.ebuild,
68 + qbittorrent-9999.ebuild:
69 + Version bump
70
71 *qbittorrent-3.1.9.2-r1 (24 May 2014)
72
73
74
75
76 1.1 net-p2p/qbittorrent/qbittorrent-3.1.10.ebuild
77
78 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/qbittorrent-3.1.10.ebuild?rev=1.1&view=markup
79 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/qbittorrent-3.1.10.ebuild?rev=1.1&content-type=text/plain
80
81 Index: qbittorrent-3.1.10.ebuild
82 ===================================================================
83 # Copyright 1999-2014 Gentoo Foundation
84 # Distributed under the terms of the GNU General Public License v2
85 # $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-3.1.10.ebuild,v 1.1 2014/10/02 20:17:29 hwoarang Exp $
86
87 EAPI=5
88 PYTHON_COMPAT=( python{2_6,2_7} )
89
90 inherit python-r1 qt4-r2
91
92 DESCRIPTION="BitTorrent client in C++ and Qt"
93 HOMEPAGE="http://www.qbittorrent.org/"
94 MY_P=${P/_}
95 SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.xz"
96
97 LICENSE="GPL-2"
98 SLOT="0"
99 KEYWORDS="~amd64 ~arm ~x86"
100
101 IUSE="dbus debug geoip +X"
102
103 # geoip and python are runtime deps only (see INSTALL file)
104 CDEPEND="
105 dev-libs/boost:=
106 dev-qt/qtcore:4
107 >=dev-qt/qtsingleapplication-2.6.1_p20130904-r1[X?]
108 >=net-libs/rb_libtorrent-0.16.10
109 dbus? ( dev-qt/qtdbus:4 )
110 X? ( dev-qt/qtgui:4 )
111 "
112 DEPEND="${CDEPEND}
113 virtual/pkgconfig
114 "
115 RDEPEND="${CDEPEND}
116 ${PYTHON_DEPS}
117 geoip? ( dev-libs/geoip )
118 "
119
120 S=${WORKDIR}/${MY_P}
121 DOCS=(AUTHORS Changelog README.md TODO)
122
123 src_configure() {
124 # Custom configure script, econf fails
125 local myconf=(
126 ./configure
127 --prefix="${EPREFIX}/usr"
128 --with-libboost-inc="${EPREFIX}/usr/include/boost"
129 --with-qtsingleapplication=system
130 $(use dbus || echo --disable-qt-dbus)
131 $(use debug && echo --enable-debug)
132 $(use geoip || echo --disable-geoip-database)
133 $(use X || echo --disable-gui)
134 )
135
136 echo "${myconf[@]}"
137 "${myconf[@]}" || die "configure failed"
138 eqmake4
139 }