summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2010-12-16 19:21:34 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2010-12-16 19:21:34 +0000
commitcd76cb552f6c091b8853e4a68b7eb834d18e61d9 (patch)
tree1ca430ebc97f6661825d19058d7e620a107542d8 /games-fps
parentremove GAMES_LICENSE_CHECK (diff)
downloadgentoo-2-cd76cb552f6c091b8853e4a68b7eb834d18e61d9.tar.gz
gentoo-2-cd76cb552f6c091b8853e4a68b7eb834d18e61d9.tar.bz2
gentoo-2-cd76cb552f6c091b8853e4a68b7eb834d18e61d9.zip
remove GAMES_LICENSE_CHECK
(Portage version: 2.1.9.24/cvs/Linux i686)
Diffstat (limited to 'games-fps')
-rw-r--r--games-fps/ut2004-data/ChangeLog7
-rw-r--r--games-fps/ut2004-data/ut2004-data-3186-r4.ebuild4
2 files changed, 7 insertions, 4 deletions
diff --git a/games-fps/ut2004-data/ChangeLog b/games-fps/ut2004-data/ChangeLog
index b4f22f026450..19485cb7a51a 100644
--- a/games-fps/ut2004-data/ChangeLog
+++ b/games-fps/ut2004-data/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for games-fps/ut2004-data
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-data/ChangeLog,v 1.26 2010/04/03 18:14:43 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-data/ChangeLog,v 1.27 2010/12/16 19:21:34 mr_bones_ Exp $
+
+ 16 Dec 2010; Michael Sterrett <mr_bones_@gentoo.org>
+ ut2004-data-3186-r4.ebuild:
+ GAMES_LICENSE_CHECK is deprecated. The license checking is handled by the
+ package manager instead.
03 Apr 2010; Tristan Heaven <nyhm@gentoo.org> ut2004-data-3186-r4.ebuild:
Stable on amd64/x86
diff --git a/games-fps/ut2004-data/ut2004-data-3186-r4.ebuild b/games-fps/ut2004-data/ut2004-data-3186-r4.ebuild
index b8cfc68ae60d..22edbf00aea1 100644
--- a/games-fps/ut2004-data/ut2004-data-3186-r4.ebuild
+++ b/games-fps/ut2004-data/ut2004-data-3186-r4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-data/ut2004-data-3186-r4.ebuild,v 1.2 2010/04/03 18:14:43 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-data/ut2004-data-3186-r4.ebuild,v 1.3 2010/12/16 19:21:34 mr_bones_ Exp $
inherit eutils portability games
@@ -21,8 +21,6 @@ S=${WORKDIR}
dir=${GAMES_PREFIX_OPT}/ut2004
Ddir=${D}/${dir}
-GAMES_LICENSE_CHECK="yes"
-
check_dvd() {
# The following is a nasty mess to determine if we are installing from
# a DVD or from multiple CDs. Anyone feel free to submit patches to this