Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (fauli)" <fauli@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/valgrind: ChangeLog valgrind-3.5.0.ebuild
Date: Fri, 09 Apr 2010 08:24:40
Message-Id: 20100409082437.32C8D2C04A@corvid.gentoo.org
1 fauli 10/04/09 08:24:37
2
3 Modified: ChangeLog valgrind-3.5.0.ebuild
4 Log:
5 stable x86, bug 304287
6 (Portage version: 2.1.7.17/cvs/Linux i686)
7
8 Revision Changes Path
9 1.112 dev-util/valgrind/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/valgrind/ChangeLog?rev=1.112&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/valgrind/ChangeLog?rev=1.112&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/valgrind/ChangeLog?r1=1.111&r2=1.112
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-util/valgrind/ChangeLog,v
18 retrieving revision 1.111
19 retrieving revision 1.112
20 diff -u -r1.111 -r1.112
21 --- ChangeLog 21 Mar 2010 15:00:20 -0000 1.111
22 +++ ChangeLog 9 Apr 2010 08:24:36 -0000 1.112
23 @@ -1,6 +1,10 @@
24 # ChangeLog for dev-util/valgrind
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/ChangeLog,v 1.111 2010/03/21 15:00:20 ranger Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/ChangeLog,v 1.112 2010/04/09 08:24:36 fauli Exp $
28 +
29 + 09 Apr 2010; Christian Faulhammer <fauli@g.o>
30 + valgrind-3.5.0.ebuild:
31 + stable x86, bug 304287
32
33 21 Mar 2010; Brent Baude <ranger@g.o> valgrind-3.5.0.ebuild:
34 stable ppc64, bug 304287
35
36
37
38 1.6 dev-util/valgrind/valgrind-3.5.0.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/valgrind/valgrind-3.5.0.ebuild?rev=1.6&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/valgrind/valgrind-3.5.0.ebuild?rev=1.6&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/valgrind/valgrind-3.5.0.ebuild?r1=1.5&r2=1.6
43
44 Index: valgrind-3.5.0.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-util/valgrind/valgrind-3.5.0.ebuild,v
47 retrieving revision 1.5
48 retrieving revision 1.6
49 diff -u -r1.5 -r1.6
50 --- valgrind-3.5.0.ebuild 21 Mar 2010 15:00:20 -0000 1.5
51 +++ valgrind-3.5.0.ebuild 9 Apr 2010 08:24:36 -0000 1.6
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2010 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.5.0.ebuild,v 1.5 2010/03/21 15:00:20 ranger Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/valgrind-3.5.0.ebuild,v 1.6 2010/04/09 08:24:36 fauli 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 ~amd64-linux ~x86-linux"
65 +KEYWORDS="-* ~amd64 ~ppc ppc64 x86 ~amd64-linux ~x86-linux"
66 IUSE="mpi"
67
68 DEPEND="mpi? ( virtual/mpi )"