public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-text/calibre/files/
@ 2016-07-17 13:33 Patrice Clement
  0 siblings, 0 replies; 8+ messages in thread
From: Patrice Clement @ 2016-07-17 13:33 UTC (permalink / raw
  To: gentoo-commits

commit:     57a6a7347667a8fd5d3316e612de822177e20e57
Author:     Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Fri Jul 15 18:55:30 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Jul 17 13:25:07 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57a6a734

app-text/calibre: remove unused patch

Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 app-text/calibre/files/calibre-no_updates_dialog.patch | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/app-text/calibre/files/calibre-no_updates_dialog.patch b/app-text/calibre/files/calibre-no_updates_dialog.patch
deleted file mode 100644
index 8fb9ef3..0000000
--- a/app-text/calibre/files/calibre-no_updates_dialog.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- calibre-0.8.60+dfsg.orig/src/calibre/gui2/main.py	2012-07-20 06:26:28.000000000 +0200
-+++ calibre-0.8.60+dfsg/src/calibre/gui2/main.py	2012-07-21 17:53:13.944924329 +0200
-@@ -34,8 +34,8 @@
-                       help=_('Start minimized to system tray.'))
-     parser.add_option('-v', '--verbose', default=0, action='count',
-                       help=_('Log debugging information to console'))
--    parser.add_option('--no-update-check', default=False, action='store_true',
--            help=_('Do not check for updates'))
-+    parser.add_option('--update-check', dest='no_update_check', default=True, action='store_false',
-+            help=_('Check for updates'))
-     parser.add_option('--ignore-plugins', default=False, action='store_true',
-             help=_('Ignore custom plugins, useful if you installed a plugin'
-                 ' that is preventing calibre from starting'))


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/calibre/files/
@ 2017-03-10  5:58 Zac Medico
  0 siblings, 0 replies; 8+ messages in thread
From: Zac Medico @ 2017-03-10  5:58 UTC (permalink / raw
  To: gentoo-commits

commit:     bbbc380a4394615aad167ef169ca86451c838951
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 10 05:42:21 2017 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Fri Mar 10 05:56:09 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbbc380a

app-text/calibre: remove unused patch for calibre-1.20

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 .../calibre/files/calibre-1.20-no_updates_dialog.patch     | 14 --------------
 1 file changed, 14 deletions(-)

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
deleted file mode 100644
index 2ef36874e54..00000000000
--- a/app-text/calibre/files/calibre-1.20-no_updates_dialog.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- calibre.orig/src/calibre/gui2/main.py	2014-01-17 11:49:16.000000000 +0800
-+++ calibre/src/calibre/gui2/main.py	2014-01-18 18:28:53.322911344 +0800
-@@ -37,8 +37,9 @@
-                       help=_('Start minimized to system tray.'))
-     parser.add_option('-v', '--verbose', default=0, action='count',
-                       help=_('Ignored, do not use. Present only for legacy reasons'))
--    parser.add_option('--no-update-check', default=False, action='store_true',
--            help=_('Do not check for updates'))
-+    parser.add_option('--update-check', dest='no_update_check', default=True,
-+            action='store_false',
-+            help=_('Check for updates'))
-     parser.add_option('--ignore-plugins', default=False, action='store_true',
-             help=_('Ignore custom plugins, useful if you installed a plugin'
-                 ' that is preventing calibre from starting'))


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/calibre/files/
@ 2018-07-08  8:43 Zac Medico
  0 siblings, 0 replies; 8+ messages in thread
