Gentoo Archives: gentoo-commits

From: "Markus Meier (maekke)" <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/gtkimageview: gtkimageview-1.6.4.ebuild ChangeLog
Date: Mon, 28 Dec 2009 22:32:05
Message-Id: E1NPO8A-0003h5-SH@stork.gentoo.org
1 maekke 09/12/28 22:32:02
2
3 Modified: gtkimageview-1.6.4.ebuild ChangeLog
4 Log:
5 x86 stable, bug #293850
6 (Portage version: 2.2_rc61/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.18 media-gfx/gtkimageview/gtkimageview-1.6.4.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gtkimageview/gtkimageview-1.6.4.ebuild?rev=1.18&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gtkimageview/gtkimageview-1.6.4.ebuild?rev=1.18&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gtkimageview/gtkimageview-1.6.4.ebuild?r1=1.17&r2=1.18
14
15 Index: gtkimageview-1.6.4.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-gfx/gtkimageview/gtkimageview-1.6.4.ebuild,v
18 retrieving revision 1.17
19 retrieving revision 1.18
20 diff -u -r1.17 -r1.18
21 --- gtkimageview-1.6.4.ebuild 28 Dec 2009 02:14:57 -0000 1.17
22 +++ gtkimageview-1.6.4.ebuild 28 Dec 2009 22:32:02 -0000 1.18
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gtkimageview/gtkimageview-1.6.4.ebuild,v 1.17 2009/12/28 02:14:57 maekke Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gtkimageview/gtkimageview-1.6.4.ebuild,v 1.18 2009/12/28 22:32:02 maekke Exp $
28
29 EAPI="2"
30
31 @@ -12,7 +12,7 @@
32
33 LICENSE="LGPL-2.1"
34 SLOT="0"
35 -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
36 +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sh ~sparc x86 ~x86-fbsd"
37 IUSE="doc examples"
38
39 # tests do not work with userpriv
40
41
42
43 1.17 media-gfx/gtkimageview/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gtkimageview/ChangeLog?rev=1.17&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gtkimageview/ChangeLog?rev=1.17&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gtkimageview/ChangeLog?r1=1.16&r2=1.17
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/media-gfx/gtkimageview/ChangeLog,v
52 retrieving revision 1.16
53 retrieving revision 1.17
54 diff -u -r1.16 -r1.17
55 --- ChangeLog 28 Dec 2009 02:14:57 -0000 1.16
56 +++ ChangeLog 28 Dec 2009 22:32:02 -0000 1.17
57 @@ -1,6 +1,9 @@
58 # ChangeLog for media-gfx/gtkimageview
59 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gtkimageview/ChangeLog,v 1.16 2009/12/28 02:14:57 maekke Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gtkimageview/ChangeLog,v 1.17 2009/12/28 22:32:02 maekke Exp $
62 +
63 + 28 Dec 2009; Markus Meier <maekke@g.o> gtkimageview-1.6.4.ebuild:
64 + x86 stable, bug #293850
65
66 28 Dec 2009; Markus Meier <maekke@g.o> gtkimageview-1.6.4.ebuild:
67 inherit virtualx to make tests pass by flameeyes in bug #294295