summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>2017-08-12 12:50:22 +0200
committerDavid Seifert <soap@gentoo.org>2017-08-13 13:28:14 +0200
commitfef23844b66b3fd2de4bdbc28559fe1e077e9893 (patch)
treedf7c49a51690651b349fc5039839b8afc71b3b56 /games-emulation/gfceux
parentdev-games/gtkradiant: remove unused files (diff)
downloadgentoo-fef23844b66b3fd2de4bdbc28559fe1e077e9893.tar.gz
gentoo-fef23844b66b3fd2de4bdbc28559fe1e077e9893.tar.bz2
gentoo-fef23844b66b3fd2de4bdbc28559fe1e077e9893.zip
games-emulation/gfceux: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/5395
Diffstat (limited to 'games-emulation/gfceux')
-rw-r--r--games-emulation/gfceux/files/gfceux-2.1.1-gentoo.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/games-emulation/gfceux/files/gfceux-2.1.1-gentoo.patch b/games-emulation/gfceux/files/gfceux-2.1.1-gentoo.patch
deleted file mode 100644
index b8eee53a4b88..000000000000
--- a/games-emulation/gfceux/files/gfceux-2.1.1-gentoo.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-diff -ru gfceux.orig/src/main.py gfceux/src/main.py
---- gfceux.orig/src/main.py 2009-04-29 01:09:52.000000000 -0400
-+++ gfceux/src/main.py 2009-09-29 00:38:53.152619918 -0400
-@@ -279,12 +279,8 @@
- def load_ui(self):
- global widgets
- """ Search for the glade XML file and load it """
-- # Check first in the directory of this script.
-- if os.path.isfile('data/gfceux.glade'):
-- glade_file = 'data/gfceux.glade'
-- # Then check to see if its installed on a *nix system
-- elif os.path.isfile(os.path.join(os.path.dirname(sys.argv[0]), '../share/gfceux/gfceux.glade')):
-- glade_file = os.path.join(os.path.dirname(sys.argv[0]), '../share/gfceux/gfceux.glade')
-+ if os.path.isfile('/usr/share/gfceux/gfceux.glade'):
-+ glade_file = '/usr/share/gfceux/gfceux.glade'
- else:
- print 'ERROR.'
- print 'Could not find the glade UI file.'