summaryrefslogtreecommitdiff
blob: 9cb97e965509d770d4875038a18358694f9f4636 (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
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
# ChangeLog for net-www/mozilla-firefox
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-firefox/ChangeLog,v 1.92 2004/12/29 12:22:04 josejx Exp $

  29 Dec 2004; Joseph Jezak <josejx@gentoo.org> mozilla-firefox-1.0.ebuild:
  Tested and marked ppc stable for bug #68976.

  22 Dec 2004; Guy Martin <gmsoft@gentoo.org> mozilla-firefox-1.0-r3.ebuild:
  Moved filtering of C[XX]FLAGS for hppa in mozilla.eclass.

  22 Dec 2004; Guy Martin <gmsoft@gentoo.org> +files/mozilla-hppa.patch,
  mozilla-firefox-1.0-r3.ebuild:
  Added hppa support.

  21 Dec 2004; Bryan Østergaard <kloeri@gentoo.org>
  mozilla-firefox-1.0.ebuild:
  Stable on alpha, bug 68976.

  04 Dec 2004; Tom Martin <slarti@gentoo.org> mozilla-firefox-1.0.ebuild:
  Stable on amd64.

  21 Nov 2004; Jason Wever <weeve@gentoo.org> mozilla-firefox-1.0.ebuild:
  Stable on sparc.

  18 Nov 2004; Aron Griffis <agriffis@gentoo.org>
  mozilla-firefox-1.0-r3.ebuild:
  Require recent xorg-x11 which provides xrender.pc #71504

  17 Nov 2004; Brad Laue <brad@gentoo.org> mozilla-firefox-1.0.ebuild:
  1.0 stable on x86. Revisions based on a new build mechanism to follow shortly.

  16 Nov 2004; Aron Griffis <agriffis@gentoo.org>
  mozilla-firefox-1.0-r3.ebuild:
  Enable svg via cairo, #59827. Remove some stuff from RDEPEND which is
  repeated in mozconfig.eclass. Remove IUSE which is present in
  mozconfig.eclass *and* which isn't used in this ebuild directly

  16 Nov 2004; Aron Griffis <agriffis@gentoo.org>
  mozilla-firefox-1.0-r2.ebuild, mozilla-firefox-1.0-r3.ebuild:
  Remove IUSE=gtk2 because we always depend on gtk2 now

  15 Nov 2004; Aron Griffis <agriffis@gentoo.org>
  +files/mozilla-firefox-1.0-kp_separator.patch,
  mozilla-firefox-1.0-r3.ebuild:
  Add patch to correct KP_SEPARATOR on European keyboards #68683

*mozilla-firefox-1.0-r3 (15 Nov 2004)

  15 Nov 2004; Aron Griffis <agriffis@gentoo.org>
  +files/mozilla-firefox-1.0-4ft2.patch, +mozilla-firefox-1.0-r3.ebuild:
  Add patch for freetype-2.1.8+ binary compatibility #59849

  14 Nov 2004; Aron Griffis <agriffis@gentoo.org>
  mozilla-firefox-1.0-r2.ebuild:
  Set HOME=~root when running regxpcom/regchrome in case this is being emerged
  via sudo. Otherwise the commands will create ~/.mozilla owned by root and 700
  perms, which makes subsequent execution of firefox by user impossible. #67031

*mozilla-firefox-1.0-r2 (13 Nov 2004)

  13 Nov 2004; Aron Griffis <agriffis@gentoo.org>
  -mozilla-firefox-1.0-r1.ebuild, +mozilla-firefox-1.0-r2.ebuild:
  Use mozconfig_final to resolve --enable-extensions to a single option

*mozilla-firefox-1.0-r1 (13 Nov 2004)

  13 Nov 2004; Aron Griffis <agriffis@gentoo.org> +mozilla-firefox-1.0-r1.ebuild:
  use mozconfig.eclass instead of mozilla.eclass for building

*mozilla-firefox-1.0 (09 Nov 2004)

  09 Nov 2004; Brad Laue <brad@gentoo.org> +mozilla-firefox-1.0.ebuild:
  At long last, presenting Mozilla Firefox 1.0.

*mozilla-firefox-1.0_rc2 (05 Nov 2004)

  05 Nov 2004; <agriffis@gentoo.org> +mozilla-firefox-1.0_rc2.ebuild:
  Bump to rc2 #62584

*mozilla-firefox-1.0_rc1 (28 Oct 2004)

  28 Oct 2004; Brad Laue <brad@gentoo.org> +mozilla-firefox-1.0_rc1.ebuild:
  New version, 1.0RC1.

  03 Oct 2004; Sven Wegener <swegener@gentoo.org> :
  Removed stray digest.

  03 Oct 2004; <SeJo@gentoo.org> mozilla-firefox-1.0_pre-r2.ebuild:
  stable on ppc gsla: 66084

  03 Oct 2004; Jason Wever <weeve@gentoo.org>
  mozilla-firefox-1.0_pre-r2.ebuild:
  Stable on sparc wrt security bug #66084.

  02 Oct 2004; Travis Tilley <lv@gentoo.org>
  mozilla-firefox-1.0_pre-r2.ebuild:
  stable on amd64, added hardened gcc 'fix'

*mozilla-firefox-1.0_pre-r2 (02 Oct 2004)

  02 Oct 2004; Brad Laue <brad@gentoo.org>
  +mozilla-firefox-1.0_pre-r2.ebuild:
  Version bump. Moving to x86 stable due to security reasons.

*mozilla-firefox-1.0_pre-r1 (28 Sep 2004)

  28 Sep 2004; Aron Griffis <agriffis@gentoo.org>
  +mozilla-firefox-1.0_pre-r1.ebuild:
  Bump revision to carry out mozilla.eclass change: don't use typeaheadfind on
  1.0PR #64196. Also depend on mozilla-launcher-1.20 which appropriately deletes
  compreg.dat when firefox is updated

  19 Sep 2004; <kloeri@gentoo.org> mozilla-firefox-1.0_pre.ebuild:
  Stable on alpha, bug 63996.

  17 Sep 2004; Olivier Crete <tester@gentoo.org>
  mozilla-firefox-1.0_pre.ebuild:
  Marking stable on x86 per security bug #63996

  17 Sep 2004; Travis Tilley <lv@gentoo.org> mozilla-firefox-1.0_pre.ebuild:
  stable on amd64

  16 Sep 2004; Gustavo Zacarias <gustavoz@gentoo.org>
  mozilla-firefox-1.0_pre.ebuild:
  Stable on sparc wrt #63996

  16 Sep 2004; <SeJo@gentoo.org> mozilla-firefox-1.0_pre.ebuild:
  stable ppc bug: 63996

*mozilla-firefox-1.0_pre (15 Sep 2004)

  15 Sep 2004; <agriffis@gentoo.org> +mozilla-firefox-1.0_pre.ebuild:
  Bump to 1.0PR for security bug 63996

  15 Aug 2004; <agriffis@gentoo.org> mozilla-firefox-0.8-r2.ebuild,
  mozilla-firefox-0.8-r3.ebuild, mozilla-firefox-0.9-r1.ebuild,
  mozilla-firefox-0.9.1.ebuild, mozilla-firefox-0.9.3-r1.ebuild,
  mozilla-firefox-0.9.3.ebuild:
  Fix bug 60285: the negated conditions in DEPEND were expressed incorrectly,
  for example !moznoxft is wrong, it should be !moznoxft?

  13 Aug 2004; <kloeri@gentoo.org> mozilla-firefox-0.9.3.ebuild:
  Stable on alpha, bug 59419.

*mozilla-firefox-0.9.3-r1 (08 Aug 2004)

  08 Aug 2004; Aron Griffis <agriffis@gentoo.org>
  +mozilla-firefox-0.9.3-r1.ebuild:
  Switch to using mozilla.eclass for configuration

  08 Aug 2004; <agriffis@gentoo.org> mozilla-firefox-0.9.3.ebuild:
  stable on ia64 #59419

  05 Aug 2004; Gustavo Zacarias <gustavoz@gentoo.org>
  mozilla-firefox-0.9.3.ebuild:
  Stable on sparc wrt #59419

  05 Aug 2004; Aron Griffis <agriffis@gentoo.org>
  mozilla-firefox-0.9.3.ebuild:
  stable on amd64 per Lv

*mozilla-firefox-0.9.3 (04 Aug 2004)

  04 Aug 2004; Aron Griffis <agriffis@gentoo.org>
  +mozilla-firefox-0.9.3.ebuild:
  Update to 0.9.3 for security meta-bug 59419.

  28 Jul 2004; <agriffis@gentoo.org> mozilla-firefox-0.9.1.ebuild:
  stable on alpha, ia64 and x86

  28 Jul 2004; Travis Tilley <lv@gentoo.org>
  +files/firefox-0.9-nsFormHistory-crash-fix.patch,
  mozilla-firefox-0.9.1.ebuild:
  added a patch that fixes a 64bit specific autocomplete crash

  19 Jul 2004; Travis Tilley <lv@gentoo.org> mozilla-firefox-0.9.1.ebuild:
  stable on amd64

  19 Jul 2004; Brad Laue <brad@gentoo.org> mozilla-firefox-0.9.1.ebuild:
  Place icon files in /usr/share/applications for all desktop environments, not
  just gnome.

  05 Jul 2004; Lars Weiler <pylon@gentoo.org> mozilla-firefox-0.9.1.ebuild:
  Stable on ppc.

  03 Jul 2004; Jason Wever <weeve@gentoo.org> mozilla-firefox-0.8-r3.ebuild:
  Stable on sparc.

  01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org>
  mozilla-firefox-0.8-r1.ebuild, mozilla-firefox-0.8-r2.ebuild,
  mozilla-firefox-0.8-r3.ebuild, mozilla-firefox-0.8.ebuild,
  mozilla-firefox-0.9-r1.ebuild, mozilla-firefox-0.9.1.ebuild:
  virtual/glibc -> virtual/libc

*mozilla-firefox-0.9.1 (29 Jun 2004)

  29 Jun 2004; Aron Griffis <agriffis@gentoo.org>
  mozilla-firefox-0.8-r3.ebuild, +mozilla-firefox-0.9.1.ebuild:
  Version bump to 0.9.1. The 0.9 init files seem to work so use them directly.
  Mark 0.8-r3 stable on x86, alpha and ia64.

  18 Jun 2004; Aron Griffis <agriffis@gentoo.org>
  +files/icon/mozillafirefox.desktop, mozilla-firefox-0.9-r1.ebuild:
  - Fix bug 54179: Install mozillafirefox.desktop to
    /usr/share/applications instead of /usr/share/gnome/apps/Internet.
    This also necessitated some changes to the .desktop file which I
    based on epiphany.desktop
  - Fix bug 54295: Move init file unpacking from pkg_postinst to
    src_install
  - Get rid of the stupid perl dependency; it was only being used to
    edit the .desktop file, and sed would have sufficed in any case

  17 Jun 2004; Aron Griffis <agriffis@gentoo.org>
  mozilla-firefox-0.9-r1.ebuild:
  Fix bug 54166: Remove amd64 patch which no longer applies

  16 Jun 2004; Aron Griffis <agriffis@gentoo.org>
  mozilla-firefox-0.9-r1.ebuild:
  Check both possible URLs for mozilla-firefox-0.9 since mozilla.org seems to be
  doing some rearranging

  16 Jun 2004; Aron Griffis <agriffis@gentoo.org> -mozilla-firefox-0.9.ebuild:
  Remove 0.9 version in favor of 0.9-r1 to reduce confusion

*mozilla-firefox-0.9-r1 (16 Jun 2004)

  16 Jun 2004; Aron Griffis <agriffis@gentoo.org>
  +files/firefox-0.9-init.tar.bz2, +mozilla-firefox-0.9-r1.ebuild:
  Add initialization files for firefox-0.9 to defeat the need to run as root the
  first time.

*mozilla-firefox-0.9 (16 Jun 2004)

  16 Jun 2004; Brad Laue <brad@gentoo.org> +mozilla-firefox-0.9.ebuild:
  Add firefox 0.9, masked for testing.

  16 Jun 2004; Aron Griffis <agriffis@gentoo.org> mozilla-firefox-0.8.ebuild:
  Fix use invocation

  06 Jun 2004; Aron Griffis <agriffis@gentoo.org>
  mozilla-firefox-0.8-r3.ebuild:
  Fix typo: pkg_postun -> pkg_postrm

  01 Jun 2004; Travis Tilley <lv@gentoo.org> mozilla-firefox-0.8-r3.ebuild:
  stable on amd64! YES! side-by-side installation with mozilla-firefox-bin is
  just what we needed :)

  27 May 2004; Aron Griffis <agriffis@gentoo.org>
  mozilla-firefox-0.8-r3.ebuild:
  Allow installation alongside mozilla-firefox-bin now that they can co-exist
  and are both mozilla-launcher-powered. Update symlinks in postinst and postun

  07 May 2004; Aron Griffis <agriffis@gentoo.org>
  mozilla-firefox-0.8-r2.ebuild, mozilla-firefox-0.8-r3.ebuild:
  Depend on mozilla-launcher-1.7-r1 which installs in /usr/libexec

  26 Apr 2004; Aron Griffis <agriffis@gentoo.org>
  mozilla-firefox-0.8-r3.ebuild:
  Fix bug 21667 (replacing -march=pentium4 in mozilla ebuilds outdated) by
  checking for gcc >= 3.2.3

  26 Apr 2004; Aron Griffis <agriffis@gentoo.org>
  +files/firefox-0.8-gcc-3.4.patch, mozilla-firefox-0.8-r3.ebuild:
  Fix bug 47870 (mozilla-firefox-0.8 fails to compile with gcc 3.4) with
  one-line patch

  26 Apr 2004; Aron Griffis <agriffis@gentoo.org>
  +files/mozilla-firefox-mousebuttons.patch, mozilla-firefox-0.8-r3.ebuild:
  Fix bug 44646 (mozilla-firefox ebuild with native forward/back mouse button
  support) with patch from Jason Rhinelander

  26 Apr 2004; Aron Griffis <agriffis@gentoo.org>
  mozilla-firefox-0.8-r3.ebuild:
  - Filter -fno-default-inline for bug 42488 (mozilla-firefox fails to
    link due to incompatible flag)
  - Filter -fstack-protector to fix bug 45671

