Gentoo Archives: gentoo-commits

From: "Markus Meier (maekke)" <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/yafray/files: yafray-0.0.9-etc.patch digest-yafray-0.0.9-r1
Date: Tue, 01 Jan 2008 14:59:00
Message-Id: E1J9iZx-0004GZ-5N@stork.gentoo.org
1 maekke 08/01/01 14:58:53
2
3 Added: yafray-0.0.9-etc.patch digest-yafray-0.0.9-r1
4 Log:
5 revision bump, fixes bug #137603 and quotes
6 (Portage version: 2.1.4_rc14)
7
8 Revision Changes Path
9 1.1 media-gfx/yafray/files/yafray-0.0.9-etc.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/yafray/files/yafray-0.0.9-etc.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/yafray/files/yafray-0.0.9-etc.patch?rev=1.1&content-type=text/plain
13
14 Index: yafray-0.0.9-etc.patch
15 ===================================================================
16 fix bug #137603
17
18 --- linux-settings.py.orig 2008-01-01 15:36:57.000000000 +0100
19 +++ linux-settings.py 2008-01-01 15:37:10.000000000 +0100
20 @@ -15,7 +15,7 @@
21 def get_libpath(args): return prefix+libdir
22 def get_pluginpath(args): return prefix+libdir+"/yafray"
23 def get_binpath(args): return prefix+"/bin"
24 -def get_confpath(args): return prefix+"/etc"
25 +def get_confpath(args): return "/etc"
26 def get_cxxflags(args):
27 debug=args.get('debug',0)
28 arch=args.get('arch','')
29
30
31
32 1.1 media-gfx/yafray/files/digest-yafray-0.0.9-r1
33
34 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/yafray/files/digest-yafray-0.0.9-r1?rev=1.1&view=markup
35 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/yafray/files/digest-yafray-0.0.9-r1?rev=1.1&content-type=text/plain
36
37 Index: digest-yafray-0.0.9-r1
38 ===================================================================
39 MD5 7365122e0ca6f439988f51e8b4db935c yafray-0.0.9.tar.gz 316033
40 RMD160 4bad504cf78e86718869b9ced3967d31ec66a608 yafray-0.0.9.tar.gz 316033
41 SHA256 f803e7058fb65cab9c0d00599daa85ca291fb57941822d622426e3466ec0aefb yafray-0.0.9.tar.gz 316033
42
43
44
45 --
46 gentoo-commits@g.o mailing list