Gentoo Archives: gentoo-commits

From: "Manuel Rueger (mrueg)" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-misc/semantik/files: semantik-0.9.0-wscript_ldconfig.patch
Date: Sun, 22 Dec 2013 23:58:41
Message-Id: 20131222235836.69E9E2004C@flycatcher.gentoo.org
1 mrueg 13/12/22 23:58:36
2
3 Added: semantik-0.9.0-wscript_ldconfig.patch
4 Log:
5 Version bump.
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key )
8
9 Revision Changes Path
10 1.1 kde-misc/semantik/files/semantik-0.9.0-wscript_ldconfig.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/semantik/files/semantik-0.9.0-wscript_ldconfig.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/semantik/files/semantik-0.9.0-wscript_ldconfig.patch?rev=1.1&content-type=text/plain
14
15 Index: semantik-0.9.0-wscript_ldconfig.patch
16 ===================================================================
17 --- wscript.old 2013-12-23 00:56:28.623714186 +0100
18 +++ wscript 2013-12-23 00:56:39.592714596 +0100
19 @@ -226,14 +226,6 @@
20 opt.add_option('--noldconfig', action='store_true', default=False, help='do not run lconfig when installing')
21
22 def post_build(bld):
23 - if bld.cmd == 'install':
24 - if not Options.options.noldconfig:
25 - try: bld.exec_command('/sbin/ldconfig 2> /dev/null')
26 - except Exception: pass
27 - if not Options.options.nomimes:
28 - try: bld.exec_command('update-mime-database %s' % os.path.split(bld.env.MIME_DIR)[0])
29 - except Exception: pass
30 -
31 if Options.options.exe:
32 #os.popen('export LD_LIBRARY_PATH=out/default/:$LD_LIBRARY_PATH; PATH=plugins:$PATH out/default/src/semantik')
33 bld.exec_command('LD_LIBRARY_PATH=build/:$LD_LIBRARY_PATH build/src/semantik --style plastique', stdout=None, stderr=None)