-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/psemu-eternalspu/psemu-eternalspu-1.41-r2.ebuild,v 1.3 2006/12/01 21:42:05 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/psemu-eternalspu/psemu-eternalspu-1.41-r2.ebuild,v 1.4 2007/04/09 16:52:47 nyhm Exp $
inherit games
LICENSE="freedist"
SLOT="0"
KEYWORDS="x86"
-RESTRICT="strip"
IUSE=""
+RESTRICT="strip"
RDEPEND="x11-libs/libXext
sys-libs/lib-compat"
-S="${WORKDIR}"
+S=${WORKDIR}
src_install() {
- exeinto "${GAMES_LIBDIR}/psemu/plugins"
- doexe libspuEternal.so.*
+ exeinto "$(games_get_libdir)"/psemu/plugins
+ doexe libspuEternal.so.* || die "doexe failed"
dodoc *.txt
prepgamesdirs
}
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/psemu-gpupetemesagl/psemu-gpupetemesagl-1.76.ebuild,v 1.2 2006/09/19 19:13:37 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/psemu-gpupetemesagl/psemu-gpupetemesagl-1.76.ebuild,v 1.3 2007/04/09 16:54:30 nyhm Exp $
inherit games
LICENSE="freedist"
SLOT="0"
KEYWORDS="x86"
-RESTRICT="strip"
IUSE=""
+RESTRICT="strip"
DEPEND="virtual/opengl"
S=${WORKDIR}
src_install() {
- exeinto "${GAMES_LIBDIR}/psemu/plugins"
+ exeinto "$(games_get_libdir)"/psemu/plugins
doexe lib* || die "doexe failed"
- exeinto "${GAMES_LIBDIR}/psemu/cfg"
+ exeinto "$(games_get_libdir)"/psemu/cfg
doexe cfgPeteMesaGL || die "doexe failed"
- insinto "${GAMES_LIBDIR}/psemu/cfg"
+ insinto "$(games_get_libdir)"/psemu/cfg
doins gpuPeteMesaGL.cfg || die "doins failed"
dodoc readme.txt version.txt
prepgamesdirs
+++ /dev/null
-MD5 506564c96d06080e94d74771e5b8ee0c gpupetexgl206.tar.gz 187626
-RMD160 849c90e4c3ada89c34abd311db724e0f1ccc7367 gpupetexgl206.tar.gz 187626
-SHA256 39a1c176a85e79a8307eac997426650bfd8d86608b9ebc9f81ee2de14dc82ff1 gpupetexgl206.tar.gz 187626
-MD5 2628e8e11fe638dc599fd5564169d756 pete_ogl2_shader_scale2x.zip 3072
-RMD160 c21bfa1e80120521e270deb325d61ff526e5a28d pete_ogl2_shader_scale2x.zip 3072
-SHA256 435392c94f6b6ad5549a03e58c66a8fc5bca60e9ae2082c616616821cdf5974c pete_ogl2_shader_scale2x.zip 3072
-MD5 2bb81f8164039c97fb1dd92628c6cf8e pete_ogl2_shader_simpleblur.zip 1032
-RMD160 fb0fdd45a56b716ad3f9f6a93dbecef84d8f725e pete_ogl2_shader_simpleblur.zip 1032
-SHA256 52cbb4df75ba2ec08863a937146578bb223bab5b5dc7a2744b45fa2c338c31cc pete_ogl2_shader_simpleblur.zip 1032
+++ /dev/null
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/psemu-gpupetexgl2/psemu-gpupetexgl2-2.0.6.ebuild,v 1.2 2006/09/19 19:15:42 wolf31o2 Exp $
-
-inherit games
-
-DESCRIPTION="PSEmu XGL2 GPU"
-HOMEPAGE="http://www.pbernert.com/"
-SRC_URI="http://www.pbernert.com/gpupetexgl${PV//.}.tar.gz
- http://www.pbernert.com/pete_ogl2_shader_scale2x.zip
- http://www.pbernert.com/pete_ogl2_shader_simpleblur.zip"
-
-LICENSE="freedist"
-SLOT="0"
-KEYWORDS="x86"
-RESTRICT="strip"
-IUSE=""
-
-RDEPEND="virtual/opengl"
-DEPEND="${RDEPEND}
- app-arch/unzip"
-
-S=${WORKDIR}
-
-src_install() {
- exeinto "${GAMES_LIBDIR}/psemu/plugins"
- doexe lib* || die "doexe failed"
- exeinto "${GAMES_LIBDIR}/psemu/cfg"
- doexe cfgPeteXGL2 || die "doexe failed"
- insinto "${GAMES_LIBDIR}/psemu/cfg"
- doins gpuPeteXGL2.cfg || die "doins failed"
- # now do our shader files!
- insinto "${GAMES_LIBDIR}/psemu/shaders"
- doins *.fp *.vp *.slf *.slv || die "doins failed"
- dodoc *.txt
- prepgamesdirs
-}
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/psemu-gpupetexgl2/psemu-gpupetexgl2-2.0.8.ebuild,v 1.1 2006/09/29 19:41:46 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/psemu-gpupetexgl2/psemu-gpupetexgl2-2.0.8.ebuild,v 1.2 2007/04/09 16:57:33 nyhm Exp $
inherit games
LICENSE="freedist"
SLOT="0"
-KEYWORDS="~x86"
-RESTRICT="strip"
+KEYWORDS="x86"
IUSE=""
+RESTRICT="strip"
RDEPEND="virtual/opengl"
DEPEND="${RDEPEND}
S=${WORKDIR}
src_install() {
- exeinto "${GAMES_LIBDIR}/psemu/plugins"
+ exeinto "$(games_get_libdir)"/psemu/plugins
doexe lib* || die "doexe failed"
- exeinto "${GAMES_LIBDIR}/psemu/cfg"
+ exeinto "$(games_get_libdir)"/psemu/cfg
doexe cfgPeteXGL2 || die "doexe failed"
- insinto "${GAMES_LIBDIR}/psemu/cfg"
+ insinto "$(games_get_libdir)"/psemu/cfg
doins gpuPeteXGL2.cfg || die "doins failed"
# now do our shader files!
- insinto "${GAMES_LIBDIR}/psemu/shaders"
+ insinto "$(games_get_libdir)"/psemu/shaders
doins *.fp *.vp *.slf *.slv || die "doins failed"
dodoc *.txt
prepgamesdirs
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/psemu-padjoy/psemu-padjoy-0.82.ebuild,v 1.6 2006/11/23 22:17:48 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/psemu-padjoy/psemu-padjoy-0.82.ebuild,v 1.7 2007/04/09 17:00:56 nyhm Exp $
inherit games
cd "${S}"
sed -i \
-e "s:-O2 -fomit-frame-pointer:${CFLAGS}:" Makefile \
- || die "sed Makefile failed"
+ || die "sed failed"
}
src_install() {
- exeinto "${GAMES_LIBDIR}/psemu/plugins"
- doexe libpadJoy-* || die "doexe failed"
- exeinto "${GAMES_LIBDIR}/psemu/cfg"
- doexe cfgPadJoy || die "doexe failed (2)"
- dodoc ../readme.txt || die "dodoc failed"
+ exeinto "$(games_get_libdir)"/psemu/plugins
+ doexe libpadJoy-* || die "doexe failed"
+ exeinto "$(games_get_libdir)"/psemu/cfg
+ doexe cfgPadJoy || die "doexe cfgPadJoy failed"
+ dodoc ../readme.txt
prepgamesdirs
}
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/psemu-padxwin/psemu-padxwin-1.6.ebuild,v 1.7 2006/09/26 18:23:37 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/psemu-padxwin/psemu-padxwin-1.6.ebuild,v 1.8 2007/04/09 17:02:28 nyhm Exp $
inherit eutils games
src_unpack() {
unpack ${A}
- epatch "${FILESDIR}/${PV}-makefile-cflags.patch"
+ epatch "${FILESDIR}"/${PV}-makefile-cflags.patch
sed -i '/strip/d' src/Makefile || die "sed failed"
}
src_install() {
dodoc ReadMe.txt
cd src
- exeinto "${GAMES_LIBDIR}/psemu/plugins"
+ exeinto "$(games_get_libdir)"/psemu/plugins
doexe libpadXwin-* || die "doexe failed"
- exeinto "${GAMES_LIBDIR}/psemu/cfg"
+ exeinto "$(games_get_libdir)"/psemu/cfg
doexe cfgPadXwin || die "doexe failed"
prepgamesdirs
}
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/psemu-peopssoftgpu/psemu-peopssoftgpu-1.17.ebuild,v 1.5 2006/10/09 10:36:57 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/psemu-peopssoftgpu/psemu-peopssoftgpu-1.17.ebuild,v 1.6 2007/04/09 17:05:01 nyhm Exp $
inherit eutils games
DEPEND="${RDEPEND}
dev-util/pkgconfig
x86? ( dev-lang/nasm )
- amd64? ( dev-lang/nasm )
x11-proto/xf86dgaproto
x11-proto/xf86vidmodeproto"
sed -i \
-e 's:mk.x11:mk.fpse:g' Makefile \
|| die "sed failed"
- make clean || die "make clean failed"
+ emake clean || die "emake clean failed"
emake OPTFLAGS="${CFLAGS}" || die "sdl build failed"
fi
}
src_install() {
dodoc *.txt
- insinto "${GAMES_LIBDIR}/psemu/cfg"
- doins gpuPeopsSoftX.cfg
- exeinto "${GAMES_LIBDIR}/psemu/plugins"
+ insinto "$(games_get_libdir)"/psemu/cfg
+ doins gpuPeopsSoftX.cfg || die "doins failed"
+ exeinto "$(games_get_libdir)"/psemu/plugins
doexe src/libgpuPeops* || die "doexe failed"
- exeinto "${GAMES_LIBDIR}/psemu/cfg"
+ exeinto "$(games_get_libdir)"/psemu/cfg
doexe src/cfgPeopsSoft || die "doexe failed"
prepgamesdirs
}