Gentoo Archives: gentoo-commits

From: "Sebastian Pipping (sping)" <sping@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/gegl: gegl-0.1.8.ebuild ChangeLog
Date: Sun, 01 Jan 2012 21:55:14
Message-Id: 20120101215445.86ED82004B@flycatcher.gentoo.org
1 sping 12/01/01 21:54:45
2
3 Modified: gegl-0.1.8.ebuild ChangeLog
4 Log:
5 media-libs/gegl: Sandbox fix (bug #396687)
6
7 (Portage version: 2.1.10.43/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 media-libs/gegl/gegl-0.1.8.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/gegl-0.1.8.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/gegl-0.1.8.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/gegl-0.1.8.ebuild?r1=1.2&r2=1.3
15
16 Index: gegl-0.1.8.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.1.8.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- gegl-0.1.8.ebuild 1 Jan 2012 20:53:51 -0000 1.2
23 +++ gegl-0.1.8.ebuild 1 Jan 2012 21:54:45 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.1.8.ebuild,v 1.2 2012/01/01 20:53:51 sping Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.1.8.ebuild,v 1.3 2012/01/01 21:54:45 sping Exp $
29
30 EAPI=4
31
32 @@ -104,6 +104,11 @@
33 default
34 }
35
36 +src_compile() {
37 + # Sandbox workaround (bug #396687)
38 + GI_SCANNER_DISABLE_CACHE=yes_please default
39 +}
40 +
41 src_install() {
42 default
43 find "${ED}" -name '*.la' -delete
44
45
46
47 1.61 media-libs/gegl/ChangeLog
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/ChangeLog?rev=1.61&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/ChangeLog?rev=1.61&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/ChangeLog?r1=1.60&r2=1.61
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v
56 retrieving revision 1.60
57 retrieving revision 1.61
58 diff -u -r1.60 -r1.61
59 --- ChangeLog 1 Jan 2012 20:53:51 -0000 1.60
60 +++ ChangeLog 1 Jan 2012 21:54:45 -0000 1.61
61 @@ -1,6 +1,9 @@
62 # ChangeLog for media-libs/gegl
63 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.60 2012/01/01 20:53:51 sping Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.61 2012/01/01 21:54:45 sping Exp $
66 +
67 + 01 Jan 2012; Sebastian Pipping <sping@g.o> gegl-0.1.8.ebuild:
68 + Hopefully fix sandbox violation (bug #396687)
69
70 01 Jan 2012; Sebastian Pipping <sping@g.o> gegl-0.1.8.ebuild:
71 Fix broken use of --(en|dis)able-introspection