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
|
# ChangeLog for dev-util/cscope
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/ChangeLog,v 1.30 2004/10/11 14:50:24 ciaranm Exp $
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.
|