diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-10-03 20:13:52 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-10-03 20:13:52 +0000 |
commit | dbe89586fdb78011d4052162b15689d0cf17b088 (patch) | |
tree | cb73c071f8c96ab120b6c5f639f85b28d9eb70e3 /x11-misc/rednotebook | |
parent | Remove obsolete files (diff) | |
download | gentoo-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')
-rw-r--r-- | x11-misc/rednotebook/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/rednotebook/files/disable_webkit.patch | 27 |
2 files changed, 5 insertions, 28 deletions
diff --git a/x11-misc/rednotebook/ChangeLog b/x11-misc/rednotebook/ChangeLog index 37c42af5c338..f15de5b1e55e 100644 --- a/x11-misc/rednotebook/ChangeLog +++ b/x11-misc/rednotebook/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/rednotebook # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/ChangeLog,v 1.40 2010/09/26 10:44:41 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/ChangeLog,v 1.41 2010/10/03 20:13:52 hwoarang Exp $ + + 03 Oct 2010; Markos Chandras <hwoarang@gentoo.org> + -files/disable_webkit.patch: + Remove obsolete files 26 Sep 2010; Markus Meier <maekke@gentoo.org> rednotebook-1.1.1.ebuild: x86 stable, bug #338482 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 - - |