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: Mon, 02 Jan 2012 17:05:35
Message-Id: 20120102170525.9DBB42004B@flycatcher.gentoo.org
1 sping 12/01/02 17:05:25
2
3 Modified: gegl-0.1.8.ebuild ChangeLog
4 Log:
5 media-libs/gegl: Improve 0.1.8
6
7 (Portage version: 2.1.10.44/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.5 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.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/gegl-0.1.8.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/gegl-0.1.8.ebuild?r1=1.4&r2=1.5
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.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- gegl-0.1.8.ebuild 2 Jan 2012 11:59:06 -0000 1.4
23 +++ gegl-0.1.8.ebuild 2 Jan 2012 17:05:25 -0000 1.5
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.4 2012/01/02 11:59:06 sping Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.1.8.ebuild,v 1.5 2012/01/02 17:05:25 sping Exp $
29
30 EAPI=4
31
32 @@ -54,8 +54,9 @@
33 DOCS=( ChangeLog INSTALL README NEWS )
34
35 src_prepare() {
36 - # Workaroung "No rule to make target `gegl-0.1.deps'"
37 - touch "${S}/gegl/gegl-0.1.deps" || die
38 + # Fix for upstream bug "gegl/gegl-0.1.deps missing from gegl-0.1.8 tarball"
39 + # https://bugzilla.gnome.org/show_bug.cgi?id=666737
40 + [ -f gegl/gegl-0.1.deps ] || echo 'Babl-0.1' > gegl/gegl-0.1.deps
41
42 # fix OSX loadable module filename extension
43 sed -i -e 's/\.dylib/.bundle/' configure.ac || die
44
45
46
47 1.63 media-libs/gegl/ChangeLog
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/ChangeLog?rev=1.63&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/ChangeLog?rev=1.63&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/ChangeLog?r1=1.62&r2=1.63
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v
56 retrieving revision 1.62
57 retrieving revision 1.63
58 diff -u -r1.62 -r1.63
59 --- ChangeLog 2 Jan 2012 11:59:07 -0000 1.62
60 +++ ChangeLog 2 Jan 2012 17:05:25 -0000 1.63
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.62 2012/01/02 11:59:07 sping Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.63 2012/01/02 17:05:25 sping Exp $
66 +
67 + 02 Jan 2012; Sebastian Pipping <sping@g.o> gegl-0.1.8.ebuild:
68 + Improve fix on gegl/gegl-0.1.deps (for USE=introspection)
69
70 02 Jan 2012; Sebastian Pipping <sping@g.o> gegl-0.1.8.ebuild:
71 Fix remaining sandbox issues using gnome2_environment_reset of the