*mozilla-firefox-0.8-r3 (26 Apr 2004)

  26 Apr 2004; Aron Griffis <agriffis@gentoo.org>
  +mozilla-firefox-0.8-r3.ebuild:
  Remove entire installed instance from /usr/lib/MozillaFirefox in pkg_preinst
  prior to merging new version. Hopefully this will solve many problems that
  people have had, and hopefully it won't break anything. Fixes bug
  27719.  Bumping the rev and marking ~arch so that testers will try
  this before it hits the general population

  16 Apr 2004; Jason Wever <weeve@gentoo.org> mozilla-firefox-0.8-r2.ebuild:
  Stable on sparc.

  14 Apr 2004; Aron Griffis <agriffis@gentoo.org>
  mozilla-firefox-0.8-r2.ebuild:
  Stable on x86 (first stable mozilla ebuild to use mozilla-launcher)

  28 Mar 2004; Aron Griffis <agriffis@gentoo.org>
  mozilla-firefox-0.8-r2.ebuild:
  Add missing dodir before dosym for bug 46049

*mozilla-firefox-0.8-r2 (28 Mar 2004)

  28 Mar 2004; Aron Griffis <agriffis@gentoo.org>
  mozilla-firefox-0.8-r2.ebuild:
  Fix bug 33159 by making virtual/xft dependant on !moznoxft. Add dependency on
  mozilla-launcher

  25 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org>
  mozilla-firefox-0.8.ebuild:
  don't use deprecated ? : use syntax

  19 Mar 2004; Aron Griffis <agriffis@gentoo.org>
  mozilla-firefox-0.8-r1.ebuild:
  stable on alpha and ia64

  19 Mar 2004; Aron Griffis <agriffis@gentoo.org>
  mozilla-firefox-0.8-r1.ebuild:
  Fix bug 38100 by using grep -o instead of sed for optimization fixup

  18 Mar 2004; Aron Griffis <agriffis@gentoo.org>
  mozilla-firefox-0.8-r1.ebuild:
  Add truetype to IUSE for bug 37069. Honor USE=gtk2 for conditional dependence
  on libIDL/ORBit for bug 25567. Also clean up the ebuild: use shorter syntax
  for conditionals instead of deprecated [ -n "`use blah`" ]; avoid an
  unnecessary sed; use [[ ]] instead of [ ] to avoid quoting issues

  18 Mar 2004; Aron Griffis <agriffis@gentoo.org> files/firefox:
  Fix bug 44140 by fixing relative paths to be absolute. Fix bug 44002 by fixing
  a typo in this ChangeLog. Fix bug 43195 by changing the awk program that
  parses the display name

  16 Mar 2004; Brad Laue <brad@gentoo.org> mozilla-firefox-0.8-r1.ebuild:
  Properly enable the DOM inspector.

