diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2007-04-09 16:57:33 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2007-04-09 16:57:33 +0000 |
commit | 5494a916db3b1660a793b349b42168255b6053d4 (patch) | |
tree | 96d2f6abed27ecb306cf3b0acb5b32dd22af8eab /games-emulation | |
parent | Marking stable amd64 (diff) | |
download | gentoo-2-5494a916db3b1660a793b349b42168255b6053d4.tar.gz gentoo-2-5494a916db3b1660a793b349b42168255b6053d4.tar.bz2 gentoo-2-5494a916db3b1660a793b349b42168255b6053d4.zip |
use games_get_libdir
(Portage version: 2.1.2.3)
Diffstat (limited to 'games-emulation')
3 files changed, 8 insertions, 54 deletions
diff --git a/games-emulation/psemu-gpupetexgl2/files/digest-psemu-gpupetexgl2-2.0.6 b/games-emulation/psemu-gpupetexgl2/files/digest-psemu-gpupetexgl2-2.0.6 deleted file mode 100644 index 1e3fad1ed9ca..000000000000 --- a/games-emulation/psemu-gpupetexgl2/files/digest-psemu-gpupetexgl2-2.0.6 +++ /dev/null @@ -1,9 +0,0 @@ -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 diff --git a/games-emulation/psemu-gpupetexgl2/psemu-gpupetexgl2-2.0.6.ebuild b/games-emulation/psemu-gpupetexgl2/psemu-gpupetexgl2-2.0.6.ebuild deleted file mode 100644 index 492192983963..000000000000 --- a/games-emulation/psemu-gpupetexgl2/psemu-gpupetexgl2-2.0.6.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# 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 -} diff --git a/games-emulation/psemu-gpupetexgl2/psemu-gpupetexgl2-2.0.8.ebuild b/games-emulation/psemu-gpupetexgl2/psemu-gpupetexgl2-2.0.8.ebuild index 69366f56962a..1e62679605e1 100644 --- a/games-emulation/psemu-gpupetexgl2/psemu-gpupetexgl2-2.0.8.ebuild +++ b/games-emulation/psemu-gpupetexgl2/psemu-gpupetexgl2-2.0.8.ebuild @@ -1,6 +1,6 @@ -# 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 @@ -12,9 +12,9 @@ SRC_URI="http://www.pbernert.com/gpupetexgl${PV//.}.tar.gz LICENSE="freedist" SLOT="0" -KEYWORDS="~x86" -RESTRICT="strip" +KEYWORDS="x86" IUSE="" +RESTRICT="strip" RDEPEND="virtual/opengl" DEPEND="${RDEPEND} @@ -23,14 +23,14 @@ 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 |