Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/gegl: gegl-0.2.0-r2.ebuild ChangeLog
Date: Tue, 26 Nov 2013 02:49:07
Message-Id: 20131126024855.9FA2D2004E@flycatcher.gentoo.org
1 patrick 13/11/26 02:48:55
2
3 Modified: gegl-0.2.0-r2.ebuild ChangeLog
4 Log:
5 Narrow down libopenraw dep #483562
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.12 media-libs/gegl/gegl-0.2.0-r2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/gegl-0.2.0-r2.ebuild?rev=1.12&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/gegl-0.2.0-r2.ebuild?rev=1.12&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/gegl-0.2.0-r2.ebuild?r1=1.11&r2=1.12
15
16 Index: gegl-0.2.0-r2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.2.0-r2.ebuild,v
19 retrieving revision 1.11
20 retrieving revision 1.12
21 diff -u -r1.11 -r1.12
22 --- gegl-0.2.0-r2.ebuild 1 Oct 2013 21:16:53 -0000 1.11
23 +++ gegl-0.2.0-r2.ebuild 26 Nov 2013 02:48:55 -0000 1.12
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 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.2.0-r2.ebuild,v 1.11 2013/10/01 21:16:53 sping Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.2.0-r2.ebuild,v 1.12 2013/11/26 02:48:55 patrick Exp $
29
30 EAPI=5
31
32 @@ -33,7 +33,7 @@
33 jpeg2k? ( >=media-libs/jasper-1.900.1 )
34 openexr? ( media-libs/openexr )
35 png? ( media-libs/libpng )
36 - raw? ( >=media-libs/libopenraw-0.0.5 )
37 + raw? ( =media-libs/libopenraw-0.0.9 )
38 sdl? ( media-libs/libsdl )
39 svg? ( >=gnome-base/librsvg-2.14:2 )
40 umfpack? ( sci-libs/umfpack )
41
42
43
44 1.104 media-libs/gegl/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/ChangeLog?rev=1.104&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/ChangeLog?rev=1.104&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/ChangeLog?r1=1.103&r2=1.104
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v
53 retrieving revision 1.103
54 retrieving revision 1.104
55 diff -u -r1.103 -r1.104
56 --- ChangeLog 27 Oct 2013 01:39:27 -0000 1.103
57 +++ ChangeLog 26 Nov 2013 02:48:55 -0000 1.104
58 @@ -1,6 +1,9 @@
59 # ChangeLog for media-libs/gegl
60 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.103 2013/10/27 01:39:27 sping Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.104 2013/11/26 02:48:55 patrick Exp $
63 +
64 + 26 Nov 2013; Patrick Lauer <patrick@g.o> gegl-0.2.0-r2.ebuild:
65 + Narrow down libopenraw dep #483562
66
67 27 Oct 2013; Sebastian Pipping <sping@g.o> -gegl-0.2.0-r1.ebuild:
68 Removing 0.2.0-r1 for security (bug #442016)