Gentoo Archives: gentoo-commits

From: "Mounir Lamouri (volkmar)" <volkmar@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-voip/ekiga: ekiga-2.0.12.ebuild ChangeLog metadata.xml
Date: Tue, 28 Apr 2009 16:14:42
Message-Id: E1Lypx9-0004ha-40@stork.gentoo.org
1 volkmar 09/04/28 16:14:39
2
3 Added: ekiga-2.0.12.ebuild ChangeLog metadata.xml
4 Log:
5 moving from net-im to net-voip
6 (Portage version: 2.1.6.7/cvs/Linux ppc, RepoMan options: --force)
7
8 Revision Changes Path
9 1.1 net-voip/ekiga/ekiga-2.0.12.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/ekiga/ekiga-2.0.12.ebuild?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/ekiga/ekiga-2.0.12.ebuild?rev=1.1&content-type=text/plain
13
14 Index: ekiga-2.0.12.ebuild
15 ===================================================================
16 # Copyright 1999-2009 Gentoo Foundation
17 # Distributed under the terms of the GNU General Public License v2
18 # $Header: /var/cvsroot/gentoo-x86/net-voip/ekiga/ekiga-2.0.12.ebuild,v 1.1 2009/04/28 16:14:39 volkmar Exp $
19
20 EAPI="2"
21 inherit gnome2 eutils flag-o-matic
22
23 DESCRIPTION="H.323 and SIP VoIP softphone"
24 HOMEPAGE="http://www.ekiga.org/"
25
26 SLOT="0"
27 LICENSE="GPL-2"
28 KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
29 IUSE="avahi dbus doc gnome sdl"
30
31 RDEPEND="~dev-libs/pwlib-1.10.$[${PV##*.}-2][ldap]
32 ~net-libs/opal-2.2.$[${PV##*.}-1]
33 >=x11-libs/gtk+-2.4.0
34 >=dev-libs/glib-2.0.0
35 sdl? ( >=media-libs/libsdl-1.2.4 )
36 dbus? ( >=dev-libs/dbus-glib-0.71 )
37 avahi? ( net-dns/avahi[dbus] )
38 gnome? (
39 >=gnome-base/libbonobo-2.2.0
40 >=gnome-base/libgnomeui-2.2.0
41 >=gnome-base/libgnome-2.2.0
42 >=gnome-base/gconf-2.2.0
43 >=gnome-base/orbit-2.5.0
44 gnome-extra/evolution-data-server
45 >=media-sound/esound-0.2.28 )"
46
47 DEPEND="${RDEPEND}
48 dev-lang/perl
49 >=dev-util/pkgconfig-0.12.0
50 >=dev-util/intltool-0.20
51 gnome? ( app-text/scrollkeeper
52 doc? ( app-text/gnome-doc-utils ) )"
53
54 DOCS="AUTHORS ChangeLog NEWS"
55
56 pkg_setup() {
57 G2CONF="${G2CONF}
58 $(use_enable dbus)
59 $(use_enable sdl)
60 $(use_enable avahi)
61 $(use_enable doc)
62 $(use_enable gnome)
63 --disable-scrollkeeper
64 --disable-schemas-install"
65 }
66
67 src_unpack() {
68 gnome2_src_unpack
69
70 # Fix configure to install schemafile into the proper directory
71 epatch "${FILESDIR}"/${PN}-1.99.0-configure.patch
72
73 # Fix gnome-doc-utils detection
74 epatch "${FILESDIR}"/${P}-gdu.patch
75
76 # Use installed inittools, see bug #234851
77 sed -i -e 's#$(top_builddir)/intltool-#intltool-#' configure \
78 || die "patching configure failed"
79 }
80
81 src_test() {
82 # xml files don't follow dtd, see bug #235849
83 # prevent tests to fail
84 if use gnome; then
85 sed -i -e "/,check-doc/d" help/Makefile \
86 || die "patching help/Makefile for tests failed"
87 sed -i -e "/^check:/d" help/Makefile \
88 || die "patching help/Makefile for tests failed"
89 fi
90
91 emake -j1 check || die "emake check failed"
92 }
93
94 src_install() {
95 if use gnome; then
96 gnome2_src_install
97 else
98 emake DESTDIR="${D}" install || die "make install failed"
99
100 dodoc ${DOCS}
101 fi
102 }
103
104 pkg_postinst() {
105 if use gnome; then
106 gnome2_pkg_postinst
107
108 # we need to fix the GConf permissions, see bug #59764
109 einfo "Fixing GConf permissions for ekiga"
110 ekiga-config-tool --fix-permissions
111 fi
112 }
113
114
115
116 1.1 net-voip/ekiga/ChangeLog
117
118 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/ekiga/ChangeLog?rev=1.1&view=markup
119 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/ekiga/ChangeLog?rev=1.1&content-type=text/plain
120
121 Index: ChangeLog
122 ===================================================================
123 # ChangeLog for net-im/ekiga
124 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
125 # $Header: /var/cvsroot/gentoo-x86/net-voip/ekiga/ChangeLog,v 1.1 2009/04/28 16:14:39 volkmar Exp $
126
127 28 Apr 2009; Mounir Lamouri <volkmar@g.o>
128 +files/ekiga-1.99.0-configure.patch, +files/ekiga-2.0.12-gdu.patch,
129 +files/ekiga-eggtrayicon-transparency.diff,
130 +files/ekiga-eggtrayicon-update.diff, +files/not-gnome.patch,
131 +metadata.xml, +ekiga-2.0.12.ebuild:
132 Moving from net-im to net-voip.
133
134 07 Mar 2009; Thomas Anderson <gentoofan23@g.o> ekiga-2.0.12.ebuild:
135 Transition to eapi 2 use deps
136
137 27 Feb 2009; Torsten Veller <tove@g.o> ekiga-2.0.12.ebuild:
138 Add missing die: || "..." -> || die "..."
139
140 16 Feb 2009; Jeremy Olexa <darkside@g.o> -ekiga-2.0.11.ebuild,
141 ekiga-2.0.12.ebuild:
142 (non maintainer commit) fix tests when USE=gnome is present, bug 235849 by
143 Mounir Lamouri
144
145 05 Feb 2009; Jeremy Olexa <darkside@g.o> ekiga-2.0.12.ebuild:
146 (non maintainer commit) Don't use bundled intltool, causes problems for some
147 people, bug 234851
148
149 13 Nov 2008; Brent Baude <ranger@g.o> ekiga-2.0.12.ebuild:
150 Marking ekiga-2.0.12 ppc64 stable for bug 236971
151
152 09 Nov 2008; Gilles Dartiguelongue <eva@g.o> ekiga-2.0.12.ebuild:
153 fix sandbox issue with gconf 2.24, bug #244430.
154
155 25 Sep 2008; Jeroen Roovers <jer@g.o> ekiga-2.0.12.ebuild:
156 Stable for HPPA (bug #236971).
157
158 12 Aug 2008; Raúl Porcel <armin76@g.o> ekiga-2.0.12.ebuild:
159 alpha/ia64/sparc stable wrt #229709
160
161 10 Aug 2008; Markus Meier <maekke@g.o> ekiga-2.0.12.ebuild:
162 x86 stable, bug #229709
163
164 30 Jul 2008; Brent Baude <ranger@g.o> ekiga-2.0.12.ebuild:
165 Marking ekiga-2.0.12 ppc stable for bug 229709
166
167 26 Jul 2008; Olivier Crête <tester@g.o> ekiga-2.0.12.ebuild:
168 Stable on amd64/x86, bug #222219
169
170 *ekiga-2.0.12 (20 Mar 2008)
171
172 20 Mar 2008; Gilles Dartiguelongue <eva@g.o>
173 +files/ekiga-2.0.12-gdu.patch, +ekiga-2.0.12.ebuild:
174 bump to 2.0.12, cleanup dependencies
175
176 21 Nov 2007; Michael Sterrett <mr_bones_@g.o> -ekiga-2.0.7.ebuild,
177 -ekiga-2.0.9.ebuild:
178 remove old, dep-broken ebuilds
179
180 12 Oct 2007; Tobias Scherbaum <dertobi123@g.o> ekiga-2.0.11.ebuild:
181 ppc stable, bug #193095
182
183 11 Oct 2007; Raúl Porcel <armin76@g.o> ekiga-2.0.11.ebuild:
184 alpha/ia64/sparc stable wrt security #193095
185
186 11 Oct 2007; Markus Rothe <corsair@g.o> ekiga-2.0.11.ebuild:
187 Stable on ppc64; bug #193095
188
189 11 Oct 2007; Mike Doty <kingtaco@g.o> ekiga-2.0.11.ebuild:
190 amd64 stable bug 193095
191
192 10 Oct 2007; Jeroen Roovers <jer@g.o> ekiga-2.0.11.ebuild:
193 Stable for HPPA (bug #193095).
194
195 10 Oct 2007; Christian Faulhammer <opfer@g.o> ekiga-2.0.11.ebuild:
196 stable x86, security bug 193095
197
198 09 Oct 2007; Stefan Schweizer <genstef@g.o> +files/not-gnome.patch,
199 ekiga-2.0.11.ebuild:
200 Fix USE=-gnome thanks to Charles Clément <caratorn@×××××.com> in bug 195227
201
202 *ekiga-2.0.11 (08 Oct 2007)
203
204 08 Oct 2007; Stefan Schweizer <genstef@g.o> +ekiga-2.0.11.ebuild:
205 version bump
206
207 02 Aug 2007; Michael Sterrett <mr_bones_@g.o> ekiga-2.0.7.ebuild,
208 ekiga-2.0.9.ebuild:
209 correct dbus deps (bug #187369)
210
211 08 Jul 2007; Michael Sterrett <mr_bones_@g.o> ekiga-2.0.7.ebuild,
212 ekiga-2.0.9.ebuild:
213 remove reference to old, removed dbus (bug #183696)
214
215 *ekiga-2.0.9 (14 Apr 2007)
216
217 14 Apr 2007; Stefan Schweizer <genstef@g.o> +ekiga-2.0.9.ebuild:
218 version bump
219
220 14 Apr 2007; Stefan Schweizer <genstef@g.o> -ekiga-2.0.3.ebuild,
221 -ekiga-2.0.5.ebuild:
222 remove old
223
224 23 Mar 2007; René Nussbaumer <killerfox@g.o> ekiga-2.0.7.ebuild:
225 Stable on hppa. See bug #167643.
226
227 23 Mar 2007; Chris Gianelloni <wolf31o2@g.o> ekiga-2.0.7.ebuild:
228 Stable on alpha/amd64/ia64/ppc wrt bug #167643.
229
230 23 Mar 2007; Markus Rothe <corsair@g.o> ekiga-2.0.7.ebuild:
231 Stable on ppc64; bug #167643
232
233 23 Mar 2007; Christian Faulhammer <opfer@g.o> ekiga-2.0.7.ebuild:
234 stable x86, security bug 167643
235
236 *ekiga-2.0.7 (21 Mar 2007)
237
238 21 Mar 2007; Gustavo Zacarias <gustavoz@g.o> +ekiga-2.0.7.ebuild:
239 Verbump wrt #167643 and #169066
240
241 10 Mar 2007; Bryan Østergaard <kloeri@g.o> ekiga-2.0.5.ebuild:
242 Stable on Alpha + IA64, bug 167643.
243
244 03 Mar 2007; Tobias Scherbaum <dertobi123@g.o> ekiga-2.0.5.ebuild:
245 Stable on ppc wrt bug #167643.
246
247 02 Mar 2007; Steve Dibb <beandog@g.o> ekiga-2.0.5.ebuild:
248 amd64 stable, security bug 167643
249
250 01 Mar 2007; René Nussbaumer <killerfox@g.o> ekiga-2.0.5.ebuild:
251 Stable on hppa. See bug #167643.
252
253 27 Feb 2007; Jason Wever <weeve@g.o> ekiga-2.0.5.ebuild:
254 Stable on SPARC wrt security bug #167643.
255
256 25 Feb 2007; Markus Rothe <corsair@g.o> ekiga-2.0.5.ebuild:
257 Stable on ppc64; bug #167643
258
259 24 Feb 2007; Raúl Porcel <armin76@g.o> ekiga-2.0.5.ebuild:
260 x86 stable wrt bug 167643
261
262 *ekiga-2.0.5 (21 Feb 2007)
263
264 21 Feb 2007; Remi Cardona <remi@g.o> +ekiga-2.0.5.ebuild:
265 bumping ekiga to 2.0.5
266
267 19 Jan 2007; Jeroen Roovers <jer@g.o> ekiga-2.0.3.ebuild:
268 Stable for HPPA (bug #147751).
269
270 14 Jan 2007; Bryan Østergaard <kloeri@g.o> ekiga-2.0.3.ebuild:
271 Stable on Alpha.
272
273 06 Jan 2007; Timothy Redaelli <drizzt@g.o> -ekiga-2.0.2.ebuild,
274 ekiga-2.0.3.ebuild:
275 Changed einfo to eerror, removed old version.
276
277 06 Jan 2007; Bryan Østergaard <kloeri@g.o> ekiga-2.0.3.ebuild:
278 Add ~ia64 keyword, bug 142482.
279
280 21 Dec 2006; Markus Rothe <corsair@g.o> ekiga-2.0.3.ebuild:
281 Stable on ppc64; bug #156662
282
283 18 Dec 2006; Gustavo Zacarias <gustavoz@g.o> ekiga-2.0.3.ebuild:
284 Stable on sparc
285
286 17 Dec 2006; Tobias Scherbaum <dertobi123@g.o> ekiga-2.0.3.ebuild:
287 Stable on ppc wrt bug #156662.
288
289 12 Dec 2006; Chris Gianelloni <wolf31o2@g.o> ekiga-2.0.3.ebuild:
290 Stable on amd64 wrt bug #156662.
291
292 10 Dec 2006; Andrej Kacian <ticho@g.o> ekiga-2.0.3.ebuild:
293 Stable on x86, bug #156662.
294
295 03 Dec 2006; Piotr Jaroszyński <peper@g.o> ekiga-2.0.2.ebuild,
296 ekiga-2.0.3.ebuild:
297 Fix dep: dbus wrt bug #154521.
298
299 25 Nov 2006; Bryan Østergaard <kloeri@g.o> ekiga-2.0.3.ebuild:
300 Add ~alpha keyword.
301
302 *ekiga-2.0.3 (12 Sep 2006)
303
304 12 Sep 2006; Stefan Schweizer <genstef@g.o> +ekiga-2.0.3.ebuild:
305 version bump
306
307 17 Aug 2006; Markus Rothe <corsair@g.o> ekiga-2.0.2.ebuild:
308 Stable on ppc64
309
310 13 Aug 2006; Stefan Schweizer <genstef@g.o> -ekiga-2.0.1.ebuild,
311 ekiga-2.0.2.ebuild:
312 fix avahi dbus useflag detection and remove old, thanks solar
313
314 20 Jul 2006; Markus Rothe <corsair@g.o> ekiga-2.0.2.ebuild:
315 Added ~ppc64; bug #136615
316
317 17 Jul 2006; Daniel Gryniewicz <dang@g.o> ekiga-2.0.2.ebuild:
318 Marked stable on amd64 for bug #139612
319
320 14 Jul 2006; Tobias Scherbaum <dertobi123@g.o> ekiga-2.0.2.ebuild:
321 ppc stable, bug #139612
322
323 12 Jul 2006; Chris Gianelloni <wolf31o2@g.o> ekiga-2.0.2.ebuild:
324 Stable on x86 wrt bug #139612.
325
326 10 Jul 2006; Gustavo Zacarias <gustavoz@g.o> ekiga-2.0.2.ebuild:
327 Stable on sparc wrt #139612 and #115652
328
329 05 Jul 2006; Stefan Schweizer <genstef@g.o> ekiga-2.0.2.ebuild:
330 needs avahi w/ USE=dbus thanks to Cedric Krier <ced@×××××××××××.org> and
331 Gilles Dartiguelongue <dartigug@×××××.fr> in bug 136254
332
333 07 Jun 2006; Stefan Schweizer <genstef@g.o> ekiga-2.0.2.ebuild:
334 Remove unused ssl and ipv6 use flags, use use_enable, truncate useless docs,
335 fixes bug 132657
336
337 *ekiga-2.0.2 (06 Jun 2006)
338
339 06 Jun 2006; Stefan Schweizer <genstef@g.o>
340 +files/ekiga-eggtrayicon-transparency.diff,
341 +files/ekiga-eggtrayicon-update.diff, +ekiga-2.0.2.ebuild:
342 version bump including a kde trayicon fix, bug 135327, and a doc fix, bug
343 129344, version bump bug 135785
344
345 24 Mar 2006; Stefan Schweizer <genstef@g.o> ekiga-2.0.1.ebuild:
346 Readd ermissions fix thanks to Mike Auty <mike.auty@×××××.com> and David
347 PIRY <klessou@×××××.com> in bug 127108 and depend on >=dbus-0.61 thanks to
348 David Stevenson <david@×××××××××.com> in bug 127170
349
350 21 Mar 2006; Stefan Schweizer <genstef@g.o> ekiga-2.0.1.ebuild:
351 Add ldap-pwlib check thanks to Serkan Kaba <serkan_kaba@×××××.com> in bug
352 127090, remove postinstall thanks to David PIRY <klessou@×××××.com> in bug
353 127108
354
355 *ekiga-2.0.1 (20 Mar 2006)
356
357 20 Mar 2006; Stefan Schweizer <genstef@g.o>
358 +files/ekiga-1.99.0-configure.patch, +metadata.xml, +ekiga-2.0.1.ebuild:
359 New ebuild thanks to many people in bug 119611
360
361
362
363
364 1.1 net-voip/ekiga/metadata.xml
365
366 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/ekiga/metadata.xml?rev=1.1&view=markup
367 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/ekiga/metadata.xml?rev=1.1&content-type=text/plain
368
369 Index: metadata.xml
370 ===================================================================
371 <?xml version="1.0" encoding="UTF-8"?>
372 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
373 <pkgmetadata>
374 <herd>voip</herd>
375 </pkgmetadata>