summaryrefslogtreecommitdiff
blob: f2fff59b25591a2194074e847797efc5a56b1c0e (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
# ChangeLog for sys-devel/gcc
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.12 2002/05/24 15:26:26 azarah Exp $

*gcc-3.1-r2 (24 May 2002)

  24 May 2002; Martin Schlemmer <azarah@gentoo.org> gcc-3.1-r2.ebuild :

  Use the correct library versions in src_install().

*gcc-3.1-r1 (20 May 2002) 
  20 May 2002; Spider <spider@gentoo.org> gcc-3.1-r1.ebuild :
  removed all texinfo references in gcc 3.1 ebuild. 
  
*gcc-3.1 (17 May 2002)

  17 May 2002; Preston Elder <prez@gentoo.org> gcc-3.1 :

  Added the 3.1 ebuild.

*gcc-3.0.4-r6 (2 May 2002)

  3 May 2002; Martin Schlemmer <azarah@gentoo.org> gcc-3.0.4-r6 :

  Fix some typo's thanks to Jared H. Hudson.

*gcc-3.0.4-r5 (2 May 2002)

  2 May 2002; Martin Schlemmer <azarah@gentoo.org> gcc-3.0.4-r5 :

  Only move .la files for parallel builds, else some packages (KDE *grin*)
  fails to build.

*gcc-2.95.3-r6 (30 Apr 2002)

  30 Apr 2002; Daniel Robbins <drobbins@gentoo.org>: removed libiberty.a as
  binutils installs it.  This closes bug #2266.

*gcc-3.0.4-r4 (25 Apr 2002)

  25 Apr 2002; Martin Schlemmer <azarah@gentoo.org> gcc-3.0.4-r4 :

  Only apply the gcc3-program-transform.patch patch if building 
  a multiple install of gcc.

  17 Apr 2002; Martin Schlemmer <azarah@gentoo.org> gcc-3.0.4-r3 :

  Move .la files to gcc internal dir to fix gcc2+libtool problems
  of trying to link /usr/lib/libstdc++.so.

*gcc-3.0.4-r3 (16 Apr 2002)

  16 Apr 2002; Martin Schlemmer <azarah@gentoo.org> :

  Moved the manpages to version spesific ones.  More cleanups.
  Moved libgcj.jar to /usr/lib/gcc-$PV.

*gcc-3.0.4-r2 (15 Apr 2002)

  15 Apr 2002; Martin Schlemmer <azarah@gentoo.org> :

  This build enables us to have multiple versions of gcc
  installed.

*gcc-3.0.4 (1 Mar 2002)

  1 Mar 2002; Grant Goodyear <g2boojum@gentoo.org> :

  Added 3.0.4.  It looks like using the --disable-checks
  command fixes most of the sandbox violations that we had
  with 3.0.3 (or 3.0.4 no longer tries to update system
  headers; I'm not sure which).
  
*gcc-2.95.3-r5 (1 Feb 2002)

  1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
  
  Added initial ChangeLog which should be updated whenever the package is
  updated in any way. This changelog is targetted to users. This means that the
  comments should well explained and written in clean English. The details about
  writing correct changelogs are explained in the skel.ChangeLog file which you
  can find in the root directory of the portage repository.