diff options
author | Tristan Heaven <tristan@gentoo.org> | 2009-10-01 13:35:21 +0000 |
---|---|---|
committer | Tristan Heaven <tristan@gentoo.org> | 2009-10-01 13:35:21 +0000 |
commit | d8bf4cbe010761a012847eb8384a5b2a394e8479 (patch) | |
tree | 7fbc05c2a5d2ab1f6b0c9573f902010645b48afc /eclass | |
parent | Version bump, in package.mask initially for further testing. (diff) | |
download | historical-d8bf4cbe010761a012847eb8384a5b2a394e8479.tar.gz historical-d8bf4cbe010761a012847eb8384a5b2a394e8479.tar.bz2 historical-d8bf4cbe010761a012847eb8384a5b2a394e8479.zip |
fix game titles
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/games-mods.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/games-mods.eclass b/eclass/games-mods.eclass index 51ce7720de17..7590b0a60e69 100644 --- a/eclass/games-mods.eclass +++ b/eclass/games-mods.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/games-mods.eclass,v 1.23 2009/10/01 13:15:23 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/games-mods.eclass,v 1.24 2009/10/01 13:35:21 nyhm Exp $ # Variables to specify in an ebuild which uses this eclass: # GAME - (doom3, quake4 or ut2004, etc), unless ${PN} starts with e.g. "doom3-" @@ -21,7 +21,7 @@ EXPORT_FUNCTIONS pkg_setup src_unpack src_install pkg_postinst case "${GAME}" in "doom3") RDEPEND="games-fps/doom3" - GAME_TITLE="Doom III" + GAME_TITLE="Doom 3" DEFAULT_MOD_ICON="doom3" SELECT_MOD="+set fs_game " GAME_EXE="doom3" @@ -48,7 +48,7 @@ case "${GAME}" in ;; "quake4") RDEPEND="games-fps/quake4-bin" - GAME_TITLE="Quake IV" + GAME_TITLE="Quake 4" DEFAULT_MOD_ICON="/usr/share/pixmaps/quake4.bmp" SELECT_MOD="+set fs_game " GAME_EXE="quake4" |