summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-04-13 19:46:45 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-04-13 19:46:45 +0000
commitd2c3021e48247ac6ab17287599011a0a6bebc776 (patch)
treeac921762c975b8515a8d7a072c21316264bcc7ab /games-action/fakk2
parentMoved games_pkg_setup to the beginning of pkg_setup. (diff)
downloadhistorical-d2c3021e48247ac6ab17287599011a0a6bebc776.tar.gz
historical-d2c3021e48247ac6ab17287599011a0a6bebc776.tar.bz2
historical-d2c3021e48247ac6ab17287599011a0a6bebc776.zip
Moved games_pkg_setup to the beginning of pkg_setup and changed to use GAMES_CHECK_LICENSE variable.
Package-Manager: portage-2.1_pre7-r5
Diffstat (limited to 'games-action/fakk2')
-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() {