From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1593248-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 039CA15838C for <garchives@archives.gentoo.org>; Mon, 22 Jan 2024 05:55:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB316E2A09; Mon, 22 Jan 2024 05:55:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B3F49E2A09 for <gentoo-commits@lists.gentoo.org>; Mon, 22 Jan 2024 05:55:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 00C2E343255 for <gentoo-commits@lists.gentoo.org>; Mon, 22 Jan 2024 05:55:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8C0A814BE for <gentoo-commits@lists.gentoo.org>; Mon, 22 Jan 2024 05:55:45 +0000 (UTC) From: "Sam James" <sam@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org> Message-ID: <1705902890.d0960f4edd106f111e191986f9fc1ed4d76349ff.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/qbittorrent/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/qbittorrent/qbittorrent-4.5.5-r2.ebuild net-p2p/qbittorrent/qbittorrent-9999.ebuild X-VCS-Directories: net-p2p/qbittorrent/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d0960f4edd106f111e191986f9fc1ed4d76349ff X-VCS-Branch: master Date: Mon, 22 Jan 2024 05:55:45 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ed449e4a-7923-45c7-95f9-b66cc6035bd3 X-Archives-Hash: 22d3cb877ae0a989737810045a1b02f3 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