Gentoo Archives: gentoo-commits

From: "Saleem Abdulrasool (compnerd)" <compnerd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/glade: ChangeLog glade-3.4.3.ebuild glade-3.4.1-r1.ebuild glade-2.12.2-r1.ebuild glade-3.4.0-r1.ebuild glade-2.6.8-r1.ebuild glade-3.4.1.ebuild glade-2.12.2.ebuild
Date: Sat, 29 Mar 2008 19:31:43
Message-Id: E1JfgmC-00076L-Ob@stork.gentoo.org
1 compnerd 08/03/29 19:31:40
2
3 Modified: ChangeLog glade-3.4.3.ebuild
4 Added: glade-3.4.1-r1.ebuild glade-2.12.2-r1.ebuild
5 glade-3.4.0-r1.ebuild glade-2.6.8-r1.ebuild
6 Removed: glade-3.4.1.ebuild glade-2.12.2.ebuild
7 Log:
8 fix usage of pkg_config where pkg_setup was meant (bug #215216)
9 (Portage version: 2.1.4.4)
10
11 Revision Changes Path
12 1.94 dev-util/glade/ChangeLog
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/glade/ChangeLog?rev=1.94&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/glade/ChangeLog?rev=1.94&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/glade/ChangeLog?r1=1.93&r2=1.94
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v
21 retrieving revision 1.93
22 retrieving revision 1.94
23 diff -u -r1.93 -r1.94
24 --- ChangeLog 29 Mar 2008 19:21:05 -0000 1.93
25 +++ ChangeLog 29 Mar 2008 19:31:40 -0000 1.94
26 @@ -1,6 +1,17 @@
27 # ChangeLog for dev-util/glade
28 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v 1.93 2008/03/29 19:21:05 eva Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v 1.94 2008/03/29 19:31:40 compnerd Exp $
31 +
32 +*glade-3.4.1-r1 (29 Mar 2008)
33 +*glade-3.4.0-r1 (29 Mar 2008)
34 +*glade-2.12.2-r1 (29 Mar 2008)
35 +*glade-2.6.8-r1 (29 Mar 2008)
36 +
37 + 29 Mar 2008; Saleem Abdulrasool <compnerd@g.o>
38 + +glade-2.6.8-r1.ebuild, -glade-2.12.2.ebuild, +glade-2.12.2-r1.ebuild,
39 + +glade-3.4.0-r1.ebuild, -glade-3.4.1.ebuild, +glade-3.4.1-r1.ebuild,
40 + glade-3.4.3.ebuild:
41 + Fix usage of pkg_config where pkg_setup was meant. Fixes bug #215216.
42
43 *glade-3.4.3 (29 Mar 2008)
44
45
46
47
48 1.2 dev-util/glade/glade-3.4.3.ebuild
49
50 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/glade/glade-3.4.3.ebuild?rev=1.2&view=markup
51 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/glade/glade-3.4.3.ebuild?rev=1.2&content-type=text/plain
52 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/glade/glade-3.4.3.ebuild?r1=1.1&r2=1.2
53
54 Index: glade-3.4.3.ebuild
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/dev-util/glade/glade-3.4.3.ebuild,v
57 retrieving revision 1.1
58 retrieving revision 1.2
59 diff -u -r1.1 -r1.2
60 --- glade-3.4.3.ebuild 29 Mar 2008 19:21:05 -0000 1.1
61 +++ glade-3.4.3.ebuild 29 Mar 2008 19:31:40 -0000 1.2
62 @@ -1,6 +1,6 @@
63 # Copyright 1999-2008 Gentoo Foundation
64 # Distributed under the terms of the GNU General Public License v2
65 -# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/glade-3.4.3.ebuild,v 1.1 2008/03/29 19:21:05 eva Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/glade-3.4.3.ebuild,v 1.2 2008/03/29 19:31:40 compnerd Exp $
67
68 inherit eutils gnome2
69
70 @@ -34,6 +34,6 @@
71 S="${WORKDIR}/${MY_P}"
72 DOCS="AUTHORS BUGS ChangeLog HACKING INTERNALS MAINTAINERS NEWS README TODO"
73
74 -pkg_config() {
75 +pkg_setup() {
76 G2CONF="${G2CONF} $(use_enable gnome) --disable-scrollkeeper"
77 }
78
79
80
81 1.1 dev-util/glade/glade-3.4.1-r1.ebuild
82
83 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/glade/glade-3.4.1-r1.ebuild?rev=1.1&view=markup
84 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/glade/glade-3.4.1-r1.ebuild?rev=1.1&content-type=text/plain
85
86 Index: glade-3.4.1-r1.ebuild
87 ===================================================================
88 # Copyright 1999-2008 Gentoo Foundation
89 # Distributed under the terms of the GNU General Public License v2
90 # $Header: /var/cvsroot/gentoo-x86/dev-util/glade/glade-3.4.1-r1.ebuild,v 1.1 2008/03/29 19:31:40 compnerd Exp $
91
92 inherit eutils gnome2
93
94 MY_PN="glade3"
95 MY_P="${MY_PN}-${PV}"
96
97 DESCRIPTION="GNOME GUI Builder"
98 HOMEPAGE="http://glade.gnome.org/"
99 SRC_URI="mirror://gnome/sources/${MY_PN}/${PVP[0]}.${PVP[1]}/${MY_P}.tar.bz2"
100
101 LICENSE="GPL-2"
102 SLOT="3"
103 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
104 IUSE="doc gnome"
105
106 RDEPEND=">=dev-libs/glib-2.8.0
107 >=x11-libs/gtk+-2.10.0
108 >=dev-libs/libxml2-2.4
109 gnome? (
110 >=gnome-base/libgnomeui-2.0
111 >=gnome-base/libbonoboui-2.0
112 )"
113 DEPEND="${RDEPEND}
114 sys-devel/gettext
115 >=dev-util/intltool-0.35
116 >=dev-util/pkgconfig-0.19
117 doc? ( >=dev-util/gtk-doc-1.4 )"
118
119 S="${WORKDIR}/${MY_P}"
120 DOCS="AUTHORS BUGS ChangeLog HACKING INTERNALS MAINTAINERS NEWS README TODO"
121
122 pkg_setup() {
123 G2CONF="${G2CONF} $(use_enable gnome)"
124 }
125
126
127
128 1.1 dev-util/glade/glade-2.12.2-r1.ebuild
129
130 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/glade/glade-2.12.2-r1.ebuild?rev=1.1&view=markup
131 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/glade/glade-2.12.2-r1.ebuild?rev=1.1&content-type=text/plain
132
133 Index: glade-2.12.2-r1.ebuild
134 ===================================================================
135 # Copyright 1999-2008 Gentoo Foundation
136 # Distributed under the terms of the GNU General Public License v2
137 # $Header: /var/cvsroot/gentoo-x86/dev-util/glade/glade-2.12.2-r1.ebuild,v 1.1 2008/03/29 19:31:40 compnerd Exp $
138
139 inherit gnome2
140
141 DESCRIPTION="A user interface builder for the GTK+ toolkit and GNOME"
142 HOMEPAGE="http://glade.gnome.org/"
143
144 LICENSE="GPL-2"
145 SLOT="2"
146 KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
147 IUSE="accessibility gnome"
148
149 RDEPEND=">=dev-libs/libxml2-2.4.1
150 >=x11-libs/gtk+-2.8
151 gnome? (
152 >=gnome-base/libgnomeui-2.9
153 >=gnome-base/libgnomecanvas-2
154 >=gnome-base/libbonoboui-2
155 accessibility? ( gnome-extra/libgail-gnome )
156 )"
157 DEPEND="${RDEPEND}
158 >=dev-util/pkgconfig-0.9
159 sys-devel/gettext
160 >=app-text/scrollkeeper-0.1.4
161 >=dev-util/intltool-0.28"
162
163 DOCS="ABOUT-NLS AUTHORS ChangeLog FAQ NEWS README TODO"
164
165 pkg_setup() {
166 G2CONF="$(use_enable gnome)"
167 }
168
169
170
171 1.1 dev-util/glade/glade-3.4.0-r1.ebuild
172
173 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/glade/glade-3.4.0-r1.ebuild?rev=1.1&view=markup
174 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/glade/glade-3.4.0-r1.ebuild?rev=1.1&content-type=text/plain
175
176 Index: glade-3.4.0-r1.ebuild
177 ===================================================================
178 # Copyright 1999-2008 Gentoo Foundation
179 # Distributed under the terms of the GNU General Public License v2
180 # $Header: /var/cvsroot/gentoo-x86/dev-util/glade/glade-3.4.0-r1.ebuild,v 1.1 2008/03/29 19:31:40 compnerd Exp $
181
182 inherit eutils gnome2
183
184 MY_PN="glade3"
185 MY_P="${MY_PN}-${PV}"
186
187 DESCRIPTION="GNOME GUI Builder"
188 HOMEPAGE="http://glade.gnome.org/"
189 SRC_URI="mirror://gnome/sources/${MY_PN}/${PVP[0]}.${PVP[1]}/${MY_P}.tar.bz2"
190
191 LICENSE="GPL-2"
192 SLOT="3"
193 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
194 IUSE="doc gnome"
195
196 RDEPEND=">=dev-libs/glib-2.8.0
197 >=x11-libs/gtk+-2.10.0
198 >=dev-libs/libxml2-2.4
199 gnome? (
200 >=gnome-base/libgnomeui-2.0
201 >=gnome-base/libbonoboui-2.0
202 )"
203 DEPEND="${RDEPEND}
204 sys-devel/gettext
205 >=dev-util/intltool-0.35
206 >=dev-util/pkgconfig-0.19
207 doc? ( >=dev-util/gtk-doc-1.4 )"
208
209 S="${WORKDIR}/${MY_P}"
210 DOCS="AUTHORS BUGS ChangeLog HACKING INTERNALS MAINTAINERS NEWS README TODO"
211
212 pkg_setup() {
213 G2CONF="${G2CONF} $(use_enable gnome)"
214 }
215
216
217
218 1.1 dev-util/glade/glade-2.6.8-r1.ebuild
219
220 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/glade/glade-2.6.8-r1.ebuild?rev=1.1&view=markup
221 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/glade/glade-2.6.8-r1.ebuild?rev=1.1&content-type=text/plain
222
223 Index: glade-2.6.8-r1.ebuild
224 ===================================================================
225 # Copyright 1999-2008 Gentoo Foundation
226 # Distributed under the terms of the GNU General Public License v2
227 # $Header: /var/cvsroot/gentoo-x86/dev-util/glade/glade-2.6.8-r1.ebuild,v 1.1 2008/03/29 19:31:40 compnerd Exp $
228
229 inherit eutils gnome2
230
231 DESCRIPTION="a GUI Builder. This release is for GTK+ 2 and GNOME 2."
232 HOMEPAGE="http://glade.gnome.org/"
233
234 LICENSE="GPL-2"
235 SLOT="2"
236 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
237 IUSE="gnome libgda"
238
239 RDEPEND=">=x11-libs/gtk+-2.4
240 >=dev-libs/libxml2-2.4.1
241 gnome? ( >=gnome-base/libgnomeui-2.6.0
242 >=gnome-base/libgnomecanvas-2.0.0
243 >=gnome-base/libbonoboui-2.0.0 )
244 libgda? ( =gnome-extra/libgnomedb-1*
245 =gnome-extra/libgda-1* )"
246 DEPEND="${RDEPEND}
247 dev-util/pkgconfig
248 sys-devel/gettext
249 >=app-text/scrollkeeper-0.3.10
250 >=dev-util/intltool-0.30"
251
252 DOCS="AUTHORS FAQ INSTALL NEWS README TODO"
253 USE_DESTDIR="1"
254
255 pkg_setup() {
256 G2CONF="${G2CONF} $(use_enable gnome) $(use_enable libgda gnome-db)"
257 }
258
259 src_unpack() {
260 gnome2_src_unpack
261
262 # this patch fixes potential issues
263 # with scrollkeeper. speeds up unnecessary scroll generation
264 epatch "${FILESDIR}/${PN}-2.0.0-scrollkeeper.patch"
265 }
266
267 src_install() {
268 gnome2_src_install scrollkeeper_localstate_dir="${D}/var/lib/scrollkeeper/"
269 }
270
271
272
273 --
274 gentoo-commits@l.g.o mailing list