diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-01-24 18:47:34 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-01-24 18:47:34 +0000 |
commit | 866f836edee63779ece8d3d636e0e0e36f477e44 (patch) | |
tree | a5b5ecd3f6f2b3adcd9ddb22fc9773853ae99fc0 /games-emulation/mupen64-glide64/mupen64-glide64-0.7.ebuild | |
parent | Add ~sparc wrt #299937 (diff) | |
download | gentoo-2-866f836edee63779ece8d3d636e0e0e36f477e44.tar.gz gentoo-2-866f836edee63779ece8d3d636e0e0e36f477e44.tar.bz2 gentoo-2-866f836edee63779ece8d3d636e0e0e36f477e44.zip |
Remove masked mupen64, including a plugin that used qt3, replaced by mupen64plus in tree
Diffstat (limited to 'games-emulation/mupen64-glide64/mupen64-glide64-0.7.ebuild')
-rw-r--r-- | games-emulation/mupen64-glide64/mupen64-glide64-0.7.ebuild | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/games-emulation/mupen64-glide64/mupen64-glide64-0.7.ebuild b/games-emulation/mupen64-glide64/mupen64-glide64-0.7.ebuild deleted file mode 100644 index 28400e0f50a9..000000000000 --- a/games-emulation/mupen64-glide64/mupen64-glide64-0.7.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64-glide64/mupen64-glide64-0.7.ebuild,v 1.10 2007/04/06 05:42:40 nyhm Exp $ - -inherit flag-o-matic eutils games - -MY_P="glide64_${PV/./_}_ME" -DESCRIPTION="An opengl graphics plugin for the mupen64 N64 emulator" -HOMEPAGE="http://mupen64.emulation64.com/" -SRC_URI="mirror://gentoo/${MY_P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86" -IUSE="" - -DEPEND="virtual/opengl - virtual/glu - media-libs/libsdl - >=x11-libs/gtk+-2" - -S=${WORKDIR}/${MY_P} - -src_unpack() { - unpack ${A} - cd "${S}" - - epatch \ - "${FILESDIR}"/${P}-compile.patch \ - "${FILESDIR}"/${P}-inifix.patch \ - "${FILESDIR}"/${P}-gtk2.patch - - emake -j1 clean - - # gcc 3.4 at least has a problem with -O3 and inline asm - replace-flags -O3 -O2 - # -ftracer is causing bug#122192 - filter-flags -ftracer - sed -i \ - -e "s:CFLAGS.*=\(.*\):CFLAGS=\1 ${CFLAGS}:" \ - Makefile \ - || die "sed failed" -} - -src_compile() { - emake -j1 || die "emake failed" -} - -src_install() { - exeinto "$(games_get_libdir)"/mupen64/plugins - doexe Glide64.so || die "doexe failed" - insinto "$(games_get_libdir)"/mupen64/plugins - doins Glide64.ini || die "doins failed" - prepgamesdirs -} |