summaryrefslogtreecommitdiff
blob: d5a4de0f4dc009ef20b6a2e055a9a0ffc0df2ab5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
# ChangeLog for net-voip/ekiga
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-voip/ekiga/ChangeLog,v 1.15 2009/12/17 16:39:23 armin76 Exp $

  17 Dec 2009; Raúl Porcel <armin76@gentoo.org> ekiga-3.2.5-r2.ebuild,
  ekiga-3.2.6.ebuild:
  Add ~ia64/~sparc wrt #276355

  27 Oct 2009; Tomáš Chvátal <scarabeus@gentoo.org>
  ekiga-3.2.5-r2.ebuild, ekiga-3.2.6.ebuild:
  Rename variable to correspond with kde eclass.

*ekiga-3.2.6 (24 Sep 2009)

  24 Sep 2009; Mounir Lamouri <volkmar@gentoo.org> +ekiga-3.2.6.ebuild:
  Version bump to 3.2.6

  22 Sep 2009; Mounir Lamouri <volkmar@gentoo.org> ekiga-3.2.5-r2.ebuild:
  Warn instead of dying when USE="kontact -kde". Fix bug 282862

  10 Sep 2009; Mounir Lamouri <volkmar@gentoo.org> ekiga-3.2.5-r2.ebuild:
  Compatibility with kdeprefix. Fix bug 283033

*ekiga-3.2.5-r2 (31 Aug 2009)

  31 Aug 2009; Mounir Lamouri <volkmar@gentoo.org> metadata.xml,
	-ekiga-3.2.5-r1.ebuild, +ekiga-3.2.5-r2.ebuild:
  Removing sip from USE flags and h323 is no longer default enabled, bug 282862
	Reverting last commit.

  27 Aug 2009; Mounir Lamouri <volkmar@gentoo.org> ekiga-3.2.5-r1.ebuild:
  Change openldap dep version to prevent bug 189817

*ekiga-3.2.5-r1 (26 Aug 2009)

  26 Aug 2009; Mounir Lamouri <volkmar@gentoo.org> -ekiga-3.2.5.ebuild,
  +ekiga-3.2.5-r1.ebuild:
  Let kde eclass manage kde deps. Thanks to scarabeus.

*ekiga-3.2.5 (26 Aug 2009)

  26 Aug 2009; Mounir Lamouri <volkmar@gentoo.org>
  -files/ekiga-3.2.4-gtk+-2.12-fix.patch, -ekiga-3.2.4.ebuild,
  +ekiga-3.2.5.ebuild:
  Version bump to 3.2.5. Fix bug 281170.

  03 Aug 2009; Markus Meier <maekke@gentoo.org> ekiga-3.2.4.ebuild:
  add ~amd64, bug #276355

  12 Jul 2009; Tobias Klausmann <klausman@gentoo.org> ekiga-3.2.4.ebuild:
  Keyworded on alpha, bug #276278

  09 Jul 2009; Mounir Lamouri <volkmar@gentoo.org> ekiga-3.2.4.ebuild:
  Fix compilation with gcc-4.4. Fix bug 269329. Thanks to Michal Górny.

