summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-04-13 20:36:47 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-04-13 20:36:47 +0000
commit3750fa39494d649f7571ff05b09810d5c90756d9 (patch)
tree306ec4a09ea4fc2362ea2ef4cd473c9190c73001 /games-emulation
parentquote $S and $D (diff)
downloadhistorical-3750fa39494d649f7571ff05b09810d5c90756d9.tar.gz
historical-3750fa39494d649f7571ff05b09810d5c90756d9.tar.bz2
historical-3750fa39494d649f7571ff05b09810d5c90756d9.zip
Moved games_pkg_setup to the beginning of pkg_setup.
Package-Manager: portage-2.1_pre7-r5
Diffstat (limited to 'games-emulation')
-rw-r--r--games-emulation/fceultra/ChangeLog8
-rw-r--r--games-emulation/fceultra/fceultra-0.81-r1.ebuild6
-rw-r--r--games-emulation/snes9x/ChangeLog5
-rw-r--r--games-emulation/snes9x/snes9x-1.43-r1.ebuild4
-rw-r--r--games-emulation/zsnes/ChangeLog5
-rw-r--r--games-emulation/zsnes/zsnes-1.42.ebuild4
6 files changed, 21 insertions, 11 deletions
diff --git a/games-emulation/fceultra/ChangeLog b/games-emulation/fceultra/ChangeLog
index 3c01d188a8e8..cba8cb2c5c4e 100644
--- a/games-emulation/fceultra/ChangeLog
+++ b/games-emulation/fceultra/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-emulation/fceultra
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/fceultra/ChangeLog,v 1.16 2005/07/08 22:25:18 mr_bones_ Exp $
+# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/fceultra/ChangeLog,v 1.17 2006/04/13 20:32:39 wolf31o2 Exp $
+
+ 13 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org>
+ fceultra-0.81-r1.ebuild:
+ Moved games_pkg_setup to the beginning of pkg_setup.
08 Jul 2005; Michael Sterrett <mr_bones_@gentoo.org>
fceultra-0.98.12.ebuild:
diff --git a/games-emulation/fceultra/fceultra-0.81-r1.ebuild b/games-emulation/fceultra/fceultra-0.81-r1.ebuild
index 6a6a053b51a9..76d1cc5f8699 100644
--- a/games-emulation/fceultra/fceultra-0.81-r1.ebuild
+++ b/games-emulation/fceultra/fceultra-0.81-r1.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-emulation/fceultra/fceultra-0.81-r1.ebuild,v 1.9 2005/05/17 18:01:01 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/fceultra/fceultra-0.81-r1.ebuild,v 1.10 2006/04/13 20:32:39 wolf31o2 Exp $
inherit toolchain-funcs games
@@ -19,6 +19,7 @@ DEPEND="svga? ( media-libs/svgalib )
sdl? ( media-libs/libsdl )"
pkg_setup() {
+ games_pkg_setup
if [ `gcc-major-version` == 3 ] && [ `gcc-minor-version` == 2 ] && [ ${ARCH} == "x86" ] ; then
eerror "Do not use gcc 3.2.x to compile the source code"
eerror "on 80x86/IA32 platforms. It has a code generation"
@@ -26,7 +27,6 @@ pkg_setup() {
die "cant compile on x86 with gcc-3.2.x"
fi
- games_pkg_setup
use sdl && return 0
use svga && return 0
diff --git a/games-emulation/snes9x/ChangeLog b/games-emulation/snes9x/ChangeLog
index a1d3070c2ac3..0cfb71e38428 100644
--- a/games-emulation/snes9x/ChangeLog
+++ b/games-emulation/snes9x/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-emulation/snes9x
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/snes9x/ChangeLog,v 1.23 2006/02/13 02:44:58 halcy0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/snes9x/ChangeLog,v 1.24 2006/04/13 20:33:52 wolf31o2 Exp $
+
+ 13 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org> snes9x-1.43-r1.ebuild:
+ Moved games_pkg_setup to the beginning of pkg_setup.
13 Feb 2006; Mark Loeser <halcy0n@gentoo.org> snes9x-1.43-r1.ebuild:
Fix: RDEPEND: 'emul-linux-x86-xlibs' not a valid atom
diff --git a/games-emulation/snes9x/snes9x-1.43-r1.ebuild b/games-emulation/snes9x/snes9x-1.43-r1.ebuild
index d105f5e26b0f..bfc59a026a17 100644
--- a/games-emulation/snes9x/snes9x-1.43-r1.ebuild
+++ b/games-emulation/snes9x/snes9x-1.43-r1.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-emulation/snes9x/snes9x-1.43-r1.ebuild,v 1.7 2006/02/13 02:44:58 halcy0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/snes9x/snes9x-1.43-r1.ebuild,v 1.8 2006/04/13 20:33:52 wolf31o2 Exp $
# 3dfx support (glide) is disabled because it requires
# glide-v2 while we only provide glide-v3 in portage
@@ -37,8 +37,8 @@ DEPEND="${RDEPEND}
S=${WORKDIR}/${P}-src
pkg_setup() {
- use amd64 && [[ -z ${NATIVE_AMD64_BUILD_PLZ} ]] && has_multilib_profile && ABI=x86
games_pkg_setup
+ use amd64 && [[ -z ${NATIVE_AMD64_BUILD_PLZ} ]] && has_multilib_profile && ABI=x86
}
src_unpack() {
diff --git a/games-emulation/zsnes/ChangeLog b/games-emulation/zsnes/ChangeLog
index 6d81d2ee9ffb..906c8481d2ef 100644
--- a/games-emulation/zsnes/ChangeLog
+++ b/games-emulation/zsnes/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-emulation/zsnes
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/zsnes/ChangeLog,v 1.20 2006/03/15 21:38:06 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/zsnes/ChangeLog,v 1.21 2006/04/13 20:36:47 wolf31o2 Exp $
+
+ 13 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org> zsnes-1.42.ebuild:
+ Moved games_pkg_setup to the beginning of pkg_setup.
15 Mar 2006; <Tupone@gentoo.org> +files/zsnes-1.42-execStack.patch,
zsnes-1.42.ebuild:
diff --git a/games-emulation/zsnes/zsnes-1.42.ebuild b/games-emulation/zsnes/zsnes-1.42.ebuild
index 8724f16606ff..2d7e014663d5 100644
--- a/games-emulation/zsnes/zsnes-1.42.ebuild
+++ b/games-emulation/zsnes/zsnes-1.42.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-emulation/zsnes/zsnes-1.42.ebuild,v 1.11 2006/03/15 21:38:06 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/zsnes/zsnes-1.42.ebuild,v 1.12 2006/04/13 20:36:47 wolf31o2 Exp $
inherit eutils flag-o-matic games
@@ -26,8 +26,8 @@ DEPEND="${RDEPEND}
S="${WORKDIR}/${PN}_${PV//./_}"
pkg_setup() {
- use amd64 && export ABI=x86
games_pkg_setup
+ use amd64 && export ABI=x86
}
src_unpack() {