summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-04-13 21:13:57 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-04-13 21:13:57 +0000
commit39b0864d2ae075f8f456a9ccaf8a8029ddedafa8 (patch)
treed5f108fddb608b0ef675fd765db99fb9b360c2ac /games-fps/tribes2
parentTouch files needed to run syslog, bug #129685. (diff)
downloadgentoo-2-39b0864d2ae075f8f456a9ccaf8a8029ddedafa8.tar.gz
gentoo-2-39b0864d2ae075f8f456a9ccaf8a8029ddedafa8.tar.bz2
gentoo-2-39b0864d2ae075f8f456a9ccaf8a8029ddedafa8.zip
Moved games_pkg_setup to the beginning of pkg_setup.
(Portage version: 2.1_pre7-r5)
Diffstat (limited to 'games-fps/tribes2')
-rw-r--r--games-fps/tribes2/ChangeLog5
-rw-r--r--games-fps/tribes2/tribes2-25034.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/games-fps/tribes2/ChangeLog b/games-fps/tribes2/ChangeLog
index 732a88eb4f91..ae90c614a64e 100644
--- a/games-fps/tribes2/ChangeLog
+++ b/games-fps/tribes2/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-fps/tribes2
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/tribes2/ChangeLog,v 1.12 2006/03/31 21:21:30 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/tribes2/ChangeLog,v 1.13 2006/04/13 21:13:57 wolf31o2 Exp $
+
+ 13 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org> tribes2-25034.ebuild:
+ Moved games_pkg_setup to the beginning of pkg_setup.
31 Mar 2006; Chris Gianelloni <wolf31o2@gentoo.org> tribes2-25034.ebuild:
Changed nomirror to mirror and nostrip to strip.
diff --git a/games-fps/tribes2/tribes2-25034.ebuild b/games-fps/tribes2/tribes2-25034.ebuild
index 9cac202f1cdb..cbabac1b785a 100644
--- a/games-fps/tribes2/tribes2-25034.ebuild
+++ b/games-fps/tribes2/tribes2-25034.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-fps/tribes2/tribes2-25034.ebuild,v 1.12 2006/03/31 21:21:30 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/tribes2/tribes2-25034.ebuild,v 1.13 2006/04/13 21:13:57 wolf31o2 Exp $
inherit eutils games
@@ -22,14 +22,14 @@ 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
ewarn "The installed game takes about 507MB of space!"
cdrom_get_cds README.tribes2d
- games_pkg_setup
}
src_unpack() {