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
|
# ChangeLog for dev-util/cgdb
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/cgdb/ChangeLog,v 1.31 2007/03/21 03:03:32 nerdboy Exp $
21 Mar 2007; Steve Arnold <nerdboy@gentoo.org>
+files/cgdb-0.6.3-makefile-race.patch, cgdb-0.6.3.ebuild:
Updated with new parallel make patch and automake deps (see bugs 142545 and
171502). Thanks to Horst Schirmeier <gentoo _at_ schirmeier.com> for the
freshly generated patch.
19 Mar 2007; Bryan Østergaard <kloeri@gentoo.org> metadata.xml:
Remove ka0ttic from metadata.xml due to retirement.
*cgdb-0.6.3 (16 Mar 2007)
16 Mar 2007; Steve Arnold <nerdboy@gentoo.org> +cgdb-0.6.3.ebuild:
Added new unstable version; fixes bug 142545. It's a bit finicky about
automake/autoconf, but seems to work fine with 1.9.
14 Jan 2007; Olivier Crête <tester@gentoo.org> cgdb-0.6.2.ebuild:
Stable on amd64 per bug #151976
13 Jan 2007; nixnut <nixnut@gentoo.org> cgdb-0.6.2.ebuild:
Stable on ppc wrt bug 151976
08 Jan 2007; Christian Faulhammer <opfer@gentoo.org> cgdb-0.6.2.ebuild:
stable x86, bug #151976
04 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> cgdb-0.6.2.ebuild:
Fix autotools handling, patch mostly based on the one by Jakub Moc in bug
#151976.
16 Dec 2006; Timothy Redaelli <drizzt@gentoo.org> files/cgdb-fbsd.patch:
Corrected FreeBSD patch wrt bug #135676
*cgdb-0.6.2 (28 May 2006)
28 May 2006; Steve Arnold <nerdboy@gentoo.org>
+files/cgdb-0.6.2-parallel-make.patch, +files/cgdb-fbsd.patch,
-cgdb-0.5.1.ebuild, -cgdb-0.5.2.ebuild, cgdb-0.5.3.ebuild,
+cgdb-0.6.2.ebuild:
Updated with Flameeyes patches, removed outdated versions, added new version
(closes bug #130920), keyworded for ~x86-fbsd.
03 Sep 2005; Michael Hanselmann <hansmi@gentoo.org> cgdb-0.5.3.ebuild:
Stable on ppc.
28 Aug 2005; Simon Stelling <blubb@gentoo.org> cgdb-0.5.3.ebuild:
stable on amd64
19 Aug 2005; Michael Hanselmann <hansmi@gentoo.org> cgdb-0.5.2.ebuild:
Stable on ppc.
*cgdb-0.5.3 (09 Aug 2005)
09 Aug 2005; Aaron Walker <ka0ttic@gentoo.org> +cgdb-0.5.3.ebuild:
Version bump.
28 Jun 2005; Aaron Walker <ka0ttic@gentoo.org> -cgdb-0.4.1.ebuild,
-cgdb-0.5.0.ebuild, cgdb-0.5.2.ebuild:
0.5.2 stable on x86; tidy old ebuilds.
17 Jun 2005; Aaron Walker <ka0ttic@gentoo.org> metadata.xml:
Added to dev-tools herd.
04 Jun 2005; Tobias Scherbaum <dertobi123@gentoo.org> cgdb-0.5.1.ebuild:
Stable on ppc.
*cgdb-0.5.2 (22 May 2005)
22 May 2005; Aaron Walker <ka0ttic@gentoo.org> +cgdb-0.5.2.ebuild:
Version bump.
06 May 2005; Aaron Walker <ka0ttic@gentoo.org> cgdb-0.5.1.ebuild:
Stable on x86.
24 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> cgdb-0.5.0.ebuild:
Stable on ppc.
21 Apr 2005; Simon Stelling <blubb@gentoo.org> cgdb-0.5.1.ebuild:
added ~amd64
20 Apr 2005; Simon Stelling <blubb@gentoo.org> cgdb-0.5.1.ebuild:
corrected HOMEPAGE
*cgdb-0.5.1 (03 Apr 2005)
03 Apr 2005; Aaron Walker <ka0ttic@gentoo.org> +cgdb-0.5.1.ebuild:
Version bump.
12 Jan 2005; Aaron Walker <ka0ttic@gentoo.org> cgdb-0.5.0.ebuild:
Marked stable on x86.
14 Dec 2004; Aaron Walker <ka0ttic@gentoo.org> cgdb-0.4.1.ebuild,
cgdb-0.5.0.ebuild:
Fix deps.
*cgdb-0.5.0 (10 Dec 2004)
10 Dec 2004; Aaron Walker <ka0ttic@gentoo.org> metadata.xml,
+cgdb-0.5.0.ebuild:
Version bump - closes bug 73988; updated metadata.xml.
27 Aug 2004; Rob Cakebread <pythonhead@gentoo.org> metadata.xml,
cgdb-0.4.1.ebuild:
Marked stable x86
03 Aug 2004; Rob Cakebread <pythonhead@gentoo.org> cgdb-0.4.1.ebuild:
Added -j1 to emake. Thanks Aaron Walker for the fix. bug
18 Jun 2004; David Holm <dholm@gentoo.org> cgdb-0.4.1.ebuild:
Added to ~ppc.
*cgdb-0.4.1 (16 Jun 2004)
16 Jun 2004; Rob Cakebread <pythonhead@gentoo.org> +metadata.xml,
+cgdb-0.4.1.ebuild:
Initial commit (bug# 26990)
|