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: Mon, 26 Apr 2010 23:15:20
Message-Id: 20100426231515.E2CD52C04C@corvid.gentoo.org
1 mr_bones_ 10/04/26 23:15:15
2
3 Modified: ChangeLog torcs-1.3.1.ebuild
4 Log:
5 increase predict for bug #317375
6 (Portage version: 2.1.8.3/cvs/Linux i686)
7
8 Revision Changes Path
9 1.31 games-sports/torcs/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/torcs/ChangeLog?rev=1.31&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/torcs/ChangeLog?rev=1.31&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/torcs/ChangeLog?r1=1.30&r2=1.31
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-sports/torcs/ChangeLog,v
18 retrieving revision 1.30
19 retrieving revision 1.31
20 diff -u -r1.30 -r1.31
21 --- ChangeLog 29 Oct 2009 13:10:28 -0000 1.30
22 +++ ChangeLog 26 Apr 2010 23:15:15 -0000 1.31
23 @@ -1,6 +1,9 @@
24 # ChangeLog for games-sports/torcs
25 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/ChangeLog,v 1.30 2009/10/29 13:10:28 tupone Exp $
27 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/ChangeLog,v 1.31 2010/04/26 23:15:15 mr_bones_ Exp $
29 +
30 + 26 Apr 2010; Michael Sterrett <mr_bones_@g.o> torcs-1.3.1.ebuild:
31 + increase predict for bug #317375
32
33 29 Oct 2009; Tupone Alfredo <tupone@g.o> torcs-1.3.1.ebuild:
34 Fix detection of plib (Sandbox violation) Bug #290839 by matt
35
36
37
38 1.6 games-sports/torcs/torcs-1.3.1.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/torcs/torcs-1.3.1.ebuild?rev=1.6&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/torcs/torcs-1.3.1.ebuild?rev=1.6&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/torcs/torcs-1.3.1.ebuild?r1=1.5&r2=1.6
43
44 Index: torcs-1.3.1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/games-sports/torcs/torcs-1.3.1.ebuild,v
47 retrieving revision 1.5
48 retrieving revision 1.6
49 diff -u -r1.5 -r1.6
50 --- torcs-1.3.1.ebuild 29 Oct 2009 13:10:28 -0000 1.5
51 +++ torcs-1.3.1.ebuild 26 Apr 2010 23:15:15 -0000 1.6
52 @@ -1,6 +1,6 @@
53 -# Copyright 1999-2009 Gentoo Foundation
54 +# Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/torcs-1.3.1.ebuild,v 1.5 2009/10/29 13:10:28 tupone Exp $
57 +# $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 $
58
59 EAPI=2
60 inherit autotools eutils multilib games
61 @@ -34,7 +34,8 @@
62 }
63
64 src_configure() {
65 - addpredict /dev/snd/controlC0
66 + addpredict /dev/snd/controlC?
67 + [[ -e /dev/dsp ]] && addpredict /dev/dsp
68 egamesconf \
69 --disable-dependency-tracking \
70 --datadir="${GAMES_DATADIR_BASE}" \