summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-04-13 19:45:25 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-04-13 19:45:25 +0000
commit890f9e3a9b2ea7f67c7fddabd3678f110de72738 (patch)
tree1444f21ecc6be7393f3a3f1add0504990c20f8d0 /games-action
parentMoved games_pkg_setup to the beginning of pkg_setup. (diff)
downloadgentoo-2-890f9e3a9b2ea7f67c7fddabd3678f110de72738.tar.gz
gentoo-2-890f9e3a9b2ea7f67c7fddabd3678f110de72738.tar.bz2
gentoo-2-890f9e3a9b2ea7f67c7fddabd3678f110de72738.zip
Moved games_pkg_setup to the beginning of pkg_setup and changed to use GAMES_CHECK_LICENSE variable.
(Portage version: 2.1_pre7-r5)
Diffstat (limited to 'games-action')
-rw-r--r--games-action/fakk2/ChangeLog6
-rw-r--r--games-action/fakk2/fakk2-1.02.ebuild6
2 files changed, 8 insertions, 4 deletions
diff --git a/games-action/fakk2/ChangeLog b/games-action/fakk2/ChangeLog
index 543a257a25cd..adad15cf7bb2 100644
--- a/games-action/fakk2/ChangeLog
+++ b/games-action/fakk2/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-action/fakk2
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/fakk2/ChangeLog,v 1.13 2006/03/31 20:19:10 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/fakk2/ChangeLog,v 1.14 2006/04/13 19:45:25 wolf31o2 Exp $
+
+ 13 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org> fakk2-1.02.ebuild:
+ Moved games_pkg_setup to the beginning of pkg_setup and changed to use
+ GAMES_CHECK_LICENSE variable.
31 Mar 2006; Chris Gianelloni <wolf31o2@gentoo.org> fakk2-1.02.ebuild:
Changing nostrip to strip.
diff --git a/games-action/fakk2/fakk2-1.02.ebuild b/games-action/fakk2/fakk2-1.02.ebuild
index 0965ec07f256..9cd619d7240a 100644
--- a/games-action/fakk2/fakk2-1.02.ebuild
+++ b/games-action/fakk2/fakk2-1.02.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/fakk2/fakk2-1.02.ebuild,v 1.12 2006/03/31 20:19:10 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/fakk2/fakk2-1.02.ebuild,v 1.13 2006/04/13 19:45:25 wolf31o2 Exp $
inherit eutils games
@@ -20,16 +20,16 @@ RDEPEND="${DEPEND}
S=${WORKDIR}
+GAMES_CHECK_LICENSE="yes"
dir=${GAMES_PREFIX_OPT}/${PN}
Ddir=${D}/${dir}
pkg_setup() {
- check_license LOKI-EULA
+ games_pkg_setup
if use nocd ; then
ewarn "The installed game takes about 378MB of space!"
fi
cdrom_get_cds fakk
- games_pkg_setup
}
src_install() {