commit: 1c6c956debe7cb8818ec93866c546affcf1f1901
Author: Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Mon Oct 16 05:08:26 2023 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Wed Nov 8 16:26:36 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c6c956d
app-text/calibre: drop patch disabling the update checker
It's really not a problem for people to be told that an updated version
exists. Worst comes to worst, they might PR a version bump. ;) Or, they
could just click the builtin button to stop showing the notification.
But more importantly, this also means that users will not get
notifications about updated plugins.
This patch, too, was cargo-culted from debian alongside the one that
disabled the plugin dialog altogether. Time to drop it.
Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com>
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
app-text/calibre/calibre-6.29.0.ebuild | 4 ----
1 file changed, 4 deletions(-)
diff --git a/app-text/calibre/calibre-6.29.0.ebuild
b/app-text/calibre/calibre-6.29.0.ebuild
index d46f233be144..e2f2210a4c0e 100644
--- a/app-text/calibre/calibre-6.29.0.ebuild
+++ b/app-text/calibre/calibre-6.29.0.ebuild
@@ -111,10 +111,6 @@ BDEPEND="$(python_gen_cond_dep '
"
PATCHES=(
- # Don't prompt the user for updates - they've installed via
- # an ebuild.
- "${FILESDIR}/${PN}-2.9.0-no_updates_dialog.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
# (last commit in 2017)