From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 9EFE1158086 for ; Tue, 2 Nov 2021 22:45:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C40D7E089A; Tue, 2 Nov 2021 22:45:29 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 9FCD5E0896 for ; Tue, 2 Nov 2021 22:45:29 +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 B642E342F13 for ; Tue, 2 Nov 2021 22:45:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 53C60156 for ; Tue, 2 Nov 2021 22:45:27 +0000 (UTC) From: "Sam James" 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" Message-ID: <1635893117.1f49967be0eec90ae3240d5588b97b878697927a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/calibre/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/calibre/calibre-5.31.1.ebuild X-VCS-Directories: app-text/calibre/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1f49967be0eec90ae3240d5588b97b878697927a X-VCS-Branch: master Date: Tue, 2 Nov 2021 22:45:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f7ae6a6a-782d-47eb-a2c4-0a526801140a X-Archives-Hash: 796e3089ec3457102f76acdd820b69ed commit: 1f49967be0eec90ae3240d5588b97b878697927a Author: Sam James gentoo org> AuthorDate: Tue Nov 2 22:34:48 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Nov 2 22:45:17 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f49967b app-text/calibre: drop rejected upstream patch for plugin downloader The plugins are downloaded over HTTPS and we seem to have been cargo-culting this Debian patch for quite some time. Upstream don't see the need for this and neither do I. It looks like Debian have dropped this now too. Signed-off-by: Sam James gentoo.org> app-text/calibre/calibre-5.31.1.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/app-text/calibre/calibre-5.31.1.ebuild b/app-text/calibre/calibre-5.31.1.ebuild index 3f1b8592ace..aa8b79bf038 100644 --- a/app-text/calibre/calibre-5.31.1.ebuild +++ b/app-text/calibre/calibre-5.31.1.ebuild @@ -117,8 +117,6 @@ BDEPEND="$(python_gen_cond_dep ' PATCHES=( # no_updates: do not annoy user with "new version is availible all the time "${FILESDIR}/${PN}-2.9.0-no_updates_dialog.patch" - # disable_plugins: walking sec-hole, wait for upstream to use GHNS interface - "${FILESDIR}/${PN}-disable_plugins.patch" # Skip calling a binary (JxrDecApp) from libjxr which is used for tests # We don't (yet?) package libjxr and it seems to be dead upstream