summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2010-05-02 16:39:51 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2010-05-02 16:39:51 +0000
commit9e6a54f5c869e4ecb756d8811eccf813d4d10f5f (patch)
tree812168cc72150fc0f7b23eb0721761af2ca5c620 /games-sports
parentVersion bump. (diff)
downloadhistorical-9e6a54f5c869e4ecb756d8811eccf813d4d10f5f.tar.gz
historical-9e6a54f5c869e4ecb756d8811eccf813d4d10f5f.tar.bz2
historical-9e6a54f5c869e4ecb756d8811eccf813d4d10f5f.zip
work around addpredict's odd path thing
Package-Manager: portage-2.1.8.3/cvs/Linux i686
Diffstat (limited to 'games-sports')
-rw-r--r--games-sports/torcs/ChangeLog5
-rw-r--r--games-sports/torcs/Manifest4
-rw-r--r--games-sports/torcs/torcs-1.3.1.ebuild4
3 files changed, 8 insertions, 5 deletions
diff --git a/games-sports/torcs/ChangeLog b/games-sports/torcs/ChangeLog
index 300df7b0ccea..75c4bcdb5d8e 100644
--- a/games-sports/torcs/ChangeLog
+++ b/games-sports/torcs/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-sports/torcs
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/ChangeLog,v 1.31 2010/04/26 23:15:15 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/ChangeLog,v 1.32 2010/05/02 16:39:50 mr_bones_ Exp $
+
+ 02 May 2010; Michael Sterrett <mr_bones_@gentoo.org> torcs-1.3.1.ebuild:
+ work around addpredict's odd path thing
26 Apr 2010; Michael Sterrett <mr_bones_@gentoo.org> torcs-1.3.1.ebuild:
increase predict for bug #317375
diff --git a/games-sports/torcs/Manifest b/games-sports/torcs/Manifest
index 06ba4e88f950..d9d28d194940 100644
--- a/games-sports/torcs/Manifest
+++ b/games-sports/torcs/Manifest
@@ -1,5 +1,5 @@
AUX torcs-1.3.1-as-needed.patch 3479 RMD160 7ead736dc188f4945314ef9acf7712f7c05c1989 SHA1 dd384fc8f8500a7fea1c86e1093052574c6d2dec SHA256 e8a0cae374209cd350d978ba5cbfb1756928db4e659b673b106c859acbcfbb55
DIST torcs-1.3.1.tar.bz2 211422481 RMD160 4c03e4f3c4a5e5594d0560219ed215aa36b37595 SHA1 90a7cf9e6605d510d75103b4e1f28efc6faf933a SHA256 901b7baddbdc6c0aa343be1b35fe3ef2eb30100279ba9189d8ec8ed4b33d51fd
-EBUILD torcs-1.3.1.ebuild 1350 RMD160 5d92df30a86cac64e48e202bf86000871bb8bf1e SHA1 f550bbbf812e404041f7ddfd2cc9b0ae8ccc70fb SHA256 0382144cf6a71fb952463ed8df93c6debe8fbbb45e62a1d22b50c021e19105cb
-MISC ChangeLog 4847 RMD160 334d6be72be9fe6d579b4d2cee4e0662ca4a1c36 SHA1 90d2bb2643423f14a9bd4f0c9f22aeafa36860d8 SHA256 1ca5486b83917c10774982893def95a95a17d422921ca1f181d68919d28b12d7
+EBUILD torcs-1.3.1.ebuild 1374 RMD160 436694e2c31c1f0f8fb4b0592c1ed638116afeee SHA1 1d394f12fc10acf93297e628466944763b91ea6f SHA256 6cf54cf4236e4a8e1fc388cc01f1cddfe545ab05f22edd2aaad3e9ec1f248b83
+MISC ChangeLog 4965 RMD160 422e719d6f2b342826a8deaef34f202d0adb0216 SHA1 bc9d2448a2d2d4619ce96d69e523506ef09131e4 SHA256 680193eb48d45c989eb3a0147c7d8f0a7e96e4ba7b5d40a50526fd71a42579aa
MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3
diff --git a/games-sports/torcs/torcs-1.3.1.ebuild b/games-sports/torcs/torcs-1.3.1.ebuild
index 7bb96a69b620..6d809941b092 100644
--- a/games-sports/torcs/torcs-1.3.1.ebuild
+++ b/games-sports/torcs/torcs-1.3.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
EAPI=2
inherit autotools eutils multilib games
@@ -34,7 +34,7 @@ src_prepare() {
}
src_configure() {
- addpredict /dev/snd/controlC?
+ addpredict $(echo /dev/snd/controlC? | sed 's/ /:/g')
[[ -e /dev/dsp ]] && addpredict /dev/dsp
egamesconf \
--disable-dependency-tracking \