Gentoo Archives: gentoo-commits

From: "Tristan Heaven (nyhm)" <nyhm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: games-mods.eclass
Date: Thu, 01 Oct 2009 13:35:30
Message-Id: E1MtLoX-0004uk-RC@stork.gentoo.org
1 nyhm 09/10/01 13:35:21
2
3 Modified: games-mods.eclass
4 Log:
5 fix game titles
6
7 Revision Changes Path
8 1.24 eclass/games-mods.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/games-mods.eclass?rev=1.24&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/games-mods.eclass?rev=1.24&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/games-mods.eclass?r1=1.23&r2=1.24
13
14 Index: games-mods.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/games-mods.eclass,v
17 retrieving revision 1.23
18 retrieving revision 1.24
19 diff -u -r1.23 -r1.24
20 --- games-mods.eclass 1 Oct 2009 13:15:23 -0000 1.23
21 +++ games-mods.eclass 1 Oct 2009 13:35:21 -0000 1.24
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2009 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.23 2009/10/01 13:15:23 nyhm Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/games-mods.eclass,v 1.24 2009/10/01 13:35:21 nyhm 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 @@ -21,7 +21,7 @@
31 case "${GAME}" in
32 "doom3")
33 RDEPEND="games-fps/doom3"
34 - GAME_TITLE="Doom III"
35 + GAME_TITLE="Doom 3"
36 DEFAULT_MOD_ICON="doom3"
37 SELECT_MOD="+set fs_game "
38 GAME_EXE="doom3"
39 @@ -48,7 +48,7 @@
40 ;;
41 "quake4")
42 RDEPEND="games-fps/quake4-bin"
43 - GAME_TITLE="Quake IV"
44 + GAME_TITLE="Quake 4"
45 DEFAULT_MOD_ICON="/usr/share/pixmaps/quake4.bmp"
46 SELECT_MOD="+set fs_game "
47 GAME_EXE="quake4"