Gentoo Archives: gentoo-commits

From: "Alfredo Tupone (tupone)" <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-emulation/gfceu/files: gfceu-0.6.0-gentoo.patch digest-gfceu-0.6.0
Date: Thu, 29 Nov 2007 20:01:28
Message-Id: E1IxpZZ-0004X2-FB@stork.gentoo.org
1 tupone 07/11/29 20:01:21
2
3 Added: gfceu-0.6.0-gentoo.patch digest-gfceu-0.6.0
4 Log:
5 New ebuild. Bug #200553
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.1 games-emulation/gfceu/files/gfceu-0.6.0-gentoo.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/gfceu/files/gfceu-0.6.0-gentoo.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/gfceu/files/gfceu-0.6.0-gentoo.patch?rev=1.1&content-type=text/plain
13
14 Index: gfceu-0.6.0-gentoo.patch
15 ===================================================================
16 --- gfceu.old 2007-11-29 20:01:21.000000000 +0100
17 +++ gfceu 2007-11-29 20:04:32.000000000 +0100
18 @@ -495,13 +495,8 @@
19 class WidgetsWrapper:
20 def __init__(self):
21 # Search for the glade file
22 - # Check first in the directory of this script.
23 - if os.path.isfile(os.path.dirname(sys.argv[0])+'/gfceu.glade'):
24 - glade_file = os.path.dirname(sys.argv[0])+'/gfceu.glade'
25 - # Then check in the share directory (installed)
26 - elif os.path.isfile(os.path.dirname(sys.argv[0]) +\
27 - '/../share/gfceu/gfceu.glade'):
28 - glade_file = os.path.dirname(sys.argv[0])+'/../share/gfceu/gfceu.glade'
29 + if os.path.isfile('@GENTOO_DATADIR@/gfceu/gfceu.glade'):
30 + glade_file = '@GENTOO_DATADIR@/gfceu/gfceu.glade'
31 else:
32 print 'ERROR.'
33 print 'Could not find the glade interface file.'
34
35
36
37 1.1 games-emulation/gfceu/files/digest-gfceu-0.6.0
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/gfceu/files/digest-gfceu-0.6.0?rev=1.1&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/gfceu/files/digest-gfceu-0.6.0?rev=1.1&content-type=text/plain
41
42 Index: digest-gfceu-0.6.0
43 ===================================================================
44 MD5 365364fb0811dff3207a0f63a2730983 gfceu-0.6.0.tar.gz 35854
45 RMD160 4bab2a3ea8b0405220a7dadee41dc83301cbf121 gfceu-0.6.0.tar.gz 35854
46 SHA256 478661df1dc7ce1914cbc7dcf8b11b7fcef709bf743b632fe4559f3fac89c368 gfceu-0.6.0.tar.gz 35854
47
48
49
50 --
51 gentoo-commits@g.o mailing list