*ekiga-3.2.4 (03 Jul 2009)

  03 Jul 2009; Mounir Lamouri <volkmar@gentoo.org>
  +files/ekiga-3.2.4-gtk+-2.12-fix.patch, metadata.xml, +ekiga-3.2.4.ebuild:
  Version bump to 3.2.4. Adding myself as maintainer. Fix bug 238554

  28 Apr 2009; Mounir Lamouri <volkmar@gentoo.org>
  +files/ekiga-1.99.0-configure.patch, +files/ekiga-2.0.12-gdu.patch,
  +files/ekiga-eggtrayicon-transparency.diff,
  +files/ekiga-eggtrayicon-update.diff, +files/not-gnome.patch,
  +metadata.xml, +ekiga-2.0.12.ebuild:
  Moving from net-im to net-voip.

  07 Mar 2009; Thomas Anderson <gentoofan23@gentoo.org> ekiga-2.0.12.ebuild:
  Transition to eapi 2 use deps

  27 Feb 2009; Torsten Veller <tove@gentoo.org> ekiga-2.0.12.ebuild:
  Add missing die: || "..." -> || die "..."

  16 Feb 2009; Jeremy Olexa <darkside@gentoo.org> -ekiga-2.0.11.ebuild,
  ekiga-2.0.12.ebuild:
  (non maintainer commit) fix tests when USE=gnome is present, bug 235849 by
  Mounir Lamouri

  05 Feb 2009; Jeremy Olexa <darkside@gentoo.org> ekiga-2.0.12.ebuild:
  (non maintainer commit) Don't use bundled intltool, causes problems for some
  people, bug 234851

  13 Nov 2008; Brent Baude <ranger@gentoo.org> ekiga-2.0.12.ebuild:
  Marking ekiga-2.0.12 ppc64 stable for bug 236971

  09 Nov 2008; Gilles Dartiguelongue <eva@gentoo.org> ekiga-2.0.12.ebuild:
  fix sandbox issue with gconf 2.24, bug #244430.

  25 Sep 2008; Jeroen Roovers <jer@gentoo.org> ekiga-2.0.12.ebuild:
  Stable for HPPA (bug #236971).

  12 Aug 2008; Raúl Porcel <armin76@gentoo.org> ekiga-2.0.12.ebuild:
  alpha/ia64/sparc stable wrt #229709

  10 Aug 2008; Markus Meier <maekke@gentoo.org> ekiga-2.0.12.ebuild:
  x86 stable, bug #229709

  30 Jul 2008; Brent Baude <ranger@gentoo.org> ekiga-2.0.12.ebuild:
  Marking ekiga-2.0.12 ppc stable for bug 229709

  26 Jul 2008; Olivier Crête <tester@gentoo.org> ekiga-2.0.12.ebuild:
  Stable on amd64/x86, bug #222219

*ekiga-2.0.12 (20 Mar 2008)

  20 Mar 2008; Gilles Dartiguelongue <eva@gentoo.org>
  +files/ekiga-2.0.12-gdu.patch, +ekiga-2.0.12.ebuild:
  bump to 2.0.12, cleanup dependencies

  21 Nov 2007; Michael Sterrett <mr_bones_@gentoo.org> -ekiga-2.0.7.ebuild,
  -ekiga-2.0.9.ebuild:
  remove old, dep-broken ebuilds

  12 Oct 2007; Tobias Scherbaum <dertobi123@gentoo.org> ekiga-2.0.11.ebuild:
  ppc stable, bug #193095

  11 Oct 2007; Raúl Porcel <armin76@gentoo.org> ekiga-2.0.11.ebuild:
  alpha/ia64/sparc stable wrt security #193095

  11 Oct 2007; Markus Rothe <corsair@gentoo.org> ekiga-2.0.11.ebuild:
  Stable on ppc64; bug #193095

  11 Oct 2007; Mike Doty <kingtaco@gentoo.org> ekiga-2.0.11.ebuild:
  amd64 stable bug 193095

  10 Oct 2007; Jeroen Roovers <jer@gentoo.org> ekiga-2.0.11.ebuild:
  Stable for HPPA (bug #193095).

  10 Oct 2007; Christian Faulhammer <opfer@gentoo.org> ekiga-2.0.11.ebuild:
  stable x86, security bug 193095

  09 Oct 2007; Stefan Schweizer <genstef@gentoo.org> +files/not-gnome.patch,
  ekiga-2.0.11.ebuild:
  Fix USE=-gnome thanks to Charles Clément <caratorn@gmail.com> in bug 195227

*ekiga-2.0.11 (08 Oct 2007)

  08 Oct 2007; Stefan Schweizer <genstef@gentoo.org> +ekiga-2.0.11.ebuild:
  version bump

  02 Aug 2007; Michael Sterrett <mr_bones_@gentoo.org> ekiga-2.0.7.ebuild,
  ekiga-2.0.9.ebuild:
  correct dbus deps (bug #187369)

  08 Jul 2007; Michael Sterrett <mr_bones_@gentoo.org> ekiga-2.0.7.ebuild,
  ekiga-2.0.9.ebuild:
  remove reference to old, removed dbus (bug #183696)

*ekiga-2.0.9 (14 Apr 2007)

  14 Apr 2007; Stefan Schweizer <genstef@gentoo.org> +ekiga-2.0.9.ebuild:
  version bump

  14 Apr 2007; Stefan Schweizer <genstef@gentoo.org> -ekiga-2.0.3.ebuild,
  -ekiga-2.0.5.ebuild:
  remove old

  23 Mar 2007; René Nussbaumer <killerfox@gentoo.org> ekiga-2.0.7.ebuild:
  Stable on hppa. See bug #167643.

  23 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org> ekiga-2.0.7.ebuild:
  Stable on alpha/amd64/ia64/ppc wrt bug #167643.

  23 Mar 2007; Markus Rothe <corsair@gentoo.org> ekiga-2.0.7.ebuild:
  Stable on ppc64; bug #167643

  23 Mar 2007; Christian Faulhammer <opfer@gentoo.org> ekiga-2.0.7.ebuild:
  stable x86, security bug 167643

*ekiga-2.0.7 (21 Mar 2007)

  21 Mar 2007; Gustavo Zacarias <gustavoz@gentoo.org> +ekiga-2.0.7.ebuild:
  Verbump wrt #167643 and #169066

  10 Mar 2007; Bryan Østergaard <kloeri@gentoo.org> ekiga-2.0.5.ebuild:
  Stable on Alpha + IA64, bug 167643.

  03 Mar 2007; Tobias Scherbaum <dertobi123@gentoo.org> ekiga-2.0.5.ebuild:
  Stable on ppc wrt bug #167643.

  02 Mar 2007; Steve Dibb <beandog@gentoo.org> ekiga-2.0.5.ebuild:
  amd64 stable, security bug 167643

  01 Mar 2007; René Nussbaumer <killerfox@gentoo.org> ekiga-2.0.5.ebuild:
  Stable on hppa. See bug #167643.

  27 Feb 2007; Jason Wever <weeve@gentoo.org> ekiga-2.0.5.ebuild:
  Stable on SPARC wrt security bug #167643.

  25 Feb 2007; Markus Rothe <corsair@gentoo.org> ekiga-2.0.5.ebuild:
  Stable on ppc64; bug #167643

  24 Feb 2007; Raúl Porcel <armin76@gentoo.org> ekiga-2.0.5.ebuild:
  x86 stable wrt bug 167643

*ekiga-2.0.5 (21 Feb 2007)

  21 Feb 2007; Remi Cardona <remi@gentoo.org> +ekiga-2.0.5.ebuild:
  bumping ekiga to 2.0.5

  19 Jan 2007; Jeroen Roovers <jer@gentoo.org> ekiga-2.0.3.ebuild:
  Stable for HPPA (bug #147751).

  14 Jan 2007; Bryan Østergaard <kloeri@gentoo.org> ekiga-2.0.3.ebuild:
  Stable on Alpha.

  06 Jan 2007; Timothy Redaelli <drizzt@gentoo.org> -ekiga-2.0.2.ebuild,
  ekiga-2.0.3.ebuild:
  Changed einfo to eerror, removed old version.

  06 Jan 2007; Bryan Østergaard <kloeri@gentoo.org> ekiga-2.0.3.ebuild:
  Add ~ia64 keyword, bug 142482.

  21 Dec 2006; Markus Rothe <corsair@gentoo.org> ekiga-2.0.3.ebuild:
  Stable on ppc64; bug #156662

  18 Dec 2006; Gustavo Zacarias <gustavoz@gentoo.org> ekiga-2.0.3.ebuild:
  Stable on sparc

  17 Dec 2006; Tobias Scherbaum <dertobi123@gentoo.org> ekiga-2.0.3.ebuild:
  Stable on ppc wrt bug #156662.

  12 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> ekiga-2.0.3.ebuild:
  Stable on amd64 wrt bug #156662.

  10 Dec 2006; Andrej Kacian <ticho@gentoo.org> ekiga-2.0.3.ebuild:
  Stable on x86, bug #156662.

  03 Dec 2006; Piotr Jaroszyński <peper@gentoo.org> ekiga-2.0.2.ebuild,
  ekiga-2.0.3.ebuild:
  Fix dep: dbus wrt bug #154521.

  25 Nov 2006; Bryan Østergaard <kloeri@gentoo.org> ekiga-2.0.3.ebuild:
  Add ~alpha keyword.

*ekiga-2.0.3 (12 Sep 2006)

  12 Sep 2006; Stefan Schweizer <genstef@gentoo.org> +ekiga-2.0.3.ebuild:
  version bump

  17 Aug 2006; Markus Rothe <corsair@gentoo.org> ekiga-2.0.2.ebuild:
  Stable on ppc64

  13 Aug 2006; Stefan Schweizer <genstef@gentoo.org> -ekiga-2.0.1.ebuild,
  ekiga-2.0.2.ebuild:
  fix avahi dbus useflag detection and remove old, thanks solar

  20 Jul 2006; Markus Rothe <corsair@gentoo.org> ekiga-2.0.2.ebuild:
  Added ~ppc64; bug #136615

  17 Jul 2006; Daniel Gryniewicz <dang@gentoo.org> ekiga-2.0.2.ebuild:
  Marked stable on amd64 for bug #139612

  14 Jul 2006; Tobias Scherbaum <dertobi123@gentoo.org> ekiga-2.0.2.ebuild:
  ppc stable, bug #139612

  12 Jul 2006; Chris Gianelloni <wolf31o2@gentoo.org> ekiga-2.0.2.ebuild:
  Stable on x86 wrt bug #139612.

  10 Jul 2006; Gustavo Zacarias <gustavoz@gentoo.org> ekiga-2.0.2.ebuild:
  Stable on sparc wrt #139612 and #115652

  05 Jul 2006; Stefan Schweizer <genstef@gentoo.org> ekiga-2.0.2.ebuild:
  needs avahi w/ USE=dbus thanks to Cedric Krier <ced@ced.homedns.org> and
  Gilles Dartiguelongue <dartigug@esiee.fr> in bug 136254

  07 Jun 2006; Stefan Schweizer <genstef@gentoo.org> ekiga-2.0.2.ebuild:
  Remove unused ssl and ipv6 use flags, use use_enable, truncate useless docs,
  fixes bug 132657

*ekiga-2.0.2 (06 Jun 2006)

  06 Jun 2006; Stefan Schweizer <genstef@gentoo.org>
  +files/ekiga-eggtrayicon-transparency.diff,
  +files/ekiga-eggtrayicon-update.diff, +ekiga-2.0.2.ebuild:
  version bump including a kde trayicon fix, bug 135327, and a doc fix, bug
  129344, version bump bug 135785

  24 Mar 2006; Stefan Schweizer <genstef@gentoo.org> ekiga-2.0.1.ebuild:
  Readd ermissions fix thanks to Mike Auty <mike.auty@gmail.com> and David
  PIRY <klessou@gmail.com> in bug 127108 and depend on >=dbus-0.61 thanks to
  David Stevenson <david@avoncliff.com> in bug 127170

  21 Mar 2006; Stefan Schweizer <genstef@gentoo.org> ekiga-2.0.1.ebuild:
  Add ldap-pwlib check thanks to Serkan Kaba <serkan_kaba@yahoo.com> in bug
  127090, remove postinstall thanks to David PIRY <klessou@gmail.com> in bug
  127108

*ekiga-2.0.1 (20 Mar 2006)

  20 Mar 2006; Stefan Schweizer <genstef@gentoo.org>
  +files/ekiga-1.99.0-configure.patch, +metadata.xml, +ekiga-2.0.1.ebuild:
  New ebuild thanks to many people in bug 119611