Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-benchmarks/contest: ChangeLog contest-0.61.ebuild
Date: Mon, 02 Mar 2009 00:20:35
Message-Id: E1LdvtY-00084l-Fu@stork.gentoo.org
1 patrick 09/03/02 00:20:32
2
3 Modified: ChangeLog contest-0.61.ebuild
4 Log:
5 Fix for gcc 4.3.3 / fortify_sources. Adding ~amd64 keyword. Patch by Magnus Granberg. Closes #260451
6 (Portage version: 2.2_rc23/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.9 app-benchmarks/contest/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/contest/ChangeLog?rev=1.9&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/contest/ChangeLog?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/contest/ChangeLog?r1=1.8&r2=1.9
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-benchmarks/contest/ChangeLog,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- ChangeLog 30 Dec 2008 17:26:47 -0000 1.8
22 +++ ChangeLog 2 Mar 2009 00:20:32 -0000 1.9
23 @@ -1,6 +1,11 @@
24 # ChangeLog for app-benchmarks/contest
25 -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/contest/ChangeLog,v 1.8 2008/12/30 17:26:47 angelos Exp $
27 +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/contest/ChangeLog,v 1.9 2009/03/02 00:20:32 patrick Exp $
29 +
30 + 02 Mar 2009; Patrick Lauer <patrick@g.o>
31 + +files/contest-fortify_sources.patch, contest-0.61.ebuild:
32 + Fix for gcc 4.3.3 / fortify_sources. Adding ~amd64 keyword. Patch by
33 + Magnus Granberg. Closes #260451
34
35 30 Dec 2008; Christoph Mende <angelos@g.o> contest-0.61.ebuild:
36 QA: Use correct CC (bug #243514) and respect LDFLAGS
37
38
39
40 1.8 app-benchmarks/contest/contest-0.61.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/contest/contest-0.61.ebuild?rev=1.8&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/contest/contest-0.61.ebuild?rev=1.8&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/contest/contest-0.61.ebuild?r1=1.7&r2=1.8
45
46 Index: contest-0.61.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/app-benchmarks/contest/contest-0.61.ebuild,v
49 retrieving revision 1.7
50 retrieving revision 1.8
51 diff -u -r1.7 -r1.8
52 --- contest-0.61.ebuild 30 Dec 2008 17:26:47 -0000 1.7
53 +++ contest-0.61.ebuild 2 Mar 2009 00:20:32 -0000 1.8
54 @@ -1,8 +1,8 @@
55 -# Copyright 1999-2008 Gentoo Foundation
56 +# Copyright 1999-2009 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/contest/contest-0.61.ebuild,v 1.7 2008/12/30 17:26:47 angelos Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/contest/contest-0.61.ebuild,v 1.8 2009/03/02 00:20:32 patrick Exp $
60
61 -inherit toolchain-funcs
62 +inherit toolchain-funcs eutils
63
64 DESCRIPTION="Test system responsiveness to compare different kernels"
65 HOMEPAGE="http://members.optusnet.com.au/ckolivas/contest/"
66 @@ -10,7 +10,7 @@
67
68 LICENSE="GPL-2"
69 SLOT="0"
70 -KEYWORDS="~ppc ~x86"
71 +KEYWORDS="~amd64 ~ppc ~x86"
72 IUSE=""
73
74 RDEPEND=">=app-benchmarks/dbench-2.0"
75 @@ -19,6 +19,8 @@
76 unpack ${A}
77 cd "${S}"
78
79 + epatch "${FILESDIR}/contest-fortify_sources.patch"
80 +
81 #Removing -g
82 sed -i "s:-g::" Makefile
83 #Adding our cflags