Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@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: Sun, 28 Dec 2008 18:11:08
Message-Id: E1LH06U-00052P-Rw@stork.gentoo.org
1 armin76 08/12/28 18:11:06
2
3 Modified: gegl-0.0.20.ebuild ChangeLog
4 Log:
5 Add ~ia64 wrt #240433
6 (Portage version: 2.1.4.5)
7
8 Revision Changes Path
9 1.14 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.14&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/gegl-0.0.20.ebuild?rev=1.14&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/gegl-0.0.20.ebuild?r1=1.13&r2=1.14
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.13
19 retrieving revision 1.14
20 diff -u -r1.13 -r1.14
21 --- gegl-0.0.20.ebuild 25 Dec 2008 15:52:25 -0000 1.13
22 +++ gegl-0.0.20.ebuild 28 Dec 2008 18:11:06 -0000 1.14
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.13 2008/12/25 15:52:25 bluebird Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.0.20.ebuild,v 1.14 2008/12/28 18:11:06 armin76 Exp $
28
29 WANT_AUTOCONF=latest
30
31 @@ -12,7 +12,7 @@
32
33 LICENSE="|| ( GPL-3 LGPL-3 )"
34 SLOT="0"
35 -KEYWORDS="~alpha ~amd64 ~hppa ~ppc64 ~sparc ~x86"
36 +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc64 ~sparc ~x86"
37
38 IUSE="cairo debug doc ffmpeg jpeg mmx openexr png raw sdl sse svg v4l"
39
40
41
42
43 1.14 media-libs/gegl/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/ChangeLog?rev=1.14&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/ChangeLog?rev=1.14&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/ChangeLog?r1=1.13&r2=1.14
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v
52 retrieving revision 1.13
53 retrieving revision 1.14
54 diff -u -r1.13 -r1.14
55 --- ChangeLog 25 Dec 2008 15:52:25 -0000 1.13
56 +++ ChangeLog 28 Dec 2008 18:11:06 -0000 1.14
57 @@ -1,6 +1,9 @@
58 # ChangeLog for media-libs/gegl
59 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.13 2008/12/25 15:52:25 bluebird Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.14 2008/12/28 18:11:06 armin76 Exp $
62 +
63 + 28 Dec 2008; Raúl Porcel <armin76@g.o> gegl-0.0.20.ebuild:
64 + Add ~ia64 wrt #240433
65
66 25 Dec 2008; Friedrich Oslage <bluebird@g.o> gegl-0.0.20.ebuild:
67 Add ~sparc keyword, bug #240433