Gentoo Archives: gentoo-commits

From: "Michael Januszewski (spock)" <spock@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/oprofile: ChangeLog oprofile-0.9.3.ebuild
Date: Fri, 05 Jun 2009 22:23:30
Message-Id: E1MChot-0004rq-7f@stork.gentoo.org
1 spock 09/06/05 22:23:27
2
3 Modified: ChangeLog oprofile-0.9.3.ebuild
4 Log:
5 Make oprofile 0.9.3 build with GCC 4.3.3.
6 (Portage version: 2.1.6.13/cvs/Linux x86_64, RepoMan options: --force)
7
8 Revision Changes Path
9 1.58 dev-util/oprofile/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/oprofile/ChangeLog?rev=1.58&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/oprofile/ChangeLog?rev=1.58&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/oprofile/ChangeLog?r1=1.57&r2=1.58
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-util/oprofile/ChangeLog,v
18 retrieving revision 1.57
19 retrieving revision 1.58
20 diff -u -r1.57 -r1.58
21 --- ChangeLog 26 May 2009 20:45:09 -0000 1.57
22 +++ ChangeLog 5 Jun 2009 22:23:27 -0000 1.58
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-util/oprofile
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/ChangeLog,v 1.57 2009/05/26 20:45:09 flameeyes Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/ChangeLog,v 1.58 2009/06/05 22:23:27 spock Exp $
28 +
29 + 05 Jun 2009; Michał Januszewski <spock@g.o> oprofile-0.9.3.ebuild:
30 + Make oprofile 0.9.3 build with GCC 4.3.3.
31
32 26 May 2009; Diego E. Pettenò <flameeyes@g.o>
33 oprofile-0.9.4.ebuild, +files/oprofile-0.9.4+glibc-2.10.patch:
34
35
36
37 1.8 dev-util/oprofile/oprofile-0.9.3.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/oprofile/oprofile-0.9.3.ebuild?rev=1.8&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/oprofile/oprofile-0.9.3.ebuild?rev=1.8&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/oprofile/oprofile-0.9.3.ebuild?r1=1.7&r2=1.8
42
43 Index: oprofile-0.9.3.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.9.3.ebuild,v
46 retrieving revision 1.7
47 retrieving revision 1.8
48 diff -u -r1.7 -r1.8
49 --- oprofile-0.9.3.ebuild 27 Jul 2008 21:40:26 -0000 1.7
50 +++ oprofile-0.9.3.ebuild 5 Jun 2009 22:23:27 -0000 1.8
51 @@ -1,6 +1,6 @@
52 -# Copyright 1999-2008 Gentoo Foundation
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/oprofile/oprofile-0.9.3.ebuild,v 1.7 2008/07/27 21:40:26 carlo Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.9.3.ebuild,v 1.8 2009/06/05 22:23:27 spock Exp $
57
58 EAPI=1
59
60 @@ -24,6 +24,7 @@
61 unpack ${A}
62 cd "${S}"
63 epatch "${FILESDIR}"/${P}-gcc43.patch
64 + epatch "${FILESDIR}"/oprofile-0.9.4-open.patch
65 }
66
67 src_compile() {