Gentoo Archives: gentoo-commits

From: "Julian Ospald (hasufell)" <hasufell@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-strategy/uqm: uqm-0.7.0-r2.ebuild ChangeLog
Date: Sun, 04 May 2014 14:53:53
Message-Id: 20140504145350.A47932004C@flycatcher.gentoo.org
1 hasufell 14/05/04 14:53:50
2
3 Modified: uqm-0.7.0-r2.ebuild ChangeLog
4 Log:
5 fix build if CC has whitespace
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key BDEED020)
8
9 Revision Changes Path
10 1.5 games-strategy/uqm/uqm-0.7.0-r2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/uqm/uqm-0.7.0-r2.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/uqm/uqm-0.7.0-r2.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/uqm/uqm-0.7.0-r2.ebuild?r1=1.4&r2=1.5
15
16 Index: uqm-0.7.0-r2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-strategy/uqm/uqm-0.7.0-r2.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- uqm-0.7.0-r2.ebuild 22 Nov 2012 10:08:14 -0000 1.4
23 +++ uqm-0.7.0-r2.ebuild 4 May 2014 14:53:50 -0000 1.5
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2012 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/uqm/uqm-0.7.0-r2.ebuild,v 1.4 2012/11/22 10:08:14 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/uqm/uqm-0.7.0-r2.ebuild,v 1.5 2014/05/04 14:53:50 hasufell Exp $
30
31 EAPI=2
32 inherit eutils multilib toolchain-funcs games
33 @@ -65,7 +65,7 @@
34
35 # respect CC
36 sed -i \
37 - -e 's/PROG_gcc_FILE="gcc"/PROG_gcc_FILE="'$(tc-getCC)'"/' \
38 + -e "s/PROG_gcc_FILE=\"gcc\"/PROG_gcc_FILE=\"$(tc-getCC)\"/" \
39 build/unix/config_proginfo_build \
40 || die "sed config_proginfo_build failed"
41 }
42
43
44
45 1.44 games-strategy/uqm/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/uqm/ChangeLog?rev=1.44&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/uqm/ChangeLog?rev=1.44&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/uqm/ChangeLog?r1=1.43&r2=1.44
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/games-strategy/uqm/ChangeLog,v
54 retrieving revision 1.43
55 retrieving revision 1.44
56 diff -u -r1.43 -r1.44
57 --- ChangeLog 22 Jan 2013 18:07:55 -0000 1.43
58 +++ ChangeLog 4 May 2014 14:53:50 -0000 1.44
59 @@ -1,6 +1,9 @@
60 # ChangeLog for games-strategy/uqm
61 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/uqm/ChangeLog,v 1.43 2013/01/22 18:07:55 mr_bones_ Exp $
63 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/uqm/ChangeLog,v 1.44 2014/05/04 14:53:50 hasufell Exp $
65 +
66 + 04 May 2014; Julian Ospald <hasufell@g.o> uqm-0.7.0-r2.ebuild:
67 + fix build if CC has whitespace
68
69 22 Jan 2013; Michael Sterrett <mr_bones_@g.o> -uqm-0.7.0-r1.ebuild:
70 old