Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-sports/torcs: ChangeLog torcs-1.3.1.ebuild
Date: Sun, 02 May 2010 16:39:57
Message-Id: 20100502163951.E85D32C240@corvid.gentoo.org
1 mr_bones_ 10/05/02 16:39:51
2
3 Modified: ChangeLog torcs-1.3.1.ebuild
4 Log:
5 work around addpredict's odd path thing
6 (Portage version: 2.1.8.3/cvs/Linux i686)
7
8 Revision Changes Path
9 1.32 games-sports/torcs/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/torcs/ChangeLog?rev=1.32&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/torcs/ChangeLog?rev=1.32&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/torcs/ChangeLog?r1=1.31&r2=1.32
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-sports/torcs/ChangeLog,v
18 retrieving revision 1.31
19 retrieving revision 1.32
20 diff -u -r1.31 -r1.32
21 --- ChangeLog 26 Apr 2010 23:15:15 -0000 1.31
22 +++ ChangeLog 2 May 2010 16:39:50 -0000 1.32
23 @@ -1,6 +1,9 @@
24 # ChangeLog for games-sports/torcs
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/ChangeLog,v 1.31 2010/04/26 23:15:15 mr_bones_ Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/ChangeLog,v 1.32 2010/05/02 16:39:50 mr_bones_ Exp $
28 +
29 + 02 May 2010; Michael Sterrett <mr_bones_@g.o> torcs-1.3.1.ebuild:
30 + work around addpredict's odd path thing
31
32 26 Apr 2010; Michael Sterrett <mr_bones_@g.o> torcs-1.3.1.ebuild:
33 increase predict for bug #317375
34
35
36
37 1.7 games-sports/torcs/torcs-1.3.1.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/torcs/torcs-1.3.1.ebuild?rev=1.7&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/torcs/torcs-1.3.1.ebuild?rev=1.7&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/torcs/torcs-1.3.1.ebuild?r1=1.6&r2=1.7
42
43 Index: torcs-1.3.1.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/games-sports/torcs/torcs-1.3.1.ebuild,v
46 retrieving revision 1.6
47 retrieving revision 1.7
48 diff -u -r1.6 -r1.7
49 --- torcs-1.3.1.ebuild 26 Apr 2010 23:15:15 -0000 1.6
50 +++ torcs-1.3.1.ebuild 2 May 2010 16:39:51 -0000 1.7
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2010 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/torcs-1.3.1.ebuild,v 1.6 2010/04/26 23:15:15 mr_bones_ Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/torcs-1.3.1.ebuild,v 1.7 2010/05/02 16:39:51 mr_bones_ Exp $
56
57 EAPI=2
58 inherit autotools eutils multilib games
59 @@ -34,7 +34,7 @@
60 }
61
62 src_configure() {
63 - addpredict /dev/snd/controlC?
64 + addpredict $(echo /dev/snd/controlC? | sed 's/ /:/g')
65 [[ -e /dev/dsp ]] && addpredict /dev/dsp
66 egamesconf \
67 --disable-dependency-tracking \