Gentoo Archives: gentoo-commits

From: "Chris Gianelloni (wolf31o2)" <wolf31o2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: games-mods.eclass
Date: Sat, 15 Sep 2007 00:50:05
Message-Id: E1IWLkA-0001vv-5Z@stork.gentoo.org
1 wolf31o2 07/09/15 00:42:42
2
3 Modified: games-mods.eclass
4 Log:
5 Changing GAME_EXE and DED_EXE for quake4 to quake4 and quake4-ded, respectively.
6
7 Revision Changes Path
8 1.16 eclass/games-mods.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/games-mods.eclass?rev=1.16&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/games-mods.eclass?rev=1.16&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/games-mods.eclass?r1=1.15&r2=1.16
13
14 Index: games-mods.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/games-mods.eclass,v
17 retrieving revision 1.15
18 retrieving revision 1.16
19 diff -u -r1.15 -r1.16
20 --- games-mods.eclass 9 Jan 2007 23:17:33 -0000 1.15
21 +++ games-mods.eclass 15 Sep 2007 00:42:41 -0000 1.16
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2006 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/games-mods.eclass,v 1.15 2007/01/09 23:17:33 wolf31o2 Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/games-mods.eclass,v 1.16 2007/09/15 00:42:41 wolf31o2 Exp $
27
28 # Variables to specify in an ebuild which uses this eclass:
29 # GAME - (doom3, quake4 or ut2004, etc), unless ${PN} starts with e.g. "doom3-"
30 @@ -47,8 +47,8 @@
31 GAME_TITLE="Quake IV"
32 DEFAULT_MOD_ICON="quake4.bmp"
33 SELECT_MOD="+set fs_game "
34 - GAME_EXE="q4"
35 - DED_EXE="q4-ded"
36 + GAME_EXE="quake4"
37 + DED_EXE="quake4-ded"
38 DED_OPTIONS="+set dedicated 1 +exec server.cfg"
39 ;;
40 "ut2003")
41
42
43
44 --
45 gentoo-commits@g.o mailing list