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 19:55:35
Message-Id: E1MtRkT-00024v-Ir@stork.gentoo.org
1 nyhm 09/10/01 19:55:33
2
3 Modified: games-mods.eclass
4 Log:
5 don't set LICENSE
6
7 Revision Changes Path
8 1.28 eclass/games-mods.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/games-mods.eclass?rev=1.28&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/games-mods.eclass?rev=1.28&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/games-mods.eclass?r1=1.27&r2=1.28
13
14 Index: games-mods.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/games-mods.eclass,v
17 retrieving revision 1.27
18 retrieving revision 1.28
19 diff -u -r1.27 -r1.28
20 --- games-mods.eclass 1 Oct 2009 16:18:22 -0000 1.27
21 +++ games-mods.eclass 1 Oct 2009 19:55:33 -0000 1.28
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.27 2009/10/01 16:18:22 nyhm Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/games-mods.eclass,v 1.28 2009/10/01 19:55:33 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 @@ -89,7 +89,6 @@
31 DESCRIPTION="${GAME_TITLE} ${MOD_NAME} - ${MOD_DESC}"
32
33 SLOT="0"
34 -LICENSE="freedist"
35 KEYWORDS="-* amd64 x86"
36 IUSE="dedicated opengl"
37 RESTRICT="mirror strip"