Gentoo Archives: gentoo-commits

From: "Alfredo Tupone (tupone)" <tupone@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: Thu, 29 Oct 2009 13:10:30
Message-Id: E1N3Ulo-0005Pj-NF@stork.gentoo.org
1 tupone 09/10/29 13:10:28
2
3 Modified: ChangeLog torcs-1.3.1.ebuild
4 Log:
5 Fix detection of plib (Sandbox violation) Bug #290839
6 (Portage version: 2.1.6.13/cvs/Linux i686)
7
8 Revision Changes Path
9 1.30 games-sports/torcs/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/torcs/ChangeLog?rev=1.30&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/torcs/ChangeLog?rev=1.30&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/torcs/ChangeLog?r1=1.29&r2=1.30
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-sports/torcs/ChangeLog,v
18 retrieving revision 1.29
19 retrieving revision 1.30
20 diff -u -r1.29 -r1.30
21 --- ChangeLog 1 Aug 2009 17:02:47 -0000 1.29
22 +++ ChangeLog 29 Oct 2009 13:10:28 -0000 1.30
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.29 2009/08/01 17:02:47 maekke Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/ChangeLog,v 1.30 2009/10/29 13:10:28 tupone Exp $
28 +
29 + 29 Oct 2009; Tupone Alfredo <tupone@g.o> torcs-1.3.1.ebuild:
30 + Fix detection of plib (Sandbox violation) Bug #290839 by matt
31
32 01 Aug 2009; Markus Meier <maekke@g.o> torcs-1.3.1.ebuild:
33 amd64/x86 stable, bug #278888
34
35
36
37 1.5 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.5&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/torcs/torcs-1.3.1.ebuild?rev=1.5&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/torcs/torcs-1.3.1.ebuild?r1=1.4&r2=1.5
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.4
47 retrieving revision 1.5
48 diff -u -r1.4 -r1.5
49 --- torcs-1.3.1.ebuild 1 Aug 2009 17:02:47 -0000 1.4
50 +++ torcs-1.3.1.ebuild 29 Oct 2009 13:10:28 -0000 1.5
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2009 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.4 2009/08/01 17:02:47 maekke Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/torcs-1.3.1.ebuild,v 1.5 2009/10/29 13:10:28 tupone Exp $
56
57 EAPI=2
58 inherit autotools eutils multilib games
59 @@ -34,6 +34,7 @@
60 }
61
62 src_configure() {
63 + addpredict /dev/snd/controlC0
64 egamesconf \
65 --disable-dependency-tracking \
66 --datadir="${GAMES_DATADIR_BASE}" \