diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2015-04-19 09:05:14 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2015-04-19 09:05:14 +0000 |
commit | f3b72133fdfa06e51e91f10db65bb5df450e7e92 (patch) | |
tree | 781a8f2474a7da5cc43a09c0f51dc0d58f0c06f7 /net-p2p | |
parent | Mask media-video/minitube since it's now broken. See #546866 (diff) | |
download | gentoo-2-f3b72133fdfa06e51e91f10db65bb5df450e7e92.tar.gz gentoo-2-f3b72133fdfa06e51e91f10db65bb5df450e7e92.tar.bz2 gentoo-2-f3b72133fdfa06e51e91f10db65bb5df450e7e92.zip |
Bump rb_libtorrent dep. Drop geoip support. Bug #546440
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/qbittorrent/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/qbittorrent/qbittorrent-9999.ebuild | 15 |
2 files changed, 9 insertions, 11 deletions
diff --git a/net-p2p/qbittorrent/ChangeLog b/net-p2p/qbittorrent/ChangeLog index 7574298a8fc4..a2e9dede5701 100644 --- a/net-p2p/qbittorrent/ChangeLog +++ b/net-p2p/qbittorrent/ChangeLog @@ -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 <hwoarang@gentoo.org> qbittorrent-9999.ebuild: + Bump rb_libtorrent dep. Drop geoip support. Bug #546440 08 Apr 2015; Michał Górny <mgorny@gentoo.org> qbittorrent-3.0.11-r2.ebuild, qbittorrent-3.1.10.ebuild, qbittorrent-3.1.11.ebuild, diff --git a/net-p2p/qbittorrent/qbittorrent-9999.ebuild b/net-p2p/qbittorrent/qbittorrent-9999.ebuild index 0371cda2cf37..c09309affd42 100644 --- a/net-p2p/qbittorrent/qbittorrent-9999.ebuild +++ b/net-p2p/qbittorrent/qbittorrent-9999.ebuild @@ -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 @@ fi 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 @@ DEPEND="${CDEPEND} 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 @@ src_configure() { --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) |