Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/gfceux/files/
Date: Sun, 13 Aug 2017 11:31:45
Message-Id: 1502623694.fef23844b66b3fd2de4bdbc28559fe1e077e9893.soap@gentoo
1 commit: fef23844b66b3fd2de4bdbc28559fe1e077e9893
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Aug 12 10:50:22 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 13 11:28:14 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fef23844
7
8 games-emulation/gfceux: remove unused patch
9
10 Closes: https://github.com/gentoo/gentoo/pull/5395
11
12 games-emulation/gfceux/files/gfceux-2.1.1-gentoo.patch | 18 ------------------
13 1 file changed, 18 deletions(-)
14
15 diff --git a/games-emulation/gfceux/files/gfceux-2.1.1-gentoo.patch b/games-emulation/gfceux/files/gfceux-2.1.1-gentoo.patch
16 deleted file mode 100644
17 index b8eee53a4b8..00000000000
18 --- a/games-emulation/gfceux/files/gfceux-2.1.1-gentoo.patch
19 +++ /dev/null
20 @@ -1,18 +0,0 @@
21 -diff -ru gfceux.orig/src/main.py gfceux/src/main.py
22 ---- gfceux.orig/src/main.py 2009-04-29 01:09:52.000000000 -0400
23 -+++ gfceux/src/main.py 2009-09-29 00:38:53.152619918 -0400
24 -@@ -279,12 +279,8 @@
25 - def load_ui(self):
26 - global widgets
27 - """ Search for the glade XML file and load it """
28 -- # Check first in the directory of this script.
29 -- if os.path.isfile('data/gfceux.glade'):
30 -- glade_file = 'data/gfceux.glade'
31 -- # Then check to see if its installed on a *nix system
32 -- elif os.path.isfile(os.path.join(os.path.dirname(sys.argv[0]), '../share/gfceux/gfceux.glade')):
33 -- glade_file = os.path.join(os.path.dirname(sys.argv[0]), '../share/gfceux/gfceux.glade')
34 -+ if os.path.isfile('/usr/share/gfceux/gfceux.glade'):
35 -+ glade_file = '/usr/share/gfceux/gfceux.glade'
36 - else:
37 - print 'ERROR.'
38 - print 'Could not find the glade UI file.'