From 4c8a92a0506b49b65437e7844ff6c6e25b38c797 Mon Sep 17 00:00:00 2001 From: V3n3RiX <venerix@gmail.com> Date: Thu, 8 Jan 2015 16:04:54 +0200 Subject: fix minor issue with tv-maxe schedule tool, drop old releases --- .../files/tv-maxe-0.09-pillow-support.patch | 26 ---------------------- 1 file changed, 26 deletions(-) delete mode 100644 media-video/tv-maxe/files/tv-maxe-0.09-pillow-support.patch (limited to 'media-video/tv-maxe/files') diff --git a/media-video/tv-maxe/files/tv-maxe-0.09-pillow-support.patch b/media-video/tv-maxe/files/tv-maxe-0.09-pillow-support.patch deleted file mode 100644 index b1a4acc2..00000000 --- a/media-video/tv-maxe/files/tv-maxe-0.09-pillow-support.patch +++ /dev/null @@ -1,26 +0,0 @@ -diff -Nur tv-maxe-0.09-orig/statusimage.py tv-maxe-0.09/statusimage.py ---- tv-maxe-0.09-orig/statusimage.py 2012-07-03 22:26:03.000000000 +0300 -+++ tv-maxe-0.09/statusimage.py 2013-10-19 14:57:28.089423913 +0300 -@@ -1,4 +1,7 @@ --import gtk, gobject, StringIO, Image, ImageDraw, ImageFont, os, tempfile -+import gtk, gobject, StringIO, os, tempfile -+from PIL import Image -+from PIL import ImageDraw -+from PIL import ImageFont - - class StatusImage: - def __init__(self): -diff -Nur tv-maxe-0.09-orig/tvmaxe.py tv-maxe-0.09/tvmaxe.py ---- tv-maxe-0.09-orig/tvmaxe.py 2013-03-24 00:08:17.000000000 +0200 -+++ tv-maxe-0.09/tvmaxe.py 2013-10-19 14:56:46.927938502 +0300 -@@ -31,8 +31,9 @@ - pygtk.require('2.0') - import gtk - import subprocess, threading, urllib2, workerpool, random, time, datetime, webbrowser, string, copy --import irwatch, which, sqlite3, re, json, base64, Image, StringIO -+import irwatch, which, sqlite3, re, json, base64, StringIO - import tools, keysim, scheduler, socketserver -+from PIL import Image - from settingsManager import settingsManager - from channel import Channel - from scheduler import Scheduler -- cgit v1.2.3