hwoarang 15/04/19 09:05:14 Modified: qbittorrent-9999.ebuild ChangeLog Log: Bump rb_libtorrent dep. Drop geoip support. Bug #546440 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!)
Revision Changes Path 1.22 net-p2p/qbittorrent/qbittorrent-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/qbittorrent-9999.ebuild?rev=1.22&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/qbittorrent-9999.ebuild?rev=1.22&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/qbittorrent-9999.ebuild?r1=1.21&r2=1.22 Index: qbittorrent-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-9999.ebuild,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- qbittorrent-9999.ebuild 1 Mar 2015 15:49:39 -0000 1.21 +++ qbittorrent-9999.ebuild 19 Apr 2015 09:05:14 -0000 1.22 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-9999.ebuild,v 1.21 2015/03/01 15:49:39 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-9999.ebuild,v 1.22 2015/04/19 09:05:14 hwoarang Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -21,16 +21,14 @@ LICENSE="GPL-2" SLOT="0" -IUSE="+dbus debug geoip +qt4 qt5 webui +X" +IUSE="+dbus debug +qt4 qt5 webui +X" REQUIRED_USE="^^ ( qt4 qt5 ) - dbus? ( X ) - geoip? ( X )" + dbus? ( X )" -# geoip and python are runtime deps only (see INSTALL file) CDEPEND=" dev-libs/boost:= >=dev-qt/qtsingleapplication-2.6.1_p20130904-r1[X?,qt4?,qt5?] - >=net-libs/rb_libtorrent-0.16.17 + >=net-libs/rb_libtorrent-1.0.0 sys-libs/zlib qt4? ( dev-qt/qtcore:4 dbus? ( dev-qt/qtdbus:4 ) @@ -48,9 +46,7 @@ virtual/pkgconfig " RDEPEND="${CDEPEND} - ${PYTHON_DEPS} - geoip? ( dev-libs/geoip ) -" + ${PYTHON_DEPS}" S=${WORKDIR}/${MY_P} DOCS=(AUTHORS Changelog README.md TODO) @@ -67,7 +63,6 @@ --with-qtsingleapplication=system $(use dbus || echo --disable-qt-dbus) $(use debug && echo --enable-debug) - $(use geoip || echo --disable-geoip-database) $(use qt5 && echo --with-qt5) $(use webui || echo --disable-webui) $(use X || echo --disable-gui) 1.243 net-p2p/qbittorrent/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/ChangeLog?rev=1.243&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/ChangeLog?rev=1.243&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/ChangeLog?r1=1.242&r2=1.243 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v retrieving revision 1.242 retrieving revision 1.243 diff -u -r1.242 -r1.243 --- ChangeLog 8 Apr 2015 18:17:51 -0000 1.242 +++ ChangeLog 19 Apr 2015 09:05:14 -0000 1.243 @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/qbittorrent # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.242 2015/04/08 18:17:51 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.243 2015/04/19 09:05:14 hwoarang Exp $ + + 19 Apr 2015; Markos Chandras <[email protected]> qbittorrent-9999.ebuild: + Bump rb_libtorrent dep. Drop geoip support. Bug #546440 08 Apr 2015; Michał Górny <[email protected]> qbittorrent-3.0.11-r2.ebuild, qbittorrent-3.1.10.ebuild, qbittorrent-3.1.11.ebuild,