From: Zac Medico @ 2018-07-08  8:43 UTC (permalink / raw
  To: gentoo-commits

commit:     52ccb37a1379350dac1b0a00884f46f8ccdb9a7b
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Jul  8 08:22:20 2018 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sun Jul  8 08:43:11 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52ccb37a

app-text/calibre: remove unused patch/files

Closes: https://github.com/gentoo/gentoo/pull/9119

 ...libre-2.83.0-lzxd-bounds-error-bug-540596.patch | 37 --------------
 app-text/calibre/files/calibre-server.conf         | 13 -----
 app-text/calibre/files/calibre-server.init         | 58 ----------------------
 3 files changed, 108 deletions(-)

diff --git a/app-text/calibre/files/calibre-2.83.0-lzxd-bounds-error-bug-540596.patch b/app-text/calibre/files/calibre-2.83.0-lzxd-bounds-error-bug-540596.patch
deleted file mode 100644
index 5f7d5a4682f..00000000000
--- a/app-text/calibre/files/calibre-2.83.0-lzxd-bounds-error-bug-540596.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-From f335c8719b224d3ca7a967b6e91cebd5b26684fe Mon Sep 17 00:00:00 2001
-From: Zac Medico <zmedico@gentoo.org>
-Date: Sun, 23 Apr 2017 16:13:00 -0700
-Subject: [PATCH] Fix bounds error in lzxd_static_init
-
-https://bugs.gentoo.org/show_bug.cgi?id=540596
-https://github.com/kovidgoyal/calibre/pull/650
-
-This includes the changes from the following upstream commits:
-
-https://github.com/kyz/libmspack/commit/6a42ddd1d472afeaf0f7da91e16b60ab2063fb92
-https://github.com/kyz/libmspack/commit/ce3cc03aa500dd9c0b6b820f9519f6b6b9dede05
----
- src/calibre/utils/lzx/lzxd.c | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/src/calibre/utils/lzx/lzxd.c b/src/calibre/utils/lzx/lzxd.c
-index e683a9e..c531aaa 100644
---- a/src/calibre/utils/lzx/lzxd.c
-+++ b/src/calibre/utils/lzx/lzxd.c
-@@ -357,11 +357,12 @@ static unsigned char extra_bits[51];
- static void lzxd_static_init(void) {
-   int i, j;
- 
--  for (i = 0, j = 0; i < 51; i += 2) {
-+  for (i = 0, j = 0; i < 50; i += 2) {
-     extra_bits[i]   = j; /* 0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7... */
-     extra_bits[i+1] = j;
-     if ((i != 0) && (j < 17)) j++; /* 0,0,1,2,3,4...15,16,17,17,17,17... */
-   }
-+  extra_bits[50] = 17;
- 
-   for (i = 0, j = 0; i < 51; i++) {
-     position_base[i] = j; /* 0,1,2,3,4,6,8,12,16,24,32,... */
--- 
-2.10.2
-

diff --git a/app-text/calibre/files/calibre-server.conf b/app-text/calibre/files/calibre-server.conf
deleted file mode 100644
index c1bed84289c..00000000000
--- a/app-text/calibre/files/calibre-server.conf
+++ /dev/null
@@ -1,13 +0,0 @@
-# /etc/conf.d/calibre-server
-# Change this to the user you want to run calibre-server as.
-# You may specify a group too, after a colon
-# NOTE:  This must be set and not to root!
-CALIBRE_USER=
-
-# Set the path of the library to serve.
-# Defaults to the default location for CALIBRE_USER.
-#CALIBRE_LIBRARY='<user home directory>/Calibre Library'
-
-# Extra options to pass to calibre-server.
-# See the calibre-server man page for more options.
-#CALIBRE_OPTS="--username calibre --password password --thread-pool 10 --port 8080"

diff --git a/app-text/calibre/files/calibre-server.init b/app-text/calibre/files/calibre-server.init
deleted file mode 100644
index 2f905424cfa..00000000000
--- a/app-text/calibre/files/calibre-server.init
+++ /dev/null
@@ -1,58 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License, v2 or later
-
-depend() {
-	need net
-	need localmount
-	after bootmisc
-}
-
-checkconfig() {
-	if [ "${CALIBRE_USER}" = "" -o "${CALIBRE_USER}" = "root" ] ; then
-		eerror "Please edit /etc/conf.d/calibre-server"
-		eerror "You have to specify a user to run calibre-server as, as we will not run it as root!"
-		eerror "Modify CALIBRE_USER to your needs (you can also add a group, after a colon)"
-		return 1
-	fi
-	if ! getent passwd "${CALIBRE_USER%:*}" >/dev/null ; then
-		eerror "Please edit /etc/conf.d/calibre-server"
-		eerror "Your user has to exist!"
-		return 1
-	fi
-	if [ "${CALIBRE_USER%:*}" != "${CALIBRE_USER}" ] ; then
-		if ! getent group "${CALIBRE_USER#*:}" >/dev/null ; then
-			eerror "Please edit /etc/conf.d/calibre-server"
-			eerror "Your group has to exist too!"
-			return 1
-		fi
-	fi
-	if [ "${CALIBRE_LIBRARY}" = "" ] ; then
-		CALIBRE_USER_HOME=$(getent passwd "${CALIBRE_USER%:*}" | cut -d ':' -f 6)
-		CALIBRE_LIBRARY="${CALIBRE_USER_HOME}/Calibre Library"
-	fi
-	if [ ! -d "${CALIBRE_LIBRARY}" ] ; then
-		eerror "Please edit /etc/conf.d/calibre-server"
-		eerror "The Calibre library, '${CALIBRE_LIBRARY},' does not exist."
-		eerror "Please modify CALIBRE_LIBRARY to point to a valid library."
-		return 1
-	fi
-	return 0
-}
-
-start() {
-	checkconfig || return $?
-	local pidfile=/var/run/calibre-server.pid
-	ebegin "Starting calibre-server"
-	start-stop-daemon --user "${CALIBRE_USER}" \
-		--pidfile "${pidfile}" --make-pidfile --background --exec /usr/bin/calibre-server \
-		-- --with-library "${CALIBRE_LIBRARY}" ${CALIBRE_OPTS}
-	eend $?
-}
-
-stop() {
-	ebegin "Stopping calibre-server"
-	start-stop-daemon --stop --user "${CALIBRE_USER}" \
-		--pidfile /var/run/calibre-server.pid
-	eend $?
-}


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/calibre/files/
@ 2020-11-13 21:16 Aaron Bauman
  0 siblings, 0 replies; 8+ messages in thread
From: Aaron Bauman @ 2020-11-13 21:16 UTC (permalink / raw
  To: gentoo-commits

commit:     0d9ca01249f3711f1fee3b5c430bd2af51450e85
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat Nov  7 09:16:43 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri Nov 13 21:16:38 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d9ca012

app-text/calibre: remove unused patch

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/18167
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 ...Ignore-TypeError-sorting-collections-kobo.patch | 63 ----------------------
 1 file changed, 63 deletions(-)

diff --git a/app-text/calibre/files/calibre-4.9.1-py3-Ignore-TypeError-sorting-collections-kobo.patch b/app-text/calibre/files/calibre-4.9.1-py3-Ignore-TypeError-sorting-collections-kobo.patch
deleted file mode 100644
index fb55e0025b7..00000000000
--- a/app-text/calibre/files/calibre-4.9.1-py3-Ignore-TypeError-sorting-collections-kobo.patch
+++ /dev/null
@@ -1,63 +0,0 @@
-From 6f947d88d323bb08bb6e076d442662aa281fe197 Mon Sep 17 00:00:00 2001
-From: Zac Medico <zmedico@gentoo.org>
-Date: Sun, 9 Feb 2020 12:16:04 -0800
-Subject: [PATCH] py3: Ignore TypeError when sorting device collections for
- kobo driver
-
-https://github.com/kovidgoyal/calibre/pull/1098
-
-Use the same approach as the usbms driver when cmp raises a
-TypeError (see a8deb4b1f8dfb768a32b95b1540be32d5d6e871e).
-
-This should suppress the following error which was reported for
-python3 and not python2:
-
-Traceback (most recent call last):
-  File "/usr/lib64/calibre/calibre/gui2/device.py", line 90, in run
-    self.result = self.func(*self.args, **self.kwargs)
-  File "/usr/lib64/calibre/calibre/gui2/device.py", line 543, in _sync_booklists
-    self.device.sync_booklists(booklists, end_session=False)
-  File "/usr/lib64/calibre/calibre/devices/kobo/driver.py", line 970, in sync_booklists
-    self.update_device_database_collections(blist, collections, oncard)
-  File "/usr/lib64/calibre/calibre/devices/kobo/driver.py", line 2398, in update_device_database_collections
-    collections = booklists.get_collections(collections_attributes) if bookshelf_attribute else None
-  File "/usr/lib64/calibre/calibre/devices/kobo/books.py", line 314, in get_collections
-    books = sorted(itervalues(lpaths), key=cmp_to_key(none_cmp))
-  File "/usr/lib64/calibre/calibre/devices/kobo/books.py", line 307, in none_cmp
-    c = cmp(x, y)
-  File "/usr/lib64/calibre/polyglot/builtins.py", line 106, in cmp
-    return (a > b) - (a < b)
-TypeError: '>' not supported between instances of 'float' and 'str'
-
-See: https://bugs.gentoo.org/708742
----
- src/calibre/devices/kobo/books.py | 10 ++++++++--
- 1 file changed, 8 insertions(+), 2 deletions(-)
-
-diff --git a/src/calibre/devices/kobo/books.py b/src/calibre/devices/kobo/books.py
-index f725751d00..fc1dee6b7e 100644
---- a/src/calibre/devices/kobo/books.py
-+++ b/src/calibre/devices/kobo/books.py
-@@ -304,11 +304,17 @@ class KTCollectionsBookList(CollectionsBookList):
-                 return -1
-             if isinstance(x, string_or_bytes) and isinstance(y, string_or_bytes):
-                 x, y = sort_key(force_unicode(x)), sort_key(force_unicode(y))
--            c = cmp(x, y)
-+            try:
-+                c = cmp(x, y)
-+            except TypeError:
-+                c = 0
-             if c != 0:
-                 return c
-             # same as above -- no sort_key needed here
--            return cmp(xx[2], yy[2])
-+            try:
-+                return cmp(xx[2], yy[2])
-+            except TypeError:
-+                return 0
- 
-         for category, lpaths in iteritems(collections):
-             books = sorted(itervalues(lpaths), key=cmp_to_key(none_cmp))
--- 
-2.24.1
-


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/calibre/files/
@ 2020-11-29 11:09 Lars Wendler
  0 siblings, 0 replies; 8+ messages in thread
From: Lars Wendler @ 2020-11-29 11:09 UTC (permalink / raw
  To: gentoo-commits

commit:     50de6b10f55646a2e12183285189881916bbdd67
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 29 11:07:56 2020 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Sun Nov 29 11:09:06 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50de6b10

app-text/calibre: Added missing part of icu68 patch

Without that missing chunk build fails as follows:

  /var/tmp/portage/app-text/calibre-4.23.0/work/calibre-4.23.0/src/calib
  re/utils/matcher.c:18:23: error: two or more data types in declaration
   specifiers
     18 | typedef unsigned char bool;
        |                       ^~~~

Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 app-text/calibre/files/calibre-4.22.0-icu68.patch | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/app-text/calibre/files/calibre-4.22.0-icu68.patch b/app-text/calibre/files/calibre-4.22.0-icu68.patch
index 33cd7830d35..c4b3baf0570 100644
--- a/app-text/calibre/files/calibre-4.22.0-icu68.patch
+++ b/app-text/calibre/files/calibre-4.22.0-icu68.patch
@@ -32,6 +32,18 @@ index 62d05de310..4e918492d9 100644
      }
  end:
      if (search != NULL) usearch_close(search);
+diff --git a/src/calibre/utils/matcher.c b/src/calibre/utils/matcher.c
+index f38a7082ce..8e57947867 100644
+--- a/src/calibre/utils/matcher.c
++++ b/src/calibre/utils/matcher.c
+@@ -15,7 +15,6 @@
+ #define inline
+ #endif
+ 
+-typedef unsigned char bool;
+ #define TRUE 1
+ #define FALSE 0
+ #define MAX(x, y) ((x > y) ? x : y)
 -- 
 2.29.2
 


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/calibre/files/
@ 2021-11-02 22:57 Sam James
  0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2021-11-02 22:57 UTC (permalink / raw
  To: gentoo-commits

commit:     bff7960773bc55e8029a137a522905db39845dd2
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  2 22:56:56 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Nov  2 22:56:56 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bff79607

app-text/calibre: drop blank line at top of patch (harmless)

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-text/calibre/files/calibre-5.31.0-qt-image-test.patch | 1 -
 1 file changed, 1 deletion(-)

diff --git a/app-text/calibre/files/calibre-5.31.0-qt-image-test.patch b/app-text/calibre/files/calibre-5.31.0-qt-image-test.patch
index 5c38e2d6a52..cfecd4c2a5c 100644
--- a/app-text/calibre/files/calibre-5.31.0-qt-image-test.patch
+++ b/app-text/calibre/files/calibre-5.31.0-qt-image-test.patch
@@ -1,4 +1,3 @@
-
 --- a/src/calibre/test_build.py
 +++ b/src/calibre/test_build.py
 @@ -306,7 +306,6 @@ class BuildTest(unittest.TestCase):


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/calibre/files/
@ 2022-03-27 16:53 Zac Medico
  0 siblings, 0 replies; 8+ messages in thread
From: Zac Medico @ 2022-03-27 16:53 UTC (permalink / raw
  To: gentoo-commits

commit:     03faa6adbd618a7f2215708279d7940ee578cc57
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sun Mar 27 11:40:18 2022 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sun Mar 27 16:53:19 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03faa6ad

app-text/calibre: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/24774
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>

 .../calibre/files/calibre-5.31.0-jxr-test.patch    | 26 ----------------------
 1 file changed, 26 deletions(-)

diff --git a/app-text/calibre/files/calibre-5.31.0-jxr-test.patch b/app-text/calibre/files/calibre-5.31.0-jxr-test.patch
deleted file mode 100644
index c39508474b68..000000000000
--- a/app-text/calibre/files/calibre-5.31.0-jxr-test.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-Avoid calling libjxr's JxrDecApp as we currently don't package it.
---- a/src/calibre/utils/img.py
-+++ b/src/calibre/utils/img.py
-@@ -119,8 +119,6 @@ def image_from_data(data):
-     i = QImage()
-     if not i.loadFromData(data):
-         q = what(None, data)
--        if q == 'jxr':
--            return load_jxr_data(data)
-         raise NotImage('Not a valid image (detected type: {})'.format(q))
-     return i
- 
---- a/src/calibre/utils/img.py
-+++ b/src/calibre/utils/img.py
-@@ -644,11 +644,6 @@ def test():  # {{{
-     despeckle_image(img)
-     remove_borders_from_image(img)
-     image_to_data(img, fmt='GIF')
--    raw = subprocess.Popen([get_exe_path('JxrDecApp'), '-h'],
--                           creationflags=subprocess.DETACHED_PROCESS if iswindows else 0,
--                           stdout=subprocess.PIPE).stdout.read()
--    if b'JPEG XR Decoder Utility' not in raw:
--        raise SystemExit('Failed to run JxrDecApp')
- # }}}
- 
- 


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/calibre/files/
@ 2024-08-24 22:23 Zac Medico
  0 siblings, 0 replies; 8+ messages in thread
From: Zac Medico @ 2024-08-24 22:23 UTC (permalink / raw
  To: gentoo-commits

commit:     ac1592bc68a4c95d66398cf5318fdfc845b196e8
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Thu Aug 22 05:37:38 2024 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sat Aug 24 22:22:53 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac1592bc

app-text/calibre: remove unused patch

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
From: https://github.com/gentoo/gentoo/pull/38243
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>

 .../files/calibre-2.9.0-no_updates_dialog.patch    | 27 ----------------------
 1 file changed, 27 deletions(-)

diff --git a/app-text/calibre/files/calibre-2.9.0-no_updates_dialog.patch b/app-text/calibre/files/calibre-2.9.0-no_updates_dialog.patch
deleted file mode 100644
index 4d37c3b642f5..000000000000
--- a/app-text/calibre/files/calibre-2.9.0-no_updates_dialog.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-diff -burN calibre-2.9.0.orig/src/calibre/gui2/main.py calibre-2.9.0/src/calibre/gui2/main.py
---- calibre-2.9.0.orig/src/calibre/gui2/main.py	2014-11-09 20:09:54.081231882 +0800
-+++ calibre-2.9.0/src/calibre/gui2/main.py	2014-11-09 20:15:48.193033844 +0800
-@@ -37,8 +37,9 @@
-                       help=_('Start minimized to system tray.'))
-     parser.add_option('-v', '--verbose', default=0, action='count',
-                       help=_('Ignored, do not use. Present only for legacy reasons'))
--    parser.add_option('--no-update-check', default=False, action='store_true',
--            help=_('Do not check for updates'))
-+    parser.add_option('--update-check', dest='no_update_check', default=True,
-+            action='store_false',
-+            help=_('Check for updates'))
-     parser.add_option('--ignore-plugins', default=False, action='store_true',
-             help=_('Ignore custom plugins, useful if you installed a plugin'
-                 ' that is preventing calibre from starting'))
-diff -burN calibre-2.9.0.orig/src/calibre/gui2/update.py calibre-2.9.0/src/calibre/gui2/update.py
---- calibre-2.9.0.orig/src/calibre/gui2/update.py	2014-11-09 20:09:54.082231864 +0800
-+++ calibre-2.9.0/src/calibre/gui2/update.py	2014-11-09 20:17:49.954767115 +0800
-@@ -154,6 +154,8 @@
-             self.update_checker.signal.update_found.connect(self.update_found,
-                     type=Qt.QueuedConnection)
-             self.update_checker.start()
-+        else:
-+            self.update_checker = None
- 
-     def recalc_update_label(self, number_of_plugin_updates):
-         self.update_found(self.last_newest_calibre_version, number_of_plugin_updates)


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2024-08-24 22:23 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-10  5:58 [gentoo-commits] repo/gentoo:master commit in: app-text/calibre/files/ Zac Medico
  -- strict thread matches above, loose matches on Subject: below --
2024-08-24 22:23 Zac Medico
2022-03-27 16:53 Zac Medico
2021-11-02 22:57 Sam James
2020-11-29 11:09 Lars Wendler
2020-11-13 21:16 Aaron Bauman
2018-07-08  8:43 Zac Medico
2016-07-17 13:33 Patrice Clement

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox