From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38865) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dAJMo-0007j9-HH for guix-patches@gnu.org; Mon, 15 May 2017 13:01:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dAJMk-00019K-IP for guix-patches@gnu.org; Mon, 15 May 2017 13:01:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:44140) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dAJMk-00019E-8H for guix-patches@gnu.org; Mon, 15 May 2017 13:01:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dAJMj-00034T-Tf for guix-patches@gnu.org; Mon, 15 May 2017 13:01:01 -0400 Subject: bug#26924: [PATCH 06/12] gnu: calibre: Undelete GPLv2 icon file. Resent-Message-ID: From: Marius Bakke In-Reply-To: <9ebee0d0-e6ab-0573-2974-5c501537efdd@openmailbox.org> References: <9ebee0d0-e6ab-0573-2974-5c501537efdd@openmailbox.org> Date: Mon, 15 May 2017 19:00:43 +0200 Message-ID: <8737c6f41w.fsf@fastmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" 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: Brendan Tildesley , 26924@debbugs.gnu.org --=-=-= Content-Type: text/plain Brendan Tildesley writes: > From efcfd192fb22ab36054d41ba02ae3e5e32a9239c Mon Sep 17 00:00:00 2001 > From: Brendan Tildesley > Date: Sat, 13 May 2017 23:34:59 +1000 > Subject: [PATCH 06/12] gnu: calibre: Undelete GPLv2 icon file. > > gnu/package/ebook.scm (calibre): Undelete GPLv2 icon file from openoffice > (see thumbnail.py). [...] > - ;; Remove non-free or doubtful code, see > - ;; https://lists.gnu.org/archive/html/guix-devel/2015-02/msg00478.html > + ;; Remove nonfree unrar and bundled dependencies. > (modules '((guix build utils))) > (snippet > '(begin > (delete-file-recursively "src/calibre/ebooks/markdown") > (delete-file-recursively "src/unrar") > - (delete-file "src/odf/thumbnail.py") I peeked in the git repository (not the release tarball) and this file still says "License: Freeware" as the linked thread discusses. Am I missing something? --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAlkZ3rsACgkQoqBt8qM6 VPo4Kwf9EMv4FAxqOH0DEag8xtZqpDt8gJyhMq/Ugj5CfzomgDxM7+KC7pOtuTHS THfNm2I5Ng1YBAHM097o/L9lXH8DRECkBnllG8/cFromK68EjpxM2Rb+Yl1ZUK34 FnHliUbZQnhHsm2i2hydybvelu1Gp6ngw3LcdQU9X6KixyCzYzvqXSRk5+xN6+HT Pdo0bDaXTKwRDEo2mn2k78GmNTy43pE/QWv33mvQNBshM/PY3Y5l4Vuil/fMCAs5 KfJqiUghNTUFeIh1Ns1MDu6L5G/fTTAWCNMxAgBYbr+4XHFBXz7XXQMogcFN3pWB i0SYtBCZK4iS2w3CT8Pz8Gctu+orOA== =dOEf -----END PGP SIGNATURE----- --=-=-=--