summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-04-13 21:14:52 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-04-13 21:14:52 +0000
commit48b0f96ec0f81a8f227f032d9491d013b26913c9 (patch)
treeaa1dc8ba3747a1b35739fc715a290d09548504a0 /games-fps/ttyquake
parentMoved games_pkg_setup to the beginning of pkg_setup. (diff)
downloadgentoo-2-48b0f96ec0f81a8f227f032d9491d013b26913c9.tar.gz
gentoo-2-48b0f96ec0f81a8f227f032d9491d013b26913c9.tar.bz2
gentoo-2-48b0f96ec0f81a8f227f032d9491d013b26913c9.zip
Moved games_pkg_setup to the beginning of pkg_setup.
(Portage version: 2.1_pre7-r5)
Diffstat (limited to 'games-fps/ttyquake')
-rw-r--r--games-fps/ttyquake/ChangeLog7
-rw-r--r--games-fps/ttyquake/ttyquake-0.4.2.ebuild6
2 files changed, 8 insertions, 5 deletions
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 <wolf31o2@gentoo.org> ttyquake-0.4.2.ebuild:
+ Moved games_pkg_setup to the beginning of pkg_setup.
23 Oct 2005; Michael Sterrett <mr_bones_@gentoo.org>
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() {