From 48b0f96ec0f81a8f227f032d9491d013b26913c9 Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Thu, 13 Apr 2006 21:14:52 +0000 Subject: Moved games_pkg_setup to the beginning of pkg_setup. (Portage version: 2.1_pre7-r5) --- games-fps/ttyquake/ChangeLog | 7 +++++-- games-fps/ttyquake/ttyquake-0.4.2.ebuild | 6 +++--- 2 files changed, 8 insertions(+), 5 deletions(-) (limited to 'games-fps/ttyquake') diff --git a/games-fps/ttyquake/ChangeLog b/games-fps/ttyquake/ChangeLog index 77c544dc43a6..4dc2f9bc44a0 100644 --- a/games-fps/ttyquake/ChangeLog +++ b/games-fps/ttyquake/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-fps/ttyquake -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ttyquake/ChangeLog,v 1.5 2005/10/23 21:29:11 mr_bones_ Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/ttyquake/ChangeLog,v 1.6 2006/04/13 21:14:52 wolf31o2 Exp $ + + 13 Apr 2006; Chris Gianelloni ttyquake-0.4.2.ebuild: + Moved games_pkg_setup to the beginning of pkg_setup. 23 Oct 2005; Michael Sterrett ttyquake-0.4.2.ebuild: diff --git a/games-fps/ttyquake/ttyquake-0.4.2.ebuild b/games-fps/ttyquake/ttyquake-0.4.2.ebuild index 12233c9692d7..0ab63c6081f1 100644 --- a/games-fps/ttyquake/ttyquake-0.4.2.ebuild +++ b/games-fps/ttyquake/ttyquake-0.4.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ttyquake/ttyquake-0.4.2.ebuild,v 1.7 2005/10/23 21:29:11 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ttyquake/ttyquake-0.4.2.ebuild,v 1.8 2006/04/13 21:14:52 wolf31o2 Exp $ inherit eutils games @@ -19,9 +19,9 @@ RDEPEND="games-fps/quake1" S="${WORKDIR}" pkg_setup() { + games_pkg_setup [ -x "${GAMES_BINDIR}/squake" ] \ || die "You must emerge quake1 with svga in your USE" - games_pkg_setup } src_install() { -- cgit v1.2.3-65-gdbad