diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-03-31 11:52:17 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-03-31 11:52:17 +0100 |
commit | 87c113356046f966304f910e49b5adacd60aa863 (patch) | |
tree | 3442fac5b29a5f9e7774e4074da728565a5191a0 /app-text/calibre/files/calibre-disable_plugins.patch | |
parent | 89f85ed278aede2f109b3e38f4b92def53fe204a (diff) |
app-text/calibre : drop our ebuild
Diffstat (limited to 'app-text/calibre/files/calibre-disable_plugins.patch')
-rw-r--r-- | app-text/calibre/files/calibre-disable_plugins.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/app-text/calibre/files/calibre-disable_plugins.patch b/app-text/calibre/files/calibre-disable_plugins.patch deleted file mode 100644 index 9ef1dd04..00000000 --- a/app-text/calibre/files/calibre-disable_plugins.patch +++ /dev/null @@ -1,17 +0,0 @@ -Description: Disable plugin dialog. It uses a totally non-authenticated and non-trusted way of installing arbitrary code. -Author: Martin Pitt <mpitt@debian.org> -Bug-Debian: http://bugs.debian.org/640026 - -Index: calibre-0.8.29+dfsg/src/calibre/gui2/actions/preferences.py -=================================================================== ---- calibre-0.8.29+dfsg.orig/src/calibre/gui2/actions/preferences.py 2011-12-16 05:49:14.000000000 +0100 -+++ calibre-0.8.29+dfsg/src/calibre/gui2/actions/preferences.py 2011-12-20 19:29:04.798468930 +0100 -@@ -28,8 +28,6 @@ - pm.addAction(QIcon(I('config.png')), _('Preferences'), self.do_config) - cm('welcome wizard', _('Run welcome wizard'), - icon='wizard.png', triggered=self.gui.run_wizard) -- cm('plugin updater', _('Get plugins to enhance calibre'), -- icon='plugins/plugin_updater.png', triggered=self.get_plugins) - if not DEBUG: - pm.addSeparator() - cm('restart', _('Restart in debug mode'), icon='debug.png', |