* [gentoo-commits] gentoo-x86 commit in app-text/calibre/files: calibre-pillow.patch
@ 2013-06-08 15:34 Mike Gilbert (floppym)
0 siblings, 0 replies; 2+ messages in thread
From: Mike Gilbert (floppym) @ 2013-06-08 15:34 UTC (permalink / raw
To: gentoo-commits
floppym 13/06/08 15:34:44
Added: calibre-pillow.patch
Log:
Fix PIL import for Pillow compat. Revert imaging dep change in ebuild which do not apply this fix.
(Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Revision Changes Path
1.1 app-text/calibre/files/calibre-pillow.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/calibre/files/calibre-pillow.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/calibre/files/calibre-pillow.patch?rev=1.1&content-type=text/plain
Index: calibre-pillow.patch
===================================================================
--- a/calibre/src/calibre/ebooks/textile/functions.py
+++ b/calibre/src/calibre/ebooks/textile/functions.py
@@ -86,7 +86,7 @@
"""
try:
- import ImageFile
+ from PIL import ImageFile
import urllib2
except ImportError:
return None
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-text/calibre/files: calibre-pillow.patch
@ 2013-06-21 23:33 Zac Medico (zmedico)
0 siblings, 0 replies; 2+ messages in thread
From: Zac Medico (zmedico) @ 2013-06-21 23:33 UTC (permalink / raw
To: gentoo-commits
zmedico 13/06/21 23:33:57
Removed: calibre-pillow.patch
Log:
0.9.36 version bump.
(Portage version: 2.2.0_alpha183/cvs/Linux i686, signed Manifest commit with key 0xFDE8EF85AE5719A3)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-06-21 23:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-08 15:34 [gentoo-commits] gentoo-x86 commit in app-text/calibre/files: calibre-pillow.patch Mike Gilbert (floppym)
-- strict thread matches above, loose matches on Subject: below --
2013-06-21 23:33 Zac Medico (zmedico)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox