diff options
Diffstat (limited to 'games-emulation/mupen64-blight-tr64gl/mupen64-blight-tr64gl-0.7.4_pre1.ebuild')
-rw-r--r-- | games-emulation/mupen64-blight-tr64gl/mupen64-blight-tr64gl-0.7.4_pre1.ebuild | 26 |
1 files changed, 0 insertions, 26 deletions
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 -} |