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
|
# ChangeLog for sys-apps/procps
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/procps/ChangeLog,v 1.80 2004/08/20 06:09:16 kumba Exp $
20 Aug 2004; Joshua Kinard <kumba@gentoo.org>
files/procps-mips-define-pagesize.patch:
Found an instance of PAGE_SIZE being defined in minimal.c to a set value if it
wasn't previously defined in asm/page.h; changed to use sysconf() to fetch the
size if not defined instead.
18 Aug 2004; Aron Griffis <agriffis@gentoo.org> procps-3.2.2-r1.ebuild:
stable on alpha and ia64
17 Aug 2004; Joshua Kinard <kumba@gentoo.org>
files/procps-mips-define-pagesize.patch:
Tweak patch to add #ifndef lines.
13 Aug 2004; Brandon Low <lostlogic@gentoo.org> procps-3.2.3.ebuild:
Make the sysctl.conf a doc not an /etc file
12 Aug 2004; Joshua Kinard <kumba@gentoo.org>
+files/procps-mips-define-pagesize.patch, procps-3.2.2-r1.ebuild,
procps-3.2.3.ebuild:
Added patch for mips that sets the value of PAGE_SIZE via a call to sysconf
due to changes in mips-headers.
*procps-3.2.3 (10 Aug 2004)
10 Aug 2004; Brandon Low <lostlogic@gentoo.org> +procps-3.2.3.ebuild:
Some ebuild fixed, thanks _very much_ to Albert Cahalan <albert@users.sf.net>
who maintains procps for taking the time to read our ebuild and give me info
on what needed fixing. Hopefully this will be an improvement for our users.
*procps-3.2.2-r1 (21 Jul 2004)
21 Jul 2004; Brandon Low <lostlogic@gentoo.org>
-files/procps-3.2.2-selinux-E.diff, -procps-3.2.2.ebuild:
Turns out that the new -Z option is the same as the old -Z patch option, so
removing the new -E option.
*procps-3.2.2 (20 Jul 2004)
20 Jul 2004; Brandon Low <lostlogic@gentoo.org>
+files/procps-3.2.2-selinux-E.diff, +procps-3.2.2.ebuild:
Bump, and I had to change the SELinux -Z option to -E for ps because -Z was
taken. Hopefully this works for you SELinux people, otherwise mask it out or
something
05 Jun 2004; Travis Tilley <lv@gentoo.org> procps-3.2.1.ebuild:
stable on amd64
27 May 2004; Aron Griffis <agriffis@gentoo.org> procps-3.2.1.ebuild:
Stable on alpha and ia64
27 Apr 2004; Aron Griffis <agriffis@gentoo.org> procps-3.1.12-r1.ebuild,
procps-3.1.15.ebuild:
Add inherit eutils
09 Apr 2004; Travis Tilley <lv@gentoo.org> procps-3.1.15.ebuild:
stable on amd64
02 Apr 2004; Brian Jackson <iggy@gentoo.org> procps-3.2.0.ebuild,
procps-3.2.1.ebuild:
add s390 to keywords
30 Mar 2004; Chris PeBenito <pebenito@gentoo.org> procps-3.2.1.ebuild:
Add back the SELinux -Z patch.
*procps-3.2.1 (30 Mar 2004)
30 Mar 2004; Martin Holzer <mholzer@gentoo.org> procps-3.2.1.ebuild:
Version bumped.
21 Mar 2004; Mike Frysinger <vapier@gentoo.org> :
Add custom LDFLAGS to the makefile as well as remove the --strip from
the install command (let portage handle that). Also, dont install COPYING
files since they're just $LICENSE.
09 Mar 2004; <agriffis@gentoo.org> procps-3.1.15.ebuild:
stable on alpha and ia64
07 Mar 2004; Joshua Kinard <kumba@gentoo.org> procps-2.0.16-r1.ebuild,
procps-3.1.13-r1.ebuild, procps-3.1.15.ebuild:
Marked stable on mips, copyright header fixes.
24 Feb 2004; Chris PeBenito <pebenito@gentoo.org> procps-3.2.0.ebuild,
files/procps-3.2.0-selinux-Z.diff:
Add patch for -Z ps option for SELinux.
*procps-3.2.0 (23 Feb 2004)
23 Feb 2004; Brandon Low <lostlogic@gentoo.org> procps-3.2.0.ebuild:
Bump
09 Feb 2004; <gustavoz@gentoo.org> procps-3.1.15.ebuild:
stable on sparc
08 Feb 2004; Mike Frysinger <vapier@gentoo.org> procps-3.1.12-r1.ebuild
procps-3.1.13-r1.ebuild procps-3.1.15.ebuild :
Prune out gettext DEPEND #39040.
06 Feb 2004; Martin Schlemmer <azarah@gentoo.org> procps-3.1.15.ebuild:
Bump to stable for x86.
03 Feb 2004; Bartosch Pixa <darkspecter@gentoo.org> procps-3.1.15.ebuild:
set ppc in keywords
28 Jan 2004; Aron Griffis <agriffis@gentoo.org> procps-3.1.12-r1.ebuild:
stable on alpha and ia64
15 Jan 2004; Jon Portnoy <avenj@gentoo.org> procps-3.1.12-r1.ebuild :
Stable on AMD64.
28 Dec 2003; Joshua Kinard <kumba@gentoo.org> procps-3.1.12-r1.ebuild:
Move to mips stable (~mips -> mips)
24 Dec 2003; Chris PeBenito <pebenito@gentoo.org> procps-3.1.15.ebuild,
files/procps-3.1.15-fix_attr.diff:
Add patch to make SELinux contexts work on 2.4 kernels, not just 2.6.
*procps-3.1.15 (24 Dec 2003)
24 Dec 2003; Martin Holzer <mholzer@gentoo.org> procps-3.1.15.ebuild:
Version bumped.
20 Dec 2003; Christian Birchinger <joker@gentoo.org>
procps-3.1.12-r1.ebuild:
Added sparc stable keyword
*procps-3.1.14-r1 (08 Dec 2003)
*procps-3.1.13-r1 (08 Dec 2003)
*procps-3.1.12-r1 (08 Dec 2003)
08 Dec 2003; Seemant Kulleen <seemant@gentoo.org> procps-2.0.16-r1.ebuild,
procps-2.0.16.ebuild, procps-3.1.12-r1.ebuild, procps-3.1.12.ebuild,
procps-3.1.13-r1.ebuild, procps-3.1.13.ebuild, procps-3.1.14-r1.ebuild,
procps-3.1.14.ebuild, procps-3.1.8.ebuild, procps-3.1.9-r1.ebuild,
procps-3.1.9.ebuild:
version bump procps to make sure it owns kill and uptime, instead of coreutils
28 Oct 2003; Chris PeBenito <pebenito@gentoo.org> procps-3.1.11-r1.ebuild,
procps-3.1.12.ebuild, procps-3.1.13.ebuild, procps-3.1.14.ebuild,
procps-3.1.8.ebuild, procps-3.1.9.ebuild,
files/procps-3.1.12-selinux.diff.bz2:
Switch SELinux patch from old API to new API.
*procps-3.1.14 (22 Oct 2003)
24 Oct 2003; Martin Holzer <mholzer@gentoo.org> procps-3.1.14.ebuild:
Version bumped.. Thread support is now fully working in ps. Closes #30514.
24 Sep 2003; Chris PeBenito <pebenito@gentoo.org> procps-3.1.12.ebuild:
Fix 3.1.12 SELinux patch.
*procps-2.0.16 (23 Sep 2003)
23 Sep 2003; Brandon Low <lostlogic@gentoo.org> procps-2.0.16.ebuild:
Bump the 2.x version of procps because RML and Riel have been doing some work
on it again.
*procps-3.1.13 (24 Sep 2003)
24 Sep 2003; Martin Holzer <mholzer@gentoo.org> procps-3.1.13.ebuild:
Version bumped.
*procps-3.1.12 (23 Sep 2003)
23 Sep 2003; Martin Holzer <mholzer@gentoo.org> procps-3.1.12.ebuild:
Version bumped.
*procps-3.1.11-r1 (06 Sep 2003)
06 Sep 2003; Alastair Tse <liquidx@gentoo.org> procps-3.1.11-r1.ebuild:
adds one-line patch to fix command line options parsing for top. patch thanks
to James Harlow <gentoo-bugzilla@james.is.never.wrong.nu> (#26090)
*procps-3.1.11 (14 Jul 2003)
14 Jul 2003; Brandon Low <lostlogic@gentoo.org> procps-3.1.10.ebuild,
procps-3.1.11.ebuild:
Another bump, this one repairs gcc-2.95 functionality
*procps-3.1.10 (13 Jul 2003)
13 Jul 2003; Brandon Low <lostlogic@gentoo.org> procps-3.1.10.ebuild:
Bumpage, minor stuff only, moving to stable ... fairly soon
24 Jun 2003; Aron Griffis <agriffis@gentoo.org> procps-3.1.9.ebuild:
Mark stable on alpha
*procps-3.1.9 (31 May 2003)
06 Jul 2003; Guy Martin <gmsoft@gentoo.org> procps-3.1.9.ebuild :
Marked stable on hppa.
22 Jun 2003; Joshua Kinard <kumba@gentoo.org> procps-3.1.9.ebuild:
Changed ~sparc & ~mips to sparc & mips
08 Jun 2003; Todd Berman <tberman@gentoo.org> procps-3.1.8.ebuild,
procps-3.1.9.ebuild:
replacing -O3 with -O2 for gcc-3.3
31 May 2003; Brandon Low <lostlogic@gentoo.org> procps-3.1.9.ebuild:
Bump
*procps-3.1.8 (20 Mar 2003)
26 Apr 2003; Christian Birchinger <joker@gentoo.org> procps-3.1.8.ebuild:
Added stable sparc keyword
17 Apr 2003; Brandon Low <lostlogic@gentoo.org> procps-3.1.8.ebuild:
x86 keyword
22 Mar 2003; Joshua Brindle <Method@gentoo.org> procps-3.1.8.ebuild:
added selinux support Thanks to sindian
20 Mar 2003; Brandon Low <lostlogic@gentoo.org> procps-3.1.7.ebuild,
procps-3.1.7.ebuild, procps-3.1.8.ebuild:
Minor bug fix over 3.1.7
*procps-3.1.7 (18 Mar 2003)
18 Mar 2003; Brandon Low <lostlogic@gentoo.org> procps-3.1.7.ebuild:
Mostly a bugfix release
*procps-3.1.6 (16 Feb 2003)
24 Feb 2003; Nicholas Wourms <dragon@gentoo.org> procps-3.1.6.ebuild :
Marked as testing for mips.
20 Feb 2003; Zach Welch <zwelch@gentoo.org> :
Added arm to keywords.
16 Feb 2003; Brandon Low <lostlogic@gentoo.org> procps-3.1.6.ebuild :
Upstream bump, nothing major.
*procps-3.1.5 (21 Dec 2002)
09 Feb 2003; Seemant Kulleen <seemant@gentoo.org> *.ebuild :
Changed sed expression delimiters to : where applicable, closing bug
#15006 by Blu3 <david+gentoo.org@blue-labs.org>
09 Feb 2003; Guy Martin <gmsoft@gentoo.org> :
Added hppa to keywords.
21 Dec 2002; Brandon Low <lostlogic@gentoo.org> procps-3.1.5.ebuild :
Upstream bump...
*procps-3.1.4 (15 Dec 2002)
15 Dec 2002; Brandon Low <lostlogic@gentoo.org> procps-3.1.4.ebuild :
Amazing what happens if I report bugs to the right places for us :)
This release should fix the %CPU reporting, AND the 3 eating bug,
please test, and if it does, comment on the bug in bugzilla so I
can start pushing to move this to stable :)
*procps-3.1.3 (12 Dec 2002)
12 Dec 2002; Brandon Low <lostlogic@gentoo.org> procps-3.1.3.ebuild :
You get a big shrug here, Albert doesn't seem to be having the top
issues some gentoo-ers are, so I'll e-mail him about them later.
*procps-2.0.11 (12 Dec 2002)
24 Feb 2003; Nicholas Wourms <dragon@gentoo.org> procps-2.0.11.ebuild :
Marked as stable for mips.
12 Dec 2002; Brandon Low <lostlogic@gentoo.org> procps-2.0.11.ebuild
files/digest-procps-2.0.11 :
Version bump. Set keywords to ~.
*procps-3.1.2 (08 Dec 2002)
08 Dec 2002; Brandon Low <lostlogic@gentoo.org> procps-3.1.2.ebuild :
Bump, still unstable, but this one adds back in the sorting quick keys
to top, apparently we weren't the only ones annoyed about it.
Keep me updated on quirkiness in this version! :)
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
*procps-3.1.1 (20 Nov 2002)
20 Nov 2002; Brandon Low <lostlogic@gentoo.org> procps-3.1.1.ebuild :
Bump, still unstable, hopefully Albert will fix the issues people are
having... please let me know about the quirkyness of the new top.
*procps-3.1.0 (16 Nov 2002)
16 Nov 2002; Brandon Low <lostlogic@gentoo.org> procps-3.1.0.ebuild :
Well this should be an interesting experiment. I'm putting into
unstable the most recent procps from the sf.net procps project. This
procps tree has some very nice new features, and SHOULD actually be
more stable than the 2.0.X tree we were using which was maintained by
Rik Van Riel. The reason we waited until now for this move was that
some of the features of the gentoo-sources and development-sources
kernels weren't supported by this procps, HOPEFULLY the sf.net project
will continue from here on to keep up with support for the latest
kernel features AND remainthe more stable tree.
Of course I also did my usual round of ebuild cleanups that goes
with a major version bump. Enjoy.
05 Nov 2002; J Robert Ray <jrray@gentoo.org> procps-2.0.10-r1.ebuild :
Combine both sed calls into one, avoiding attempt to overwrite 0444
perm'd file (fakeroot issue).
*procps-2.0.10-r1 (31 Oct 2002)
18 Jan 2003; Jan Seidel <tuxus@gentoo.org> :
Added mips to keywords
31 Oct 2002; Brad Cowan <bcowan@gentoo.org> procps-2.0.10-r1.ebuild :
Added einfo about threads default behavior thanks to j2ee.
31 Oct 2002; Brandon Low <lostlogic@gentoo.org> procps-2.0.10-r1.ebuild :
Fix /lib/libproc.so symlink.
*procps-2.0.10 (11 Oct 2002)
11 Oct 2002; Brandon Low <lostlogic@gentoo.org> procps-2.0.10.ebuild
files/digest-procps-2.0.10 :
Version bump. Set keywords to ~.
*procps-2.0.9 (30 Sep 2002)
30 Sep 2002; Brandon Low <lostlogic@gentoo.org> procps-2.0.9.ebuild
files/digest-procps-2.0.9 :
New version released today by Rik Van Riel, many patches added from
the Debian tree and lots of good stuff.
*procps-2.0.8 (27 Sep 2002)
27 Sep 2002; Brad Cowan <bcowan@gentoo.org> procps-2.0.8.ebuild
files/digest-procps-2.0.8 :
Version bump with many bugfixes. Removed patches as they have been
added to the main tree
*procps-2.0.7-r6 (26 Sep 2002)
27 Sep 2002; Daniel Ahlberg <aliz@gentoo.org> :
Cleaned out old diff files from files/.
26 Sep 2002; Daniel Ahlberg <aliz@gentoo.org> procps-2.0.7-r6.ebuild :
Fixed sandbox violation.
*procps-2.0.7-r6 (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.
|