Gentoo Archives: gentoo-commits

From: "Anthony G. Basile (blueness)" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/valgrind: valgrind-3.10.1.ebuild ChangeLog
Date: Wed, 29 Jul 2015 02:44:49
Message-Id: 20150729024445.F3098113@oystercatcher.gentoo.org
1 blueness 15/07/29 02:44:45
2
3 Modified: valgrind-3.10.1.ebuild ChangeLog
4 Log:
5 Patch 3.10.1 to build against glibc-2.21. Bug #554808.
6
7 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
8
9 Revision Changes Path
10 1.8 dev-util/valgrind/valgrind-3.10.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/valgrind/valgrind-3.10.1.ebuild?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/valgrind/valgrind-3.10.1.ebuild?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/valgrind/valgrind-3.10.1.ebuild?r1=1.7&r2=1.8
15
16 Index: valgrind-3.10.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/valgrind/valgrind-3.10.1.ebuild,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- valgrind-3.10.1.ebuild 25 Mar 2015 13:40:39 -0000 1.7
23 +++ valgrind-3.10.1.ebuild 29 Jul 2015 02:44:45 -0000 1.8
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/valgrind-3.10.1.ebuild,v 1.7 2015/03/25 13:40:39 ago Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/valgrind-3.10.1.ebuild,v 1.8 2015/07/29 02:44:45 blueness Exp $
29
30 EAPI="4"
31 inherit autotools eutils flag-o-matic toolchain-funcs multilib pax-utils
32 @@ -43,6 +43,9 @@
33 # valgrind works fine on linux-4, bug #543648
34 epatch "${FILESDIR}"/${PN}-3.10.1-linux-4.patch
35
36 + # glibc 2.21 fix. Bug #554808.
37 + epatch "${FILESDIR}"/${PN}-3.10.1-glibc-2.21.patch
38 +
39 # Allow users to test their own patches
40 epatch_user
41
42
43
44
45 1.186 dev-util/valgrind/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/valgrind/ChangeLog?rev=1.186&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/valgrind/ChangeLog?rev=1.186&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/valgrind/ChangeLog?r1=1.185&r2=1.186
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-util/valgrind/ChangeLog,v
54 retrieving revision 1.185
55 retrieving revision 1.186
56 diff -u -r1.185 -r1.186
57 --- ChangeLog 25 Mar 2015 13:40:39 -0000 1.185
58 +++ ChangeLog 29 Jul 2015 02:44:45 -0000 1.186
59 @@ -1,6 +1,10 @@
60 # ChangeLog for dev-util/valgrind
61 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/ChangeLog,v 1.185 2015/03/25 13:40:39 ago Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/ChangeLog,v 1.186 2015/07/29 02:44:45 blueness Exp $
64 +
65 + 29 Jul 2015; Anthony G. Basile <blueness@g.o>
66 + +files/valgrind-3.10.1-glibc-2.21.patch, valgrind-3.10.1.ebuild:
67 + Patch 3.10.1 to build against glibc-2.21. Bug #554808.
68
69 25 Mar 2015; Agostino Sarubbo <ago@g.o> valgrind-3.10.1.ebuild:
70 Stable for x86, wrt bug #541952