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
|
# ChangeLog for dev-util/valgrind
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/ChangeLog,v 1.24 2004/04/27 21:00:29 agriffis Exp $
27 Apr 2004; Aron Griffis <agriffis@gentoo.org> valgrind-2.0.0.ebuild:
Add inherit eutils
*valgrind-2.1.1 (05 Apr 2004)
05 Apr 2004; root <root@gentoo.org> valgrind-2.1.1.ebuild:
New version - fixes nptl problems.
04 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> valgrind-2.0.0.ebuild,
valgrind-2.1.0.ebuild:
filter-flags into src_compile; tidy
27 Dec 2003; Caleb Tennis <caleb@gentoo.org> valgrind-1.9.6.ebuild:
remove old version
17 Dec 2003; Brandon Hale <tseng@gentoo.org> valgrind-2.1.0.ebuild:
Keyworded inital commit to ~x86
*valgrind-2.1.0 (17 Dec 2003)
17 Dec 2003; Caleb Tennis <caleb@gentoo.org> valgrind-2.1.0.ebuild:
Version bump
14 Nov 2003; Caleb Tennis <caleb@gentoo.org> valgrind-2.0.0.ebuild:
Get rid of patch
*valgrind-2.0.0 (13 Nov 2003)
13 Nov 2003; Caleb Tennis <caleb@gentoo.org> valgrind-2.0.0.ebuild,
valgrind-2.0_pre20031012.ebuild:
Version bump, remove prerelease, mark as stable.
05 Nov 2003; Caleb Tennis <caleb@gentoo.org> valgrind-1.0.4-r1.ebuild,
valgrind-1.0.4.ebuild, valgrind-1.9.3.ebuild,
valgrind-2.0_pre20030725.ebuild:
Remove stale versions
*valgrind-2.0_pre20031012 (17 Oct 2003)
17 Oct 2003; <solar@gentoo.org> valgrind-2.0_pre20031012.ebuild:
version bump, thank markgilbert@hotpop.com for reporting this via bugzilla.
Somebody running kernel 2.6 will need to test and see if we still need to add
the files/valgrind-configure.in-2.6.diff
15 Aug 2003; <solar@gentoo.org> valgrind-2.0_pre20030725.ebuild:
Added a configure.in patch for 2.6
*valgrind-2.0_pre20030725 (09 Aug 2003)
09 Aug 2003; <solar@gentoo.org> metadata.xml,
valgrind-2.0_pre20030725.ebuild:
version bump Bug 24640, added a metadata.xml herd=no-herd
13 Jun 2003; <msterret@gentoo.org> valgrind-1.9.6.ebuild:
Add FAQ.txt per Bug 22744
*valgrind-1.9.6 (12 May 2003)
12 May 2003; Matthew Kennedy <mkennedy@gentoo.org> valgrind-1.9.6.ebuild:
minor version bump
*valgrind-1.9.3 (09 Feb 2003)
06 Apr 2003; Dan Armak <danarmak@gentoo.org> valgrind-1.9.3.ebuild:
Add stable x86 keyword.
09 Feb 2003; Bruce A. Locke <blocke@gentoo.org> valgrind-1.9.3.ebuild:
Version bump to 1.9.3
*valgrind-1.0.4-r1 (02 Jan 2003)
02 Jan 2003; Dan Armak <danarmak@gentoo.org> ChangeLog :
Add a patch for support of call tree tracing, from the kcachegrind
site. Please test. Closes several bugs.
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
*valgrind-1.0.4 (23 Oct 2002)
06 Nov 2002; Bruce A. Locke <blocke@shivan.org> valgrind-1.0.4.ebuild:
Marking as stable (no one has complained and it seems to work fine)
23 Oct 2002; Bruce A. Locke <blocke@shivan.org> valgrind-1.0.4.ebuild:
Version bump with gcc 3.1+ fixes mentioned on the upstream website.
*valgrind-1.0.3 (29 Sep 2002)
29 Sep 2002; Bruce A. Locke <blocke@shivan.org> valgrind-1.0.3.ebuild:
Version bump and possible upstream gcc 3.2 fix
*valgrind-1.0.0 (03 Aug 2002)
03 Aug 2002; Bruce A. Locke <blocke@shivan.org> valgrind-1.0.0.ebuild, files/digest-valgrind-1.0.0:
Initial ebuild based on contribution from mattam@netcourrier.com
(Matthieu Sozeau) and vapier@netzero.com (SpanKY)
|