commit:     d0960f4edd106f111e191986f9fc1ed4d76349ff
Author:     Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Sun Jan 21 20:38:24 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jan 22 05:54:50 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0960f4e

net-p2p/qbittorrent: remove geoip dependency

It was silently removed from 4.6.x as part of a bump. Really, it could
be removed since a long time ago. Upstream dropped the use of a system
geoip database waaaaaaaaaaaaaaaay back when, in:

https://github.com/qbittorrent/qBittorrent/commit/79976fbfcee4b6da2bea7d3a09db4dddceb6faaf

It has been the case since 2015 and the 3.3.0 release, at least
(possibly longer but upstream has very odd git branch habits so it's
difficult to tell).

Ever since then the dependency has simply been dead weight.

Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-p2p/qbittorrent/qbittorrent-4.5.5-r2.ebuild | 1 -
 net-p2p/qbittorrent/qbittorrent-9999.ebuild     | 1 -
 2 files changed, 2 deletions(-)

diff --git a/net-p2p/qbittorrent/qbittorrent-4.5.5-r2.ebuild 
b/net-p2p/qbittorrent/qbittorrent-4.5.5-r2.ebuild
index 58cb4c88dc3d..f01ecb3233cc 100644
--- a/net-p2p/qbittorrent/qbittorrent-4.5.5-r2.ebuild
+++ b/net-p2p/qbittorrent/qbittorrent-4.5.5-r2.ebuild
@@ -30,7 +30,6 @@ RDEPEND="
        >=net-libs/libtorrent-rasterbar-1.2.18:=
        >=sys-libs/zlib-1.2.11
        gui? (
-               dev-libs/geoip
                !qt6? (
                        dev-qt/qtgui:5
                        dev-qt/qtsvg:5

diff --git a/net-p2p/qbittorrent/qbittorrent-9999.ebuild 
b/net-p2p/qbittorrent/qbittorrent-9999.ebuild
index 790d481629c6..b5ae2f148965 100644
--- a/net-p2p/qbittorrent/qbittorrent-9999.ebuild
+++ b/net-p2p/qbittorrent/qbittorrent-9999.ebuild
@@ -30,7 +30,6 @@ RDEPEND="
        >=net-libs/libtorrent-rasterbar-1.2.19:=
        >=sys-libs/zlib-1.2.11
        gui? (
-               dev-libs/geoip
                !qt6? (
                        dev-qt/qtgui:5
                        dev-qt/qtsvg:5

Reply via email to