# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/nestra/nestra-0.66-r1.ebuild,v 1.13 2006/02/11 04:44:27 joshuabaergen Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/nestra/nestra-0.66-r1.ebuild,v 1.14 2006/06/20 19:16:06 vapier Exp $
-inherit eutils toolchain-funcs flag-o-matic games
+inherit eutils toolchain-funcs flag-o-matic multilib games
PATCH="${P/-/_}-7.diff"
DESCRIPTION="NES emulation for Linux/x86"
S=${WORKDIR}/${PN}
-pkg_setup() {
- games_pkg_setup
- use amd64 && export ABI=x86
-}
-
src_unpack() {
unpack ${A}
cd "${S}"
|| die "sed failed"
}
+src_compile() {
+ use amd64 && multilib_toolchain_setup x86
+ games_src_compile
+}
+
src_install() {
dogamesbin nestra || die "dogamesbin failed"
dodoc BUGS CHANGES README
# 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.8 2006/04/13 20:33:52 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/snes9x/snes9x-1.43-r1.ebuild,v 1.9 2006/06/20 19:17:46 vapier Exp $
# 3dfx support (glide) is disabled because it requires
# glide-v2 while we only provide glide-v3 in portage
S=${WORKDIR}/${P}-src
-pkg_setup() {
- games_pkg_setup
- use amd64 && [[ -z ${NATIVE_AMD64_BUILD_PLZ} ]] && has_multilib_profile && ABI=x86
-}
-
src_unpack() {
unpack ${A}
cd "${S}"/snes9x
}
src_compile() {
+ [[ -z ${NATIVE_AMD64_BUILD_PLZ} ]] && use amd64 && multilib_toolchain_setup x86
+
local vidconf=
local target=
local vid=
# 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.12 2006/04/13 20:36:47 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/zsnes/zsnes-1.42.ebuild,v 1.13 2006/06/20 19:17:03 vapier Exp $
-inherit eutils flag-o-matic games
+inherit eutils flag-o-matic multilib games
DESCRIPTION="SNES (Super Nintendo) emulator that uses x86 assembly"
HOMEPAGE="http://www.zsnes.com/ http://ipherswipsite.com/zsnes/"
sys-devel/automake
>=sys-devel/autoconf-2.58"
-S="${WORKDIR}/${PN}_${PV//./_}"
-
-pkg_setup() {
- games_pkg_setup
- use amd64 && export ABI=x86
-}
+S=${WORKDIR}/${PN}_${PV//./_}
src_unpack() {
unpack ${A}
}
src_compile() {
+ use amd64 && multilib_toolchain_setup x86
cd src
egamesconf \
$(use_enable png libpng) \