summaryrefslogtreecommitdiff
blob: 9aebdbd98d6651595f1e7a4753f7631ccc2a40ed (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
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
# ChangeLog for dev-util/cscope
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/ChangeLog,v 1.119 2009/05/11 21:03:59 ulm Exp $

*cscope-15.7a-r1 (11 May 2009)

  11 May 2009; Ulrich Mueller <ulm@gentoo.org> -cscope-15.6-r2.ebuild,
  -cscope-15.6-r3.ebuild, -files/cscope-15.6-sigwinch.patch,
  -cscope-15.7.ebuild, cscope-15.7a.ebuild, +cscope-15.7a-r1.ebuild,
  +files/cscope-15.7a-ocs-sysdir.patch,
  -files/cscope-158831-warning_webscope.patch:
  Don't require that SYSDIR for ocs exists, and change its default location
  to /var/lib/cs; bug 269305. Remove old versions wrt security bug 263023.
  Include virtual/emacs also in run-time dependencies.

  06 May 2009; Raúl Porcel <armin76@gentoo.org> cscope-15.7a.ebuild:
  arm/ia64/m68k/s390/sh stable wrt #263023

  03 May 2009; Tiago Cunha <tcunha@gentoo.org> cscope-15.7a.ebuild:
  stable sparc, security bug 263023

  03 May 2009; Brent Baude <ranger@gentoo.org> cscope-15.7a.ebuild:
  Marking cscope-15.7a ppc64 for bug 263023

  03 May 2009; Brent Baude <ranger@gentoo.org> cscope-15.7a.ebuild:
  Marking cscope-15.7a ppc for bug 263023

  03 May 2009; Markus Meier <maekke@gentoo.org> cscope-15.7a.ebuild:
  amd64/x86 stable, bug #263023

  03 May 2009; Tobias Klausmann <klausman@gentoo.org> cscope-15.7a.ebuild:
  Stable on alpha, bug #263023

  02 May 2009; Jeroen Roovers <jer@gentoo.org> cscope-15.7a.ebuild:
  Stable for HPPA (bug #263023).

*cscope-15.7a (02 May 2009)

  02 May 2009; Ulrich Mueller <ulm@gentoo.org> +cscope-15.7a.ebuild:
  Version bump for security bug 263023.

  14 Apr 2009; Jeroen Roovers <jer@gentoo.org> cscope-15.7.ebuild:
  Stable for HPPA (bug #264509).

  10 Apr 2009; Raúl Porcel <armin76@gentoo.org> cscope-15.7.ebuild:
  arm/ia64/s390/sh/x86 stable wrt #264509

  07 Apr 2009; Tobias Klausmann <klausman@gentoo.org> cscope-15.7.ebuild:
  Stable on alpha, bug #264509

  03 Apr 2009; Tiago Cunha <tcunha@gentoo.org> cscope-15.7.ebuild:
  stable amd64, bug 264509

  02 Apr 2009; Joseph Jezak <josejx@gentoo.org> cscope-15.7.ebuild:
  Marked ppc/ppc64 stable for bug #264509.

  01 Apr 2009; Ferris McCormick <fmccor@gentoo.org> cscope-15.7.ebuild:
  Sparc stable, bug #264509.

*cscope-15.7 (01 Mar 2009)

  01 Mar 2009; Ulrich Mueller <ulm@gentoo.org> cscope-15.6-r2.ebuild,
  cscope-15.6-r3.ebuild, +cscope-15.7.ebuild:
  Version bump, bug 260585. LICENSE is BSD, not as-is.

*cscope-15.6-r3 (24 Oct 2008)

  24 Oct 2008; Ulrich Mueller <ulm@gentoo.org>
  +files/cscope-15.6-sigwinch.patch, +cscope-15.6-r3.ebuild:
  Fix crash on window resizes, bug 243754. Thanks to Michael Hordijk
  <hoffbrinkle@hotmail.com>.

  20 Sep 2008; Ulrich Mueller <ulm@gentoo.org> -files/50xcscope-gentoo.el,
  -cscope-15.6-r1.ebuild:
  Remove old.

  23 Jan 2008; Raúl Porcel <armin76@gentoo.org> cscope-15.6-r2.ebuild:
  alpha/ia64/sparc stable wrt #207042

  22 Jan 2008; Brent Baude <ranger@gentoo.org> cscope-15.6-r2.ebuild:
  Marking cscope-15.6-r2 ppc and ppc64 for bug 207042

  22 Jan 2008; Jeroen Roovers <jer@gentoo.org> cscope-15.6-r2.ebuild:
  Stable for HPPA (bug #207042).

  22 Jan 2008; Christian Faulhammer <opfer@gentoo.org>
  cscope-15.6-r2.ebuild:
  stable amd64/x86, bug 207042

*cscope-15.6-r2 (21 Sep 2007)

  21 Sep 2007; Ulrich Mueller <ulm@gentoo.org> +files/50cscope-gentoo.el,
  +cscope-15.6-r2.ebuild:
  Fix Emacs support: Use autoload (bug #174469); install files in standard
  location ${SITELISP}/${PN}. Don't install licence and CVS directories with
  webcscope documentation. Add GPL-2 to "LICENSE" since it applies to xcscope
  and webcscope. Add some quotes and some messages to die commands.

  15 Feb 2007; Christian Faulhammer <opfer@gentoo.org>
  -cscope-15.5.20060927.ebuild, -cscope-15.5.20060927-r1.ebuild,
  -cscope-15.6.ebuild:
  clean up

  14 Feb 2007; Alexander H. Færøy <eroyf@gentoo.org>
  cscope-15.6-r1.ebuild:
  Stable on MIPS; bug #158831

  13 Feb 2007; Markus Rothe <corsair@gentoo.org> cscope-15.6-r1.ebuild:
  Stable on ppc64; bug #158831

  12 Feb 2007; Simon Stelling <blubb@gentoo.org> cscope-15.6-r1.ebuild:
  stable on amd64; security bug 158831

  12 Feb 2007; Bryan Østergaard <kloeri@gentoo.org> cscope-15.6-r1.ebuild:
  Stable on Alpha, bug 158831.

  12 Feb 2007; Gustavo Zacarias <gustavoz@gentoo.org> cscope-15.6-r1.ebuild:
  Stable on sparc wrt security #158831

  11 Feb 2007; René Nussbaumer <killerfox@gentoo.org>
  cscope-15.6-r1.ebuild:
  Stable on hppa. See bug #158831.

  11 Feb 2007; Tobias Scherbaum <dertobi123@gentoo.org>
  cscope-15.6-r1.ebuild:
  Stable on ppc wrt bug #158831.

  11 Feb 2007; Christian Faulhammer <opfer@gentoo.org>
  cscope-15.6-r1.ebuild:
  stable x86; security bug #158831

  20 Jan 2007; Alexander H. Færøy <eroyf@gentoo.org> cscope-15.6.ebuild:
  Stable on MIPS.

  12 Jan 2007; Alexander H. Færøy <eroyf@gentoo.org> cscope-15.6.ebuild:
  Stable on Alpha.

  06 Jan 2007; Seemant Kulleen <seemant@gentoo.org>
  files/cscope-158831-warning_webscope.patch:
  rediff to fix the patch -- and fixed grammar in the patch to clarify the
  message

  06 Jan 2007; Christian Faulhammer <opfer@gentoo.org>
  -files/cscope-15.5-can-2004-0996.patch, -files/cscope-15.5-memset.patch,
  -files/15.5-noclobber-tempfile-rexotec.patch,
  -files/cscope-15.5-gcc295.patch, -files/cscope-15.5-prog-info.patch,
  -files/cscope-15.5-tempfile.patch, -cscope-15.5-r6.ebuild:
  clean-up a bit

  06 Jan 2007; Christian Faulhammer <opfer@gentoo.org>
  cscope-15.6-r1.ebuild:
  correctly apply patch, fixes bug #160559

*cscope-15.6-r1 (06 Jan 2007)

  06 Jan 2007; Christian Faulhammer <opfer@gentoo.org>
  +files/cscope-158831-warning_webscope.patch, +cscope-15.6-r1.ebuild:
  added patch with warning when using web frontend because it may be a
  security risk, see bug #158831

  05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> cscope-15.5-r6.ebuild,
  cscope-15.5.20060927.ebuild, cscope-15.5.20060927-r1.ebuild:
  Remove gnuconfig_update usage, leave it to econf.

  29 Nov 2006; Daniel Gryniewicz <dang@gentoo.org> cscope-15.6.ebuild:
  Marked stable on amd64 for bug #151503

*cscope-15.6 (28 Nov 2006)

  28 Nov 2006; Christian Faulhammer <opfer@gentoo.org> +cscope-15.6.ebuild:
  version bump: some security fixes (already in last stable); cleaned out the
  ebuild a little bit; fixed pre-stripped files

*cscope-15.5.20060927-r1 (25 Nov 2006)

  25 Nov 2006; Christian Faulhammer <opfer@gentoo.org>
  +cscope-15.5.20060927-r1.ebuild:
  added autoconf dependency, as reported by Wolfram Schlich
  <wschlich@gentoo.org> in bug #155731

  18 Oct 2006; Roy Marples <uberlord@gentoo.org>
  cscope-15.5.20060927.ebuild:
  Added ~sparc-fbsd keyword.

  15 Oct 2006; Guy Martin <gmsoft@gentoo.org> cscope-15.5.20060927.ebuild:
  Stable on hppa.

  14 Oct 2006; Michael Hanselmann <hansmi@gentoo.org>
  cscope-15.5.20060927.ebuild:
  Stable on ppc. See bug #144869.

  14 Oct 2006; Markus Rothe <corsair@gentoo.org>
  cscope-15.5.20060927.ebuild:
  Stable on ppc64; bug #144869

  14 Oct 2006; Thomas Cort <tcort@gentoo.org> cscope-15.5.20060927.ebuild:
  Stable on alpha and amd64 wrt security Bug #144869.

  11 Oct 2006; Gustavo Zacarias <gustavoz@gentoo.org>
  cscope-15.5.20060927.ebuild:
  Stable on sparc wrt security #144869

  11 Oct 2006; <ticho@gentoo.org> cscope-15.5.20060927.ebuild:
  Stable on x86, security bug #144869.

*cscope-15.5.20060927 (28 Sep 2006)

  28 Sep 2006; Matthew Kennedy <mkennedy@gentoo.org>
  +cscope-15.5.20060927.ebuild:
  Snapshot from CVS; Resolves Bug #144869.

  12 Aug 2006; Matthew Kennedy <mkennedy@gentoo.org> -cscope-15.5-r3.ebuild,
  -cscope-15.5-r4.ebuild, -cscope-15.5-r5.ebuild:
  Removed old ebuilds.

  09 Jul 2006; Joshua Kinard <kumba@gentoo.org> cscope-15.5-r6.ebuild:
  Marked stable on mips.

  18 Jun 2006; Bryan Østergaard <kloeri@gentoo.org> cscope-15.5-r6.ebuild:
  ia64 stable, bug 133829.

  03 Jun 2006; Rene Nussbaumer <killerfox@gentoo.org> cscope-15.5-r6.ebuild:
  Stable on hppa. See bug #133829.

  02 Jun 2006; Joshua Jackson <tsunam@gentoo.org> cscope-15.5-r6.ebuild:
  Stable on x86; security bug #133829

  01 Jun 2006; Gustavo Zacarias <gustavoz@gentoo.org> cscope-15.5-r6.ebuild:
  Stable on sparc wrt security #133829

  01 Jun 2006; Thomas Cort <tcort@gentoo.org> cscope-15.5-r6.ebuild:
  Stable on amd64 wrt security Bug #133829.

  01 Jun 2006; Tobias Scherbaum <dertobi123@gentoo.org>
  cscope-15.5-r6.ebuild:
  ppc stable, bug #133829

  01 Jun 2006; Thomas Cort <tcort@gentoo.org> cscope-15.5-r6.ebuild:
  Stable on alpha wrt security Bug #133829.

  01 Jun 2006; Markus Rothe <corsair@gentoo.org> cscope-15.5-r6.ebuild:
  Stable on ppc64; bug #133829

*cscope-15.5-r6 (01 Jun 2006)

  01 Jun 2006; <mkennedy@gentoo.org> +cscope-15.5-r6.ebuild:
  Fix for http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2004-2541;
  Resolves Bug #133829.

*cscope-15.5-r5 (08 Apr 2006)

  08 Apr 2006; Matthew Kennedy <mkennedy@gentoo.org>
  +files/cscope-15.5-memset.patch, +cscope-15.5-r5.ebuild:
  Added HAVE_MEMSET patch to support building on Gentoo/*BSD; Add ~x86-fbsd
  keyword; Resolves Bug #129128.

  06 Feb 2006; Aron Griffis <agriffis@gentoo.org> cscope-15.5-r4.ebuild:
  Mark 15.5-r4 stable on alpha

  25 Dec 2005; Joshua Kinard <kumba@gentoo.org> cscope-15.5-r4.ebuild:
  Marked stable on mips.

  24 Nov 2005; Markus Rothe <corsair@gentoo.org> cscope-15.5-r4.ebuild:
  Stable on ppc64

  11 Nov 2005; Michael Hanselmann <hansmi@gentoo.org> cscope-15.5-r4.ebuild:
  Stable on ppc.

  08 Nov 2005; Rene Nussbaumer <killerfox@gentoo.org> cscope-15.5-r4.ebuild:
  Stable on hppa.

  31 Oct 2005; <dang@gentoo.org> cscope-15.5-r4.ebuild:
  Marked stable on amd64

  31 Oct 2005; Mark Loeser <halcy0n@gentoo.org> cscope-15.5-r4.ebuild:
  Stable on x86; bug #110955

  31 Oct 2005; Jason Wever <weeve@gentoo.org> cscope-15.5-r4.ebuild:
  Stable on SPARC wrt bug #110955.

*cscope-15.5-r4 (19 Jul 2005)

  19 Jul 2005; Carsten Lohrke <carlo@gentoo.org>
  +files/cscope-15.5-prog-info.patch, -cscope-15.5.ebuild,
  -cscope-15.5-r1.ebuild, -cscope-15.5-r2.ebuild, +cscope-15.5-r4.ebuild:
  build progress patch, clean up

  06 Feb 2005; Joshua Kinard <kumba@gentoo.org> cscope-15.5-r3.ebuild:
  Marked stable on mips.

  03 Feb 2005; Ciaran McCreesh <ciaranm@gentoo.org> cscope-15.5-r3.ebuild:
  Add compile fix (from Azarah)

  31 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> :
  Change encoding to UTF-8 for GLEP 31 compliance

  16 Dec 2004; Simon Stelling <blubb@gentoo.org> cscope-15.5-r3.ebuild:
  stable on amd64; bug #71595

  13 Dec 2004; Bryan Østergaard <kloeri@gentoo.org> cscope-15.5-r3.ebuild:
  Stable on alpha, bug 71595.

  11 Dec 2004; Jason Wever <weeve@gentoo.org> cscope-15.5-r3.ebuild:
  Stable on sparc wrt security bug #71595.

  11 Dec 2004; Markus Rothe <corsair@gentoo.org> cscope-15.5-r3.ebuild:
  Stable on ppc64; bug #71595

*cscope-15.5-r3 (11 Dec 2004)

  11 Dec 2004; Daniel Black <dragonheart@gentoo.org> cscope-15.5-r3.ebuild:
  keyworded ppc as per bug #71595

*cscope-15.5-r3 (12 Dec 2004)

  12 Dec 2004; <rphillips@gentoo.org> cscope-15.5-r3.ebuild:
  removed the rexotec patch from the advice of the developer. Fixes #72160

  30 Nov 2004; Guy Martin <gmsoft@gentoo.org> cscope-15.5-r2.ebuild:
  Stable on hppa.

  30 Nov 2004; Bryan Østergaard <kloeri@gentoo.org> cscope-15.5-r2.ebuild:
  Stable on alpha, bug 71595.

  28 Nov 2004; Karol Wojtaszek <sekretarz@gentoo.org> cscope-15.5-r2.ebuild:
  Stable on amd64, bug #71595

  28 Nov 2004; Luca Barbato <lu_zero@gentoo.org> cscope-15.5-r2.ebuild:
  Marked ppc

  28 Nov 2004; Markus Rothe <corsair@gentoo.org> cscope-15.5-r2.ebuild:
  Stable on ppc64; bug #71595

  28 Nov 2004; <plasmaroo@gentoo.org> cscope-15.5-r2.ebuild:
  Marking stable on IA64; security bump bug #71595.

*cscope-15.5-r2 (28 Nov 2004)

  28 Nov 2004; Ciaran McCreesh <ciaranm@gentoo.org> +cscope-15.5-r2.ebuild:
  Security fix, bug #71595

*cscope-15.5-r1 (18 Nov 2004)

  18 Nov 2004; Matthew Kenendy <mkennedy@gentoo.org>
  +files/15.5-noclobber-tempfile-rexotec.patch, +cscope-15.5-r1.ebuild:
  Resolves Bug #71595: race condition on temporary file; Correct webscope
  installation path.

  11 Oct 2004; Ciaran McCreesh <ciaranm@gentoo.org> -cscope-15.3.ebuild,
  -cscope-15.4-r1.ebuild, -cscope-15.4.ebuild:
  Remove old versions. Bug #63064

  10 Oct 2004; Tom Gall <tgall@gentoo.org> cscope-15.5.ebuild:
  stable on ppc64, bug #63064

  18 Sep 2004; Joshua Kinard <kumba@gentoo.org> cscope-15.5.ebuild:
  Marked stable on mips.

  04 Sep 2004; Guy Martin <gmsoft@gentoo.org> cscope-15.5.ebuild:
  Marked stable on hppa.

  31 Aug 2004; Joshua Kinard <kumba@gentoo.org> cscope-15.5.ebuild:
  Added ~mips to KEYWORDS.

  01 Sep 2004; Tom Gall <tgall@gentoo.org> cscope-15.5.ebuild:
  added ~ppc64

  01 Sep 2004; Ciaran McCreesh <ciaranm@gentoo.org> cscope-15.5.ebuild:
  Stable on x86, sparc

  03 Jun 2004; Bryan Østergaard <kloeri@gentoo.org> cscope-15.5.ebuild:
  Stable on alpha.

  02 Jun 2004; Travis Tilley <lv@gentoo.org> cscope-15.5.ebuild:
  stable on amd64

  19 Apr 2004; Tom Gall <tgall@gentoo.org> cscope-15.4-r1:
  added ppc64, marked stable

  07 Apr 2004; Brian Jackson <iggy@gentoo.org> :
  added s390 keyword

  16 Mar 2004; Mamoru KOMACHI <usata@gentoo.org> cscope-15.5.ebuild:
  Changed to not assign read-only variable PN. See bug #44712

  09 Mar 2004; <mkennedy@gentoo.org> cscope-15.5.ebuild, metadata.xml:
  Changed ~mips to -mips since there is no virtual/emacs for ~mips

  09 Mar 2004; <mkennedy@gentoo.org> cscope-15.5.ebuild, metadata.xml:
  Corrected regression on GNU Emacs xcscope compilation;  Added some metadata.

*cscope-15.5 (04 Feb 2004)

  04 Feb 2004; Aron Griffis <agriffis@gentoo.org> cscope-15.5.ebuild,
  metadata.xml:
  Update to cscope-15.5 with KEYWORDS restored from cscope-15.3. It appears
  that somebody doesn't understand how to work with KEYWORDS, or doesn't
  understand how to write a ChangeLog entry explaining their actions.
  cscope-15.5 fixes the bison incompatibility so Brandy's sed fix is no longer
  needed.  Add metadata.xml putting this ebuild into the vim and emacs herds.

*cscope-15.4-r1 (15 Nov 2003)

  15 Nov 2003; Jeremy Maitin-Shepard <jbms@gentoo.org> cscope-15.4-r1.ebuild:
  Fixed emacs lisp and site file installation.
  Problem and fix identified by Anupam Kapoor <anupamk@speakeasy.net>

  15 Nov 2003; Arun Thomas <sindian@gentoo.org> cscope-15.4.ebuild:
  added IUSE

  20 Sep 2003; Matthew Kennedy <mkennedy@gentoo.org> cscope-15.4.ebuild:
  adjust for elisp/elisp-common eclass split and corrent Changelog name

  20 Sep 2003; Matthew Kennedy <mkennedy@gentoo.org> cscope-15.4.ebuild:
  unmasking for ~x86 only.

  19 Sep 2003; Seemant Kulleen <seemant@gentoo.org> cscope-15.3.ebuild,
  cscope-15.4.ebuild:
  added a fix for the compile to work with all versions of bison. This fix came
  from the incomparable Brandy Westcott <brandy@gentoo.org> fixing bug #28755,
  by Matt Kennedy <mkennedy@gentoo.org>

  05 Jun 2003; Will Woods <wwoods@gentoo.org> cscope-15.3.ebuild,
  cscope-15.4.ebuild:
  added gnuconfig_update to fix ./configure on newer arches

*cscope-15.4 (04 Jun 2003)

  04 Jun 2003; Matthew Kennedy <mkennedy@gentoo.org> cscope-15.4.ebuild,
  files/50xcscope-gentoo.el:
  minor version bump and support for emacs

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

  06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
 
*cscope-15.3 (1 Feb 2002)

  24 Feb 2003; Zach Welch <zwelch@gentoo.org> cscope-15.3.ebuild :
  Add arm keyword

  09 Feb 2003; Jan Seidel <tuxus@gentoo.org>
  Added mips to keywords :

  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.