*mozilla-firefox-0.8-r1 (07 Mar 2004)

  07 Mar 2004; Brad Laue <brad@gentoo.org> mozilla-firefox-0.8-r1.ebuild:
  Add Xinerama support.

  26 Feb 2004; Aron Griffis <agriffis@gentoo.org> files/firefox:
  Add a PATH fix from Bob Bell to be able to find xwininfo

  25 Feb 2004; Aron Griffis <agriffis@gentoo.org> files/firefox:
  Update launcher script to fix bug 25737: The launcher didn't understand
  -remote. The script should also work for mozilla now, but that has yet to be
  tested/deployed

  19 Feb 2004; Tavis Ormandy <taviso@gentoo.org> mozilla-firefox-0.8.ebuild:
  marking alpha, #41338

  19 Feb 2004; Brad Laue <brad@gentoo.org> mozilla-firefox-0.8.ebuild:
  Add dependency on pkgconfig, needed by GTK+2 build process.

  15 Feb 2004; Brad Laue <brad@gentoo.org> files/firefox:
  Switch the default new browser type to window, as this matches better with
  firefox on other platforms. Tab mode is still available if placed in the
  environment variable documented in /usr/bin/firefox

  14 Feb 2004; Aron Griffis <agriffis@gentoo.org> files/firefox:
  Roll fix over from MozillaFirebird script for bug 41074

  14 Feb 2004; Brad Laue <brad@gentoo.org> files/icon/firefox-icon.png:
  Make the firefox icon have a transparent background.

  12 Feb 2004; <augustus@gentoo.org> mozilla-firefox-0.8.ebuild:
  Made amd64 stable.

  12 Feb 2004; Brad Laue <brad@gentoo.org> mozilla-firefox-0.8.ebuild,
  files/icon/firefox-icon.png:
  Use the proper firefox icon in the GNOME menu rather than the Mozilla one.

  12 Feb 2004; Sven Blumenstein <bazik@gentoo.org> mozilla-firefox-0.8.ebuild:
  Here you got a sparc-cookie, Mr. Firefox.

  12 Feb 2004; Brad Laue <brad@gentoo.org> mozilla-firefox-0.8.ebuild:
  Move mozilla-firefox to stable on x86. This is the first step is moving its
  predecessor, mozilla-firebird, out of the tree entirely. 
  
  Please test on as many arches as soon as possible!

*mozilla-firefox-0.8 (10 Feb 2004)

  10 Feb 2004; Brad Laue <brad@gentoo.org> metadata.xml,
  mozilla-firefox-0.8.ebuild, files/10MozillaFirefox, files/firefox,
  files/mozilla-1.3-alpha-stubs.patch, files/mozilla-firebird-amd64.patch:
  Introducing Mozilla Firefox.