Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/calibre/files/
Date: Fri, 10 Mar 2017 05:58:27
Message-Id: 1489125369.bbbc380a4394615aad167ef169ca86451c838951.zmedico@gentoo
1 commit: bbbc380a4394615aad167ef169ca86451c838951
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 10 05:42:21 2017 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 10 05:56:09 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbbc380a
7
8 app-text/calibre: remove unused patch for calibre-1.20
9
10 Package-Manager: Portage-2.3.4, Repoman-2.3.2
11
12 .../calibre/files/calibre-1.20-no_updates_dialog.patch | 14 --------------
13 1 file changed, 14 deletions(-)
14
15 diff --git a/app-text/calibre/files/calibre-1.20-no_updates_dialog.patch b/app-text/calibre/files/calibre-1.20-no_updates_dialog.patch
16 deleted file mode 100644
17 index 2ef36874e54..00000000000
18 --- a/app-text/calibre/files/calibre-1.20-no_updates_dialog.patch
19 +++ /dev/null
20 @@ -1,14 +0,0 @@
21 ---- calibre.orig/src/calibre/gui2/main.py 2014-01-17 11:49:16.000000000 +0800
22 -+++ calibre/src/calibre/gui2/main.py 2014-01-18 18:28:53.322911344 +0800
23 -@@ -37,8 +37,9 @@
24 - help=_('Start minimized to system tray.'))
25 - parser.add_option('-v', '--verbose', default=0, action='count',
26 - help=_('Ignored, do not use. Present only for legacy reasons'))
27 -- parser.add_option('--no-update-check', default=False, action='store_true',
28 -- help=_('Do not check for updates'))
29 -+ parser.add_option('--update-check', dest='no_update_check', default=True,
30 -+ action='store_false',
31 -+ help=_('Check for updates'))
32 - parser.add_option('--ignore-plugins', default=False, action='store_true',
33 - help=_('Ignore custom plugins, useful if you installed a plugin'
34 - ' that is preventing calibre from starting'))