diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2007-04-06 04:51:06 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2007-04-06 04:51:06 +0000 |
commit | 3cf6708f556db1656d1f1c62715c35191de7d0e6 (patch) | |
tree | 861bfab7c3d39df7713a9a9a0310b99755c3d182 /games-emulation/mupen64-blight-tr64gl | |
parent | use games_get_libdir (diff) | |
download | gentoo-2-3cf6708f556db1656d1f1c62715c35191de7d0e6.tar.gz gentoo-2-3cf6708f556db1656d1f1c62715c35191de7d0e6.tar.bz2 gentoo-2-3cf6708f556db1656d1f1c62715c35191de7d0e6.zip |
use games_get_libdir
(Portage version: 2.1.2.3)
Diffstat (limited to 'games-emulation/mupen64-blight-tr64gl')
3 files changed, 7 insertions, 36 deletions
diff --git a/games-emulation/mupen64-blight-tr64gl/files/digest-mupen64-blight-tr64gl-0.7.4_pre1 b/games-emulation/mupen64-blight-tr64gl/files/digest-mupen64-blight-tr64gl-0.7.4_pre1 deleted file mode 100644 index 046d59985973..000000000000 --- a/games-emulation/mupen64-blight-tr64gl/files/digest-mupen64-blight-tr64gl-0.7.4_pre1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 202cad8a7227728a51aafe1096bfc3d8 blight_tr64gl-0.7.4-pre1.so.gz 275106 -RMD160 0f366a5e6b1e5b08e3002c2a72ab68e2ef90fafc blight_tr64gl-0.7.4-pre1.so.gz 275106 -SHA256 6cc78109f012f3907e6ef08d46713d24d75e89601c81c351035fb77cdd101ad1 blight_tr64gl-0.7.4-pre1.so.gz 275106 diff --git a/games-emulation/mupen64-blight-tr64gl/mupen64-blight-tr64gl-0.7.4_pre1.ebuild b/games-emulation/mupen64-blight-tr64gl/mupen64-blight-tr64gl-0.7.4_pre1.ebuild deleted file mode 100644 index 6e1d9a31ea5e..000000000000 --- a/games-emulation/mupen64-blight-tr64gl/mupen64-blight-tr64gl-0.7.4_pre1.ebuild +++ /dev/null @@ -1,26 +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/mupen64-blight-tr64gl/mupen64-blight-tr64gl-0.7.4_pre1.ebuild,v 1.2 2006/09/19 19:08:04 wolf31o2 Exp $ - -inherit games - -MY_P="blight_tr64gl-0.7.4-pre1" -DESCRIPTION="An OpenGL graphics plugin for the mupen64 N64 emulator" -HOMEPAGE="http://deltaanime.ath.cx/~blight/n64/" -SRC_URI="http://deltaanime.ath.cx/~blight/n64/blight_tr64gl_port/${MY_P}.so.gz" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="x86" -RESTRICT="strip" -IUSE="" - -RDEPEND="media-libs/libsdl" - -S="${WORKDIR}" - -src_install () { - exeinto "${GAMES_LIBDIR}/mupen64/plugins" - doexe ${MY_P}.so || die "doexe failed" - prepgamesdirs -} diff --git a/games-emulation/mupen64-blight-tr64gl/mupen64-blight-tr64gl-0.8.7_pre1.ebuild b/games-emulation/mupen64-blight-tr64gl/mupen64-blight-tr64gl-0.8.7_pre1.ebuild index a937baeb12b7..e0cfdd7fb223 100644 --- a/games-emulation/mupen64-blight-tr64gl/mupen64-blight-tr64gl-0.8.7_pre1.ebuild +++ b/games-emulation/mupen64-blight-tr64gl/mupen64-blight-tr64gl-0.8.7_pre1.ebuild @@ -1,26 +1,26 @@ -# 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/mupen64-blight-tr64gl/mupen64-blight-tr64gl-0.8.7_pre1.ebuild,v 1.4 2006/09/19 19:08:04 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64-blight-tr64gl/mupen64-blight-tr64gl-0.8.7_pre1.ebuild,v 1.5 2007/04/06 04:51:06 nyhm Exp $ inherit games -MY_P="tr64gl-0.8.7-pre1" +MY_P="tr64gl-${PV/_/-}" DESCRIPTION="An OpenGL graphics plugin for the mupen64 N64 emulator" HOMEPAGE="http://deltaanime.ath.cx/~blight/n64/" SRC_URI="mirror://gentoo/${MY_P}.so.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="~x86" -RESTRICT="strip" +KEYWORDS="x86" IUSE="" +RESTRICT="strip" RDEPEND="media-libs/libsdl" -S="${WORKDIR}" +S=${WORKDIR} src_install() { - exeinto "${GAMES_LIBDIR}/mupen64/plugins" + exeinto "$(games_get_libdir)"/mupen64/plugins doexe ${MY_P}.so || die "doexe failed" prepgamesdirs } |