Gentoo Archives: gentoo-commits

From: "Hanno Boeck (hanno)" <hanno@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/gegl: gegl-0.0.20.ebuild ChangeLog
Date: Wed, 08 Oct 2008 09:29:27
Message-Id: E1KnVLq-0002Wj-2R@stork.gentoo.org
1 hanno 08/10/08 09:29:02
2
3 Modified: gegl-0.0.20.ebuild ChangeLog
4 Log:
5 gegl: make lua conditional to doc useflag
6 (Portage version: 2.2_rc11/cvs/Linux 2.6.27-rc9-00169-gb34c873 x86_64)
7
8 Revision Changes Path
9 1.4 media-libs/gegl/gegl-0.0.20.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/gegl-0.0.20.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/gegl-0.0.20.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/gegl-0.0.20.ebuild?r1=1.3&r2=1.4
14
15 Index: gegl-0.0.20.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.0.20.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- gegl-0.0.20.ebuild 8 Oct 2008 09:27:27 -0000 1.3
22 +++ gegl-0.0.20.ebuild 8 Oct 2008 09:29:02 -0000 1.4
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.0.20.ebuild,v 1.3 2008/10/08 09:27:27 hanno Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.0.20.ebuild,v 1.4 2008/10/08 09:29:02 hanno Exp $
28
29 inherit eutils
30
31 @@ -16,10 +16,10 @@
32
33 DEPEND=">=media-libs/babl-0.0.20
34 >=dev-libs/glib-2.18.0
35 - >=dev-lang/lua-5.1.0
36 media-libs/libpng
37 cairo? ( x11-libs/cairo )
38 doc? ( app-text/asciidoc
39 + >=dev-lang/lua-5.1.0
40 app-text/enscript
41 media-gfx/graphviz )
42 ffmpeg? ( >=media-video/ffmpeg-0.4.9_p20080326 )
43
44
45
46 1.4 media-libs/gegl/ChangeLog
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/ChangeLog?rev=1.4&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/ChangeLog?rev=1.4&content-type=text/plain
50 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/ChangeLog?r1=1.3&r2=1.4
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v
55 retrieving revision 1.3
56 retrieving revision 1.4
57 diff -u -r1.3 -r1.4
58 --- ChangeLog 8 Oct 2008 09:27:27 -0000 1.3
59 +++ ChangeLog 8 Oct 2008 09:29:02 -0000 1.4
60 @@ -1,6 +1,9 @@
61 # ChangeLog for media-libs/gegl
62 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.3 2008/10/08 09:27:27 hanno Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.4 2008/10/08 09:29:02 hanno Exp $
65 +
66 + 08 Oct 2008; Hanno Boeck <hanno@g.o> gegl-0.0.20.ebuild:
67 + Make lua conditional to doc useflag.
68
69 08 Oct 2008; Hanno Boeck <hanno@g.o> gegl-0.0.20.ebuild:
70 Raise some dependencies, requires recent versions of glib and ffmpeg.