Gentoo Archives: gentoo-commits

From: "Sven Wegener (swegener)" <swegener@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-benchmarks/tiobench: tiobench-0.3.3-r2.ebuild ChangeLog
Date: Sun, 26 Oct 2008 12:42:36
Message-Id: E1Ku4x0-0007l5-VW@stork.gentoo.org
1 swegener 08/10/26 12:42:34
2
3 Modified: tiobench-0.3.3-r2.ebuild ChangeLog
4 Log:
5 Fix direct use of gcc, bug #243526.
6 (Portage version: 2.2_rc12/cvs/Linux 2.6.27 x86_64)
7
8 Revision Changes Path
9 1.4 app-benchmarks/tiobench/tiobench-0.3.3-r2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/tiobench/tiobench-0.3.3-r2.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/tiobench/tiobench-0.3.3-r2.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/tiobench/tiobench-0.3.3-r2.ebuild?r1=1.3&r2=1.4
14
15 Index: tiobench-0.3.3-r2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-benchmarks/tiobench/tiobench-0.3.3-r2.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- tiobench-0.3.3-r2.ebuild 16 Sep 2006 17:13:39 -0000 1.3
22 +++ tiobench-0.3.3-r2.ebuild 26 Oct 2008 12:42:34 -0000 1.4
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2006 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/tiobench/tiobench-0.3.3-r2.ebuild,v 1.3 2006/09/16 17:13:39 swegener Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/tiobench/tiobench-0.3.3-r2.ebuild,v 1.4 2008/10/26 12:42:34 swegener Exp $
29
30 inherit eutils toolchain-funcs
31
32 @@ -32,6 +32,7 @@
33 src_compile() {
34 emake \
35 CC="$(tc-getCC)" \
36 + LINK="$(tc-getCC)" \
37 DEFINES="-DLARGEFILES" \
38 CFLAGS="${CFLAGS}" \
39 LDFLAGS="${LDFLAGS}" \
40
41
42
43 1.15 app-benchmarks/tiobench/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/tiobench/ChangeLog?rev=1.15&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/tiobench/ChangeLog?rev=1.15&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/tiobench/ChangeLog?r1=1.14&r2=1.15
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/app-benchmarks/tiobench/ChangeLog,v
52 retrieving revision 1.14
53 retrieving revision 1.15
54 diff -u -r1.14 -r1.15
55 --- ChangeLog 16 Sep 2006 17:13:39 -0000 1.14
56 +++ ChangeLog 26 Oct 2008 12:42:34 -0000 1.15
57 @@ -1,6 +1,9 @@
58 # ChangeLog for app-benchmarks/tiobench
59 -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/tiobench/ChangeLog,v 1.14 2006/09/16 17:13:39 swegener Exp $
61 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
62 +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/tiobench/ChangeLog,v 1.15 2008/10/26 12:42:34 swegener Exp $
63 +
64 + 26 Oct 2008; Sven Wegener <swegener@g.o> tiobench-0.3.3-r2.ebuild:
65 + Fix direct use of gcc, bug #243526.
66
67 16 Sep 2006; Sven Wegener <swegener@g.o>
68 +files/0.3.3-LDFLAGS.patch, tiobench-0.3.3-r2.ebuild: