Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/impressive/files/
Date: Wed, 13 Jul 2016 10:17:55
Message-Id: 1468405060.d03a19362b77cb90d3b3e9dbe77edc9211c3437d.monsieurp@gentoo
1 commit: d03a19362b77cb90d3b3e9dbe77edc9211c3437d
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Tue Jul 12 17:29:36 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 13 10:17:40 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d03a1936
7
8 app-office/impressive: remove unused patch
9
10 Closes: https://github.com/gentoo/gentoo/pull/1876
11
12 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
13
14 app-office/impressive/files/impressive-pillow.patch | 15 ---------------
15 1 file changed, 15 deletions(-)
16
17 diff --git a/app-office/impressive/files/impressive-pillow.patch b/app-office/impressive/files/impressive-pillow.patch
18 deleted file mode 100644
19 index 1b7a1be..0000000
20 --- a/app-office/impressive/files/impressive-pillow.patch
21 +++ /dev/null
22 @@ -1,15 +0,0 @@
23 -# See revision 53 in upstream svn
24 -# https://bugs.gentoo.org/show_bug.cgi?id=471496
25 ---- a/impressive.py
26 -+++ b/impressive.py
27 -@@ -182,8 +182,8 @@
28 - from OpenGL.GL import *
29 - import pygame
30 - from pygame.locals import *
31 -- import Image, ImageDraw, ImageFont, ImageFilter
32 -- import TiffImagePlugin, BmpImagePlugin, JpegImagePlugin, PngImagePlugin, PpmImagePlugin
33 -+ from PIL import Image, ImageDraw, ImageFont, ImageFilter
34 -+ from PIL import TiffImagePlugin, BmpImagePlugin, JpegImagePlugin, PngImagePlugin, PpmImagePlugin
35 - except (ValueError, ImportError), err:
36 - print >>sys.stderr, "Oops! Cannot load necessary modules:", err
37 - print >>sys.stderr, """To use Impressive, you need to install the following Python modules: