Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-extra/gconf-editor: gconf-editor-2.24.1.ebuild ChangeLog gconf-editor-2.22.0.ebuild gconf-editor-2.20.0.ebuild
Date: Thu, 29 Jan 2009 22:44:21
Message-Id: E1LSfcS-0002Qc-2C@stork.gentoo.org
1 eva 09/01/29 22:44:20
2
3 Modified: gconf-editor-2.24.1.ebuild ChangeLog
4 gconf-editor-2.22.0.ebuild
5 gconf-editor-2.20.0.ebuild
6 Log:
7 Add app-text/docbook-xml-dtd dependency for tests, bug #198622. Drop keywords on 2.20 revision for arches that have 2.22 stable.
8 (Portage version: 2.2_rc23/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.2 gnome-extra/gconf-editor/gconf-editor-2.24.1.ebuild
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/gconf-editor/gconf-editor-2.24.1.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/gconf-editor/gconf-editor-2.24.1.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/gconf-editor/gconf-editor-2.24.1.ebuild?r1=1.1&r2=1.2
16
17 Index: gconf-editor-2.24.1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/gconf-editor/gconf-editor-2.24.1.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- gconf-editor-2.24.1.ebuild 19 Oct 2008 23:37:11 -0000 1.1
24 +++ gconf-editor-2.24.1.ebuild 29 Jan 2009 22:44:19 -0000 1.2
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2008 Gentoo Foundation
27 +# Copyright 1999-2009 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gconf-editor/gconf-editor-2.24.1.ebuild,v 1.1 2008/10/19 23:37:11 leio Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gconf-editor/gconf-editor-2.24.1.ebuild,v 1.2 2009/01/29 22:44:19 eva Exp $
31
32 inherit gnome2
33
34 @@ -10,7 +10,7 @@
35 LICENSE="GPL-2"
36 SLOT="0"
37 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
38 -IUSE=""
39 +IUSE="test"
40
41 RDEPEND=">=x11-libs/gtk+-2.6
42 >=gnome-base/gconf-2.10
43 @@ -21,7 +21,8 @@
44 sys-devel/gettext
45 app-text/gnome-doc-utils
46 >=dev-util/intltool-0.35
47 - >=dev-util/pkgconfig-0.19"
48 + >=dev-util/pkgconfig-0.19
49 + test? ( ~app-text/docbook-xml-dtd-4.1.2 )"
50
51 DOCS="AUTHORS ChangeLog NEWS README"
52
53
54
55
56 1.134 gnome-extra/gconf-editor/ChangeLog
57
58 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/gconf-editor/ChangeLog?rev=1.134&view=markup
59 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/gconf-editor/ChangeLog?rev=1.134&content-type=text/plain
60 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/gconf-editor/ChangeLog?r1=1.133&r2=1.134
61
62 Index: ChangeLog
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/gconf-editor/ChangeLog,v
65 retrieving revision 1.133
66 retrieving revision 1.134
67 diff -u -r1.133 -r1.134
68 --- ChangeLog 13 Nov 2008 19:17:55 -0000 1.133
69 +++ ChangeLog 29 Jan 2009 22:44:19 -0000 1.134
70 @@ -1,6 +1,12 @@
71 # ChangeLog for gnome-extra/gconf-editor
72 -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
73 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gconf-editor/ChangeLog,v 1.133 2008/11/13 19:17:55 ranger Exp $
74 +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
75 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gconf-editor/ChangeLog,v 1.134 2009/01/29 22:44:19 eva Exp $
76 +
77 + 29 Jan 2009; Gilles Dartiguelongue <eva@g.o>
78 + gconf-editor-2.20.0.ebuild, gconf-editor-2.22.0.ebuild,
79 + gconf-editor-2.24.1.ebuild:
80 + Add app-text/docbook-xml-dtd dependency for tests, bug #198622.
81 + Drop keywords on 2.20 revision for arches that have 2.22 stable.
82
83 13 Nov 2008; Brent Baude <ranger@g.o> gconf-editor-2.22.0.ebuild:
84 Marking gconf-editor-2.22.0 ppc64 stable for bug 236971
85
86
87
88 1.8 gnome-extra/gconf-editor/gconf-editor-2.22.0.ebuild
89
90 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/gconf-editor/gconf-editor-2.22.0.ebuild?rev=1.8&view=markup
91 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/gconf-editor/gconf-editor-2.22.0.ebuild?rev=1.8&content-type=text/plain
92 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/gconf-editor/gconf-editor-2.22.0.ebuild?r1=1.7&r2=1.8
93
94 Index: gconf-editor-2.22.0.ebuild
95 ===================================================================
96 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/gconf-editor/gconf-editor-2.22.0.ebuild,v
97 retrieving revision 1.7
98 retrieving revision 1.8
99 diff -u -r1.7 -r1.8
100 --- gconf-editor-2.22.0.ebuild 13 Nov 2008 19:17:55 -0000 1.7
101 +++ gconf-editor-2.22.0.ebuild 29 Jan 2009 22:44:19 -0000 1.8
102 @@ -1,6 +1,6 @@
103 -# Copyright 1999-2008 Gentoo Foundation
104 +# Copyright 1999-2009 Gentoo Foundation
105 # Distributed under the terms of the GNU General Public License v2
106 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gconf-editor/gconf-editor-2.22.0.ebuild,v 1.7 2008/11/13 19:17:55 ranger Exp $
107 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gconf-editor/gconf-editor-2.22.0.ebuild,v 1.8 2009/01/29 22:44:19 eva Exp $
108
109 inherit gnome2
110
111 @@ -10,7 +10,7 @@
112 LICENSE="GPL-2"
113 SLOT="0"
114 KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 ~sh sparc x86 ~x86-fbsd"
115 -IUSE=""
116 +IUSE="test"
117
118 RDEPEND=">=x11-libs/gtk+-2.6
119 >=gnome-base/gconf-2.10
120 @@ -21,7 +21,8 @@
121 sys-devel/gettext
122 app-text/gnome-doc-utils
123 >=dev-util/intltool-0.35
124 - >=dev-util/pkgconfig-0.19"
125 + >=dev-util/pkgconfig-0.19
126 + test? ( ~app-text/docbook-xml-dtd-4.1.2 )"
127
128 DOCS="AUTHORS ChangeLog NEWS README"
129
130
131
132
133 1.11 gnome-extra/gconf-editor/gconf-editor-2.20.0.ebuild
134
135 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/gconf-editor/gconf-editor-2.20.0.ebuild?rev=1.11&view=markup
136 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/gconf-editor/gconf-editor-2.20.0.ebuild?rev=1.11&content-type=text/plain
137 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/gconf-editor/gconf-editor-2.20.0.ebuild?r1=1.10&r2=1.11
138
139 Index: gconf-editor-2.20.0.ebuild
140 ===================================================================
141 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/gconf-editor/gconf-editor-2.20.0.ebuild,v
142 retrieving revision 1.10
143 retrieving revision 1.11
144 diff -u -r1.10 -r1.11
145 --- gconf-editor-2.20.0.ebuild 20 Apr 2008 02:10:17 -0000 1.10
146 +++ gconf-editor-2.20.0.ebuild 29 Jan 2009 22:44:19 -0000 1.11
147 @@ -1,6 +1,6 @@
148 -# Copyright 1999-2008 Gentoo Foundation
149 +# Copyright 1999-2009 Gentoo Foundation
150 # Distributed under the terms of the GNU General Public License v2
151 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gconf-editor/gconf-editor-2.20.0.ebuild,v 1.10 2008/04/20 02:10:17 vapier Exp $
152 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gconf-editor/gconf-editor-2.20.0.ebuild,v 1.11 2009/01/29 22:44:19 eva Exp $
153
154 inherit gnome2
155
156 @@ -9,7 +9,7 @@
157
158 LICENSE="GPL-2"
159 SLOT="0"
160 -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd"
161 +KEYWORDS="arm sh"
162 IUSE=""
163
164 RDEPEND=">=x11-libs/gtk+-2.6