Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/google-perftools: google-perftools-1.6.ebuild ChangeLog
Date: Thu, 07 Jun 2012 21:32:15
Message-Id: 20120607213205.1003A2004B@flycatcher.gentoo.org
1 zmedico 12/06/07 21:32:05
2
3 Modified: google-perftools-1.6.ebuild ChangeLog
4 Log:
5 inherit flag-o-matic for append-cppflags
6
7 (Portage version: 2.2.0_alpha110/cvs/Linux i686)
8
9 Revision Changes Path
10 1.4 dev-util/google-perftools/google-perftools-1.6.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/google-perftools/google-perftools-1.6.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/google-perftools/google-perftools-1.6.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/google-perftools/google-perftools-1.6.ebuild?r1=1.3&r2=1.4
15
16 Index: google-perftools-1.6.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/google-perftools/google-perftools-1.6.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- google-perftools-1.6.ebuild 13 Oct 2010 20:14:45 -0000 1.3
23 +++ google-perftools-1.6.ebuild 7 Jun 2012 21:32:04 -0000 1.4
24 @@ -1,10 +1,10 @@
25 -# Copyright 1999-2010 Gentoo Foundation
26 +# Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-util/google-perftools/google-perftools-1.6.ebuild,v 1.3 2010/10/13 20:14:45 maekke Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-util/google-perftools/google-perftools-1.6.ebuild,v 1.4 2012/06/07 21:32:04 zmedico Exp $
30
31 EAPI=2
32
33 -inherit toolchain-funcs
34 +inherit flag-o-matic toolchain-funcs
35
36 DESCRIPTION="Fast, multi-threaded malloc() and nifty performance analysis tools"
37 HOMEPAGE="http://code.google.com/p/google-perftools/"
38
39
40
41 1.15 dev-util/google-perftools/ChangeLog
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/google-perftools/ChangeLog?rev=1.15&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/google-perftools/ChangeLog?rev=1.15&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/google-perftools/ChangeLog?r1=1.14&r2=1.15
46
47 Index: ChangeLog
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/dev-util/google-perftools/ChangeLog,v
50 retrieving revision 1.14
51 retrieving revision 1.15
52 diff -u -r1.14 -r1.15
53 --- ChangeLog 24 Dec 2011 15:11:26 -0000 1.14
54 +++ ChangeLog 7 Jun 2012 21:32:04 -0000 1.15
55 @@ -1,6 +1,9 @@
56 # ChangeLog for dev-util/google-perftools
57 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
58 -# $Header: /var/cvsroot/gentoo-x86/dev-util/google-perftools/ChangeLog,v 1.14 2011/12/24 15:11:26 flameeyes Exp $
59 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
60 +# $Header: /var/cvsroot/gentoo-x86/dev-util/google-perftools/ChangeLog,v 1.15 2012/06/07 21:32:04 zmedico Exp $
61 +
62 + 07 Jun 2012; Zac Medico <zmedico@g.o> google-perftools-1.6.ebuild:
63 + inherit flag-o-matic for append-cppflags
64
65 *google-perftools-1.9 (24 Dec 2011)