From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:55600) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hKJnd-0007Jv-DT for guix-patches@gnu.org; Sat, 27 Apr 2019 05:39:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hKJnY-0005UD-QT for guix-patches@gnu.org; Sat, 27 Apr 2019 05:39:10 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:49134) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hKJnW-0005S1-K5 for guix-patches@gnu.org; Sat, 27 Apr 2019 05:39:08 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hKJnV-0001Ac-1V for guix-patches@gnu.org; Sat, 27 Apr 2019 05:39:06 -0400 Subject: [bug#35446] [PATCH 23/26] gnu: Calibre: Remove some comments. Resent-Message-ID: From: Brendan Tildesley Date: Sat, 27 Apr 2019 19:36:56 +1000 Message-Id: <20190427093659.21851-23-mail@brendan.scot> In-Reply-To: <20190427093659.21851-1-mail@brendan.scot> References: <20190427093659.21851-1-mail@brendan.scot> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 35446@debbugs.gnu.org * gnu/packages/ebook.scm (calibre): There is no unrar in Guix currently, and pdftohtml is in poppler, so we can remove this comment. --- gnu/packages/ebook.scm | 3 --- 1 file changed, 3 deletions(-) diff --git a/gnu/packages/ebook.scm b/gnu/packages/ebook.scm index e99487c56f..993a425873 100644 --- a/gnu/packages/ebook.scm +++ b/gnu/packages/ebook.scm @@ -147,9 +147,6 @@ ("python2-pyqt" ,python2-pyqt) ("python2-sip" ,python2-sip) ("python2-regex" ,python2-regex) - ;; python2-unrardll is needed for decompressing RAR files. - ;; A program called 'pdf2html' is needed for reading PDF books - ;; in the web interface. ("sqlite" ,sqlite))) (arguments `(#:python ,python-2 -- 2.21.0