summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-03-31 00:10:56 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-03-31 00:10:56 +0000
commit3886c6c7e89e98a50cb283885f77a8b8d7f796dc (patch)
tree53e9d9cc73307548b8af8126d72a585d74ef6266
parentRemoving quake4-bin 1.1 patch from portage as it was removed from upstream du... (diff)
downloadhistorical-3886c6c7e89e98a50cb283885f77a8b8d7f796dc.tar.gz
historical-3886c6c7e89e98a50cb283885f77a8b8d7f796dc.tar.bz2
historical-3886c6c7e89e98a50cb283885f77a8b8d7f796dc.zip
Moved games_pkg_setup to the top of pkg_setup.
Package-Manager: portage-2.1_pre7-r2
-rw-r--r--games-fps/nexuiz/ChangeLog5
-rw-r--r--games-fps/nexuiz/nexuiz-1.5.ebuild5
2 files changed, 6 insertions, 4 deletions
diff --git a/games-fps/nexuiz/ChangeLog b/games-fps/nexuiz/ChangeLog
index 9d666ea44528..c39ee2aba216 100644
--- a/games-fps/nexuiz/ChangeLog
+++ b/games-fps/nexuiz/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-fps/nexuiz
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/nexuiz/ChangeLog,v 1.7 2006/03/24 22:08:53 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/nexuiz/ChangeLog,v 1.8 2006/03/31 00:10:56 wolf31o2 Exp $
+
+ 31 Mar 2006; Chris Gianelloni <wolf31o2@gentoo.org> nexuiz-1.5.ebuild:
+ Moved games_pkg_setup to the top of pkg_setup.
24 Mar 2006; Chris Gianelloni <wolf31o2@gentoo.org> nexuiz-1.5.ebuild:
Moved games_pkg_postinst to beginning of pkg_postinst.
diff --git a/games-fps/nexuiz/nexuiz-1.5.ebuild b/games-fps/nexuiz/nexuiz-1.5.ebuild
index 3db8741350e9..3fa855b3433d 100644
--- a/games-fps/nexuiz/nexuiz-1.5.ebuild
+++ b/games-fps/nexuiz/nexuiz-1.5.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/nexuiz/nexuiz-1.5.ebuild,v 1.4 2006/03/24 22:08:53 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/nexuiz/nexuiz-1.5.ebuild,v 1.5 2006/03/31 00:10:56 wolf31o2 Exp $
inherit eutils games
@@ -57,12 +57,11 @@ default_client() {
}
pkg_setup() {
+ games_pkg_setup
if default_client && ! use opengl
then
einfo "Defaulting to OpenGL client"
fi
-
- games_pkg_setup
}
src_unpack() {