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: Wed, 04 Jan 2012 06:13:08
Message-Id: 20120104061258.3DEE72004B@flycatcher.gentoo.org
1 sping 12/01/04 06:12:58
2
3 Modified: gegl-0.1.8.ebuild ChangeLog
4 Log:
5 media-libs/gegl: Remove dependency on GTK+
6
7 (Portage version: 2.1.10.44/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.6 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.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/gegl-0.1.8.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/gegl-0.1.8.ebuild?r1=1.5&r2=1.6
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.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- gegl-0.1.8.ebuild 2 Jan 2012 17:05:25 -0000 1.5
23 +++ gegl-0.1.8.ebuild 4 Jan 2012 06:12:57 -0000 1.6
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.5 2012/01/02 17:05:25 sping Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.1.8.ebuild,v 1.6 2012/01/04 06:12:57 sping Exp $
29
30 EAPI=4
31
32 @@ -20,7 +20,6 @@
33
34 RDEPEND=">=media-libs/babl-0.1.6
35 >=dev-libs/glib-2.28:2
36 - x11-libs/gtk+:2
37 >=x11-libs/gdk-pixbuf-2.18:2
38 x11-libs/pango
39 sys-libs/zlib
40
41
42
43 1.64 media-libs/gegl/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/ChangeLog?rev=1.64&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/ChangeLog?rev=1.64&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/ChangeLog?r1=1.63&r2=1.64
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v
52 retrieving revision 1.63
53 retrieving revision 1.64
54 diff -u -r1.63 -r1.64
55 --- ChangeLog 2 Jan 2012 17:05:25 -0000 1.63
56 +++ ChangeLog 4 Jan 2012 06:12:57 -0000 1.64
57 @@ -1,6 +1,9 @@
58 # ChangeLog for media-libs/gegl
59 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.63 2012/01/02 17:05:25 sping Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.64 2012/01/04 06:12:57 sping Exp $
62 +
63 + 04 Jan 2012; Sebastian Pipping <sping@g.o> gegl-0.1.8.ebuild:
64 + Remove dependency on GTK+ from GEGL 0.1.8
65
66 02 Jan 2012; Sebastian Pipping <sping@g.o> gegl-0.1.8.ebuild:
67 Improve fix on gegl/gegl-0.1.deps (for USE=introspection)