summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2010-10-03 20:13:52 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2010-10-03 20:13:52 +0000
commitdbe89586fdb78011d4052162b15689d0cf17b088 (patch)
treecb73c071f8c96ab120b6c5f639f85b28d9eb70e3 /x11-misc/rednotebook/files
parentRemove obsolete files (diff)
downloadgentoo-2-dbe89586fdb78011d4052162b15689d0cf17b088.tar.gz
gentoo-2-dbe89586fdb78011d4052162b15689d0cf17b088.tar.bz2
gentoo-2-dbe89586fdb78011d4052162b15689d0cf17b088.zip
Remove obsolete files
(Portage version: 2.2_rc88/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/rednotebook/files')
-rw-r--r--x11-misc/rednotebook/files/disable_webkit.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/x11-misc/rednotebook/files/disable_webkit.patch b/x11-misc/rednotebook/files/disable_webkit.patch
deleted file mode 100644
index a770b439c83c..000000000000
--- a/x11-misc/rednotebook/files/disable_webkit.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-Index: rednotebook-0.9.2/rednotebook/gui/browser.py
-===================================================================
---- rednotebook-0.9.2.orig/rednotebook/gui/browser.py
-+++ rednotebook-0.9.2/rednotebook/gui/browser.py
-@@ -28,6 +28,8 @@ import warnings
- import gtk
- import gobject
-
-+webkit = None
-+
- # Testing
- if __name__ == '__main__':
- sys.path.insert(0, '../../')
-@@ -35,13 +37,6 @@ if __name__ == '__main__':
- #gtk.gdk.threads_init() # only initializes threading in the glib/gobject module
- gobject.threads_init() # also initializes the gdk threads
-
--
--try:
-- import webkit
--except ImportError:
-- logging.info('Importing webkit failed')
-- webkit = None
--
- from rednotebook.util import filesystem
-
-