Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/calibre/
Date: Tue, 02 Nov 2021 22:45:30
Message-Id: 1635893117.1f49967be0eec90ae3240d5588b97b878697927a.sam@gentoo
1 commit: 1f49967be0eec90ae3240d5588b97b878697927a
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 2 22:34:48 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 2 22:45:17 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f49967b
7
8 app-text/calibre: drop rejected upstream patch for plugin downloader
9
10 The plugins are downloaded over HTTPS and we seem to have been
11 cargo-culting this Debian patch for quite some time. Upstream
12 don't see the need for this and neither do I.
13
14 It looks like Debian have dropped this now too.
15
16 Signed-off-by: Sam James <sam <AT> gentoo.org>
17
18 app-text/calibre/calibre-5.31.1.ebuild | 2 --
19 1 file changed, 2 deletions(-)
20
21 diff --git a/app-text/calibre/calibre-5.31.1.ebuild b/app-text/calibre/calibre-5.31.1.ebuild
22 index 3f1b8592ace..aa8b79bf038 100644
23 --- a/app-text/calibre/calibre-5.31.1.ebuild
24 +++ b/app-text/calibre/calibre-5.31.1.ebuild
25 @@ -117,8 +117,6 @@ BDEPEND="$(python_gen_cond_dep '
26 PATCHES=(
27 # no_updates: do not annoy user with "new version is availible all the time
28 "${FILESDIR}/${PN}-2.9.0-no_updates_dialog.patch"
29 - # disable_plugins: walking sec-hole, wait for upstream to use GHNS interface
30 - "${FILESDIR}/${PN}-disable_plugins.patch"
31
32 # Skip calling a binary (JxrDecApp) from libjxr which is used for tests
33 # We don't (yet?) package libjxr and it seems to be dead upstream