commit: 1f49967be0eec90ae3240d5588b97b878697927a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 2 22:34:48 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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