diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2011-11-17 20:53:55 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2011-11-17 20:53:55 +0000 |
commit | 1877ebc60f2f6959e93aa7ed12f34b31a007a6fb (patch) | |
tree | 85709a2c332b4a2cd10b853c98cf1e35063773df /games-emulation/ps2emu-usbnull/ps2emu-usbnull-0.4.ebuild | |
parent | games-arcade/cervi is gone (diff) | |
download | historical-1877ebc60f2f6959e93aa7ed12f34b31a007a6fb.tar.gz historical-1877ebc60f2f6959e93aa7ed12f34b31a007a6fb.tar.bz2 historical-1877ebc60f2f6959e93aa7ed12f34b31a007a6fb.zip |
gtk+:1 is gone
Diffstat (limited to 'games-emulation/ps2emu-usbnull/ps2emu-usbnull-0.4.ebuild')
-rw-r--r-- | games-emulation/ps2emu-usbnull/ps2emu-usbnull-0.4.ebuild | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/games-emulation/ps2emu-usbnull/ps2emu-usbnull-0.4.ebuild b/games-emulation/ps2emu-usbnull/ps2emu-usbnull-0.4.ebuild deleted file mode 100644 index 985cff378ce0..000000000000 --- a/games-emulation/ps2emu-usbnull/ps2emu-usbnull-0.4.ebuild +++ /dev/null @@ -1,43 +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/ps2emu-usbnull/ps2emu-usbnull-0.4.ebuild,v 1.4 2007/04/09 15:54:33 nyhm Exp $ - -inherit games - -DESCRIPTION="PSEmu2 NULL USB plugin" -HOMEPAGE="http://www.pcsx2.net/" -SRC_URI="http://www.pcsx2.net/download/0.8release/USBnull${PV//.}.rar" - -LICENSE="freedist" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="" - -RDEPEND="=x11-libs/gtk+-1.2*" -DEPEND="${RDEPEND} - app-arch/unrar" - -S=${WORKDIR}/USBnull${PV//.} - -src_unpack() { - unpack ${A} - cd "${S}" - sed -i \ - -e 's:-O3 -fomit-frame-pointer:$(OPTFLAGS):' \ - -e '/strip/d' \ - Linux/Makefile || die -} - -src_compile() { - cd Linux - emake OPTFLAGS="${CFLAGS}" || die -} - -src_install() { - dodoc ReadMe.txt - exeinto "$(games_get_libdir)"/ps2emu/plugins - newexe Linux/libUSBnull.so libUSBnull-${PV//.}.so || die - exeinto "$(games_get_libdir)"/ps2emu/cfg - doexe Linux/cfgUSBnull || die - prepgamesdirs -} |