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.9.11.ebuild qbittorrent-3.0.0_rc2.ebuild ChangeLog qbittorrent-3.0.0_beta4.ebuild qbittorrent-2.9.10.ebuild qbittorrent-2.9.8.ebuild qbittorrent-2.9.9.ebuild
Date: Mon, 02 Jul 2012 18:20:32
Message-Id: 20120702182020.DBB662004B@flycatcher.gentoo.org
1 hwoarang 12/07/02 18:20:20
2
3 Modified: ChangeLog
4 Added: qbittorrent-2.9.11.ebuild
5 qbittorrent-3.0.0_rc2.ebuild
6 Removed: qbittorrent-3.0.0_beta4.ebuild
7 qbittorrent-2.9.10.ebuild qbittorrent-2.9.8.ebuild
8 qbittorrent-2.9.9.ebuild
9 Log:
10 Version bump. Remove old
11
12 (Portage version: 2.1.11.3/cvs/Linux x86_64)
13
14 Revision Changes Path
15 1.190 net-p2p/qbittorrent/ChangeLog
16
17 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/ChangeLog?rev=1.190&view=markup
18 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/ChangeLog?rev=1.190&content-type=text/plain
19 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/ChangeLog?r1=1.189&r2=1.190
20
21 Index: ChangeLog
22 ===================================================================
23 RCS file: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v
24 retrieving revision 1.189
25 retrieving revision 1.190
26 diff -u -r1.189 -r1.190
27 --- ChangeLog 26 Jun 2012 19:16:09 -0000 1.189
28 +++ ChangeLog 2 Jul 2012 18:20:20 -0000 1.190
29 @@ -1,6 +1,15 @@
30 # ChangeLog for net-p2p/qbittorrent
31 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
32 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.189 2012/06/26 19:16:09 hwoarang Exp $
33 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.190 2012/07/02 18:20:20 hwoarang Exp $
34 +
35 +*qbittorrent-3.0.0_rc2 (02 Jul 2012)
36 +*qbittorrent-2.9.11 (02 Jul 2012)
37 +
38 + 02 Jul 2012; Markos Chandras <hwoarang@g.o> +qbittorrent-2.9.11.ebuild,
39 + +qbittorrent-3.0.0_rc2.ebuild, -qbittorrent-2.9.10.ebuild,
40 + -qbittorrent-2.9.8.ebuild, -qbittorrent-2.9.9.ebuild,
41 + -qbittorrent-3.0.0_beta4.ebuild:
42 + Version bump. Remove old
43
44 *qbittorrent-3.0.0_beta4 (26 Jun 2012)
45 *qbittorrent-2.9.10 (26 Jun 2012)
46
47
48
49 1.1 net-p2p/qbittorrent/qbittorrent-2.9.11.ebuild
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/qbittorrent-2.9.11.ebuild?rev=1.1&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/qbittorrent-2.9.11.ebuild?rev=1.1&content-type=text/plain
53
54 Index: qbittorrent-2.9.11.ebuild
55 ===================================================================
56 # Copyright 1999-2012 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 # $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-2.9.11.ebuild,v 1.1 2012/07/02 18:20:20 hwoarang Exp $
59
60 EAPI="2"
61 PYTHON_DEPEND="2"
62
63 inherit python qt4-r2 versionator
64
65 MY_P="${P/_/}"
66 DESCRIPTION="BitTorrent client in C++ and Qt"
67 HOMEPAGE="http://www.qbittorrent.org/"
68 SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
69
70 LICENSE="GPL-2"
71 SLOT="0"
72 KEYWORDS="~amd64 ~x86"
73 IUSE="dbus +X geoip"
74
75 QT_MIN="4.6.1"
76 # boost version so that we always have thread support
77 CDEPEND="net-libs/rb_libtorrent
78 >=x11-libs/qt-core-${QT_MIN}:4
79 X? ( >=x11-libs/qt-gui-${QT_MIN}:4 )
80 dbus? ( >=x11-libs/qt-dbus-${QT_MIN}:4 )
81 dev-libs/boost"
82 DEPEND="${CDEPEND}
83 virtual/pkgconfig"
84 RDEPEND="${CDEPEND}
85 geoip? ( dev-libs/geoip )"
86
87 DOCS="AUTHORS Changelog NEWS README TODO"
88
89 S="${WORKDIR}/${MY_P}"
90
91 pkg_setup() {
92 python_set_active_version 2
93 python_pkg_setup
94 }
95
96 src_prepare() {
97 # Respect LDFLAGS
98 sed -i -e 's/-Wl,--as-needed/$(LDFLAGS)/g' src/src.pro
99 qt4-r2_src_prepare
100 }
101
102 src_configure() {
103 local myconf
104 use X || myconf+=" --disable-gui"
105 use geoip || myconf+=" --disable-geoip-database"
106 use dbus || myconf+=" --disable-qt-dbus"
107
108 # slotted boost detection, bug #309415
109 BOOST_PKG="$(best_version ">=dev-libs/boost-1.34.1")"
110 BOOST_VER="$(get_version_component_range 1-2 "${BOOST_PKG/*boost-/}")"
111 BOOST_VER="$(replace_all_version_separators _ "${BOOST_VER}")"
112 myconf+=" --with-libboost-inc=/usr/include/boost-${BOOST_VER}"
113
114 # econf fails, since this uses qconf
115 ./configure --prefix=/usr --qtdir=/usr ${myconf} || die "configure failed"
116 eqmake4
117 }
118
119
120
121 1.1 net-p2p/qbittorrent/qbittorrent-3.0.0_rc2.ebuild
122
123 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/qbittorrent-3.0.0_rc2.ebuild?rev=1.1&view=markup
124 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/qbittorrent-3.0.0_rc2.ebuild?rev=1.1&content-type=text/plain
125
126 Index: qbittorrent-3.0.0_rc2.ebuild
127 ===================================================================
128 # Copyright 1999-2012 Gentoo Foundation
129 # Distributed under the terms of the GNU General Public License v2
130 # $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-3.0.0_rc2.ebuild,v 1.1 2012/07/02 18:20:20 hwoarang Exp $
131
132 EAPI="2"
133 PYTHON_DEPEND="2"
134
135 inherit python qt4-r2 versionator
136
137 MY_P="${P/_/}"
138 DESCRIPTION="BitTorrent client in C++ and Qt"
139 HOMEPAGE="http://www.qbittorrent.org/"
140 SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
141
142 LICENSE="GPL-2"
143 SLOT="0"
144 KEYWORDS="~amd64 ~x86"
145 IUSE="dbus +X geoip"
146
147 QT_MIN="4.6.1"
148 # boost version so that we always have thread support
149 CDEPEND="net-libs/rb_libtorrent
150 >=x11-libs/qt-core-${QT_MIN}:4
151 X? ( >=x11-libs/qt-gui-${QT_MIN}:4 )
152 dbus? ( >=x11-libs/qt-dbus-${QT_MIN}:4 )
153 dev-libs/boost"
154 DEPEND="${CDEPEND}
155 virtual/pkgconfig"
156 RDEPEND="${CDEPEND}
157 geoip? ( dev-libs/geoip )"
158
159 DOCS="AUTHORS Changelog NEWS README TODO"
160
161 S="${WORKDIR}/${MY_P}"
162
163 pkg_setup() {
164 python_set_active_version 2
165 python_pkg_setup
166 }
167
168 src_prepare() {
169 # Respect LDFLAGS
170 sed -i -e 's/-Wl,--as-needed/$(LDFLAGS)/g' src/src.pro
171 qt4-r2_src_prepare
172 }
173
174 src_configure() {
175 local myconf
176 use X || myconf+=" --disable-gui"
177 use geoip || myconf+=" --disable-geoip-database"
178 use dbus || myconf+=" --disable-qt-dbus"
179
180 # slotted boost detection, bug #309415
181 BOOST_PKG="$(best_version ">=dev-libs/boost-1.34.1")"
182 BOOST_VER="$(get_version_component_range 1-2 "${BOOST_PKG/*boost-/}")"
183 BOOST_VER="$(replace_all_version_separators _ "${BOOST_VER}")"
184 myconf+=" --with-libboost-inc=/usr/include/boost-${BOOST_VER}"
185
186 # econf fails, since this uses qconf
187 ./configure --prefix=/usr --qtdir=/usr ${myconf} || die "configure failed"
188 eqmake4
189 }