diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-03-31 00:10:56 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-03-31 00:10:56 +0000 |
commit | 1a63ce1b18ca4268fb1f6fb006b0f83f6861dd87 (patch) | |
tree | af426749b22a939bad7f0a237e44a84381d4d2a7 /games-fps | |
parent | Removing quake4-bin 1.1 patch from portage as it was removed from upstream du... (diff) | |
download | gentoo-2-1a63ce1b18ca4268fb1f6fb006b0f83f6861dd87.tar.gz gentoo-2-1a63ce1b18ca4268fb1f6fb006b0f83f6861dd87.tar.bz2 gentoo-2-1a63ce1b18ca4268fb1f6fb006b0f83f6861dd87.zip |
Moved games_pkg_setup to the top of pkg_setup.
(Portage version: 2.1_pre7-r2)
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/nexuiz/ChangeLog | 5 | ||||
-rw-r--r-- | games-fps/nexuiz/nexuiz-1.5.ebuild | 5 |
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() { |