Gentoo Archives: gentoo-commits

From: "Tobias Scherbaum (dertobi123)" <dertobi123@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/valgrind: ChangeLog valgrind-3.4.0.ebuild
Date: Tue, 13 Jan 2009 17:24:10
Message-Id: E1LMmzn-0003RZ-Ea@stork.gentoo.org
1 dertobi123 09/01/13 17:24:07
2
3 Modified: ChangeLog valgrind-3.4.0.ebuild
4 Log:
5 ppc stable, bug #245317
6 (Portage version: 2.2_rc21/cvs/Linux 2.6.25-gentoo-r7 x86_64)
7
8 Revision Changes Path
9 1.98 dev-util/valgrind/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/valgrind/ChangeLog?rev=1.98&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/valgrind/ChangeLog?rev=1.98&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/valgrind/ChangeLog?r1=1.97&r2=1.98
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-util/valgrind/ChangeLog,v
18 retrieving revision 1.97
19 retrieving revision 1.98
20 diff -u -r1.97 -r1.98
21 --- ChangeLog 12 Jan 2009 15:51:39 -0000 1.97
22 +++ ChangeLog 13 Jan 2009 17:24:07 -0000 1.98
23 @@ -1,6 +1,10 @@
24 # ChangeLog for dev-util/valgrind
25 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/ChangeLog,v 1.97 2009/01/12 15:51:39 ranger Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/ChangeLog,v 1.98 2009/01/13 17:24:07 dertobi123 Exp $
28 +
29 + 13 Jan 2009; Tobias Scherbaum <dertobi123@g.o>
30 + valgrind-3.4.0.ebuild:
31 + ppc stable, bug #245317
32
33 12 Jan 2009; Brent Baude <ranger@g.o> valgrind-3.4.0.ebuild:
34 Marking valgrind-3.4.0 ppc64 for bug 245317
35
36
37
38 1.4 dev-util/valgrind/valgrind-3.4.0.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/valgrind/valgrind-3.4.0.ebuild?rev=1.4&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/valgrind/valgrind-3.4.0.ebuild?rev=1.4&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/valgrind/valgrind-3.4.0.ebuild?r1=1.3&r2=1.4
43
44 Index: valgrind-3.4.0.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-util/valgrind/valgrind-3.4.0.ebuild,v
47 retrieving revision 1.3
48 retrieving revision 1.4
49 diff -u -r1.3 -r1.4
50 --- valgrind-3.4.0.ebuild 12 Jan 2009 15:51:39 -0000 1.3
51 +++ valgrind-3.4.0.ebuild 13 Jan 2009 17:24:07 -0000 1.4
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/valgrind-3.4.0.ebuild,v 1.3 2009/01/12 15:51:39 ranger Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/valgrind-3.4.0.ebuild,v 1.4 2009/01/13 17:24:07 dertobi123 Exp $
57
58 inherit autotools eutils flag-o-matic toolchain-funcs
59
60 @@ -10,7 +10,7 @@
61
62 LICENSE="GPL-2"
63 SLOT="0"
64 -KEYWORDS="-* amd64 ~ppc ppc64 x86"
65 +KEYWORDS="-* amd64 ppc ppc64 x86"
66 IUSE="X"
67
68 RDEPEND="!dev-util/callgrind"