summaryrefslogtreecommitdiff
blob: a0b9d90390da7bc158e374f09d350295694c7564 (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
# ChangeLog for sys-apps/gawk
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/gawk/ChangeLog,v 1.31 2003/07/22 14:59:31 azarah Exp $

  21 Jul 2003; Christian Birchinger <joker@gentoo.org> gawk-3.1.3.ebuild:
  Added sparc stable keyword

  20 Jul 2003; Brandon Low <lostlogic@gentoo.org> gawk-3.1.3.ebuild:
  Mark stable for x86 and amd64

*gawk-3.1.3 (10 Jul 2003)

  22 Jul 2003; Martin Schlemmer <azarah@gentoo.org> gawk-3.1.1-r2.ebuild,
  gawk-3.1.2-r3.ebuild, gawk-3.1.3.ebuild:
  Do not copy the filefuncs files with original permissions in tackt, thanks to
  Tobias Sager <moixa@gmx.ch>, bug #24989.

  10 Jul 2003; Brandon Low <lostlogic@gentoo.org> gawk-3.1.3.ebuild:
  Bump

  24 Jun 2003; Aron Griffis <agriffis@gentoo.org> gawk-3.1.2-r3.ebuild:
  Mark stable on alpha

*gawk-3.1.2-r3 (27 Mar 2003)

  06 Jul 2003; Guy Martin <gmsoft@gentoo.org> gawk-3.1.2-r3.ebuild :
  Marked stable on hppa.

  22 Jun 2003; Joshua Kinard <kumba@gentoo.org> gawk-3.1.2-r3.ebuild:
  Changed ~sparc to sparc in KEYWORDS
  Changed ~mips to mips in KEYWORDS

  08 Jun 2003; Brandon Low <lostlogic@gentoo.org> gawk-3.1.2-r3.ebuild:
  Mark unstable, see bug 21713 for reasons, will wait for 3.1.3 to have a new
  stable gawk

  23 May 2003; Tavis Ormandy <taviso@gentoo.org> gawk-3.1.2-r3.ebuild:
  support for ccc (alpha).

  20 May 2003; Martin Schlemmer <azarah@gentoo.org> gawk-3.1.2-r3.ebuild :
  Mark stable for all, as all issues are fixed, and 3.1.1-r2 with filefuncs
  did not seem to propagate properly.

  11 May 2003; Martin Schlemmer <azarah@gentoo.org> gawk-3.1.1-r2.ebuild :
  Mark stable for all, as next baselayout will need a gawk with filefuncs.

  26 Apr 2003; Christian Birchinger <joker@gentoo.org> gawk-3.1.2-r3.ebuild :
  Added stable sparc keyword

  17 Apr 2003; Brandon Low <lostlogic@gentoo.org> gawk-3.1.2-r3.ebuild :
  Changed x86 keywords

  27 Mar 2003; Martin Schlemmer <azarah@gentoo.org> gawk-3.1.2-r3.ebuild :
  Special files like those in /proc, report themselves as regular files
  of length 0, when in fact they have data in them if you try to read them.
  The new record-reading code wasn't quite smart enough to deal with such
  a bizarre case.  The following patch fixes the problem, thanks to 
  Arnold D. Robbins (Maintainer of gawk).

*gawk-3.1.1-r2 (26 Mar 2003)

  26 Mar 2003; Martin Schlemmer <azarah@gentoo.org> gawk-3.1.1-r2.ebuild :
  For some reason gawk-3.1.2 is more pain than worth.  Seems this release
  also borks the ability to specify input files as arguments:

    # gawk '/devfs/ { print }' /proc/filesystems 
    #

  should have been the same as:
  
    # cat /proc/filesystems | gawk '/devfs/ { print }'
    nodev	devfs
    nodev	usbdevfs
    # 

  Thus all this release does, is get the filefuncs module into 3.1.1 as well,
  so that we can totally mask gawk-3.1.2.

*gawk-3.1.2-r2 (25 Mar 2003)

  25 Mar 2003; Martin Schlemmer <azarah@gentoo.org> gawk-3.1.2-r2.ebuild :
  Add filefuncs module from baselayout, as it is very closly tied to the gawk
  version running.  While we are at it, version the module (filefuncs.so.0.0.1,
  with soname of filefuncs.so.0 for now).  Do not install acconfig.h into
  /usr/include/awk, as it is redundant.  This should fix bug #18127.

*gawk-3.1.2-r1 (25 Mar 2003)

  25 Mar 2003; Martin Schlemmer <azarah@gentoo.org> gawk-3.1.2-r1.ebuild :
  Version that should not really have hit portage, but I was busy at work
  and closing time caught me.

*gawk-3.1.2 (24 Mar 2003)

  24 Mar 2003; Brandon Low <lostlogic@gentoo.org> gawk-3.1.2.ebuild :
  -* keyword, and get the -r1 ebuild stuff that I somehow ignored into it, a -r1
  which will be ~ rather than - will be forthcoming

  24 Mar 2003; Brandon Low <lostlogic@gentoo.org> gawk-3.1.2.ebuild :
  Bump

  20 Feb 2003; Zach Welch <zwelch@gentoo.org> gawk-3.1.1-r1.ebuild :
  Added arm to keywords.

  08 Feb 2003; Guy Martin <gmsoft@gentoo.org> gawk-3.1.1-r1.ebuild :
  Added hppa to keywords.

*gawk-3.1.1-r1 (20 Dec 2002)

  20 Dec 2002; Jan Seidel <tuxus@gentoo.org> gawk-3.1.1-r1.ebuild :
  Added mips to keywords

  16 Dec 2002; Martin Schlemmmer <azarah@gentoo.org> gawk-3.1.1-r1.ebuild :
  Fix rare case where gawk do not get installed as /bin/gawk-$PV, but
  rather /bin/gawk-.  Fix missing docs.

  06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
 
*gawk-3.1.1-r1 (14 Nov 2002)

  14 Nov 2002; Martin Schlemmmer <azarah@gentoo.org> :
  Install gawk headers into /usr/include/awk.

*gawk-3.1.1 (21 Jul 2002)

  21 Jul 2002; Martin Schlemmmer <azarah@gentoo.org> :
  Update version.

*gawk-3.1.0-r3 (21 Jul 2002)

  21 Jul 2002; Martin Schlemmer <azarah@gentoo.org> :
  Move /usr/bin/awk to /bin/awk for upcomming baselayout.

*gawk-3.1.0-r2 (26 Jun 2002)

  14 Jul 2002; phoen][x <phoenix@gentoo.org> gawk-3.1.0-r2.ebuild :
  Added KEYWORDS, SLOT.

  26 Jun 2002; Martin Schlemmer <azarah@gentoo.org> :
  Add /bin/awk compat symlink, closing bug #3288.

*gawk-3.1.0-r1 (12 Mar 2002)

  14 Jul 2002; phoen][x <phoenix@gentoo.org> gawk-3.1.0-r1.ebuild :
  Added KEYWORDS, SLOT.

  12 Mar 2002; Seemant Kulleen <seemant@gentoo.org> ChangeLog :

  Added USE dependent nls compilation

*gawk-3.1.0 (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.