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:15:30
Message-Id: E1MtLVE-00049K-68@stork.gentoo.org
1 nyhm 09/10/01 13:15:24
2
3 Modified: games-mods.eclass
4 Log:
5 remove useless dodir
6
7 Revision Changes Path
8 1.23 eclass/games-mods.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/games-mods.eclass?rev=1.23&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/games-mods.eclass?rev=1.23&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/games-mods.eclass?r1=1.22&r2=1.23
13
14 Index: games-mods.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/games-mods.eclass,v
17 retrieving revision 1.22
18 retrieving revision 1.23
19 diff -u -r1.22 -r1.23
20 --- games-mods.eclass 30 Sep 2009 23:58:42 -0000 1.22
21 +++ games-mods.eclass 1 Oct 2009 13:15:23 -0000 1.23
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.22 2009/09/30 23:58:42 nyhm Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/games-mods.eclass,v 1.23 2009/10/01 13:15:23 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 @@ -338,7 +338,6 @@
31 fi
32
33 if use dedicated ; then
34 - dodir "${GAMES_STATEDIR}"
35 if [[ -e ${FILESDIR}/server.cfg ]] ; then
36 insinto "${GAMES_SYSCONFDIR}"/${GAME}/${MOD_DIR}
37 doins "${FILESDIR}"/server.cfg || die "Copying server config"