diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-30 23:04:49 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-30 23:04:49 +0000 |
commit | 478aeb5f9675fd88d400a502f15d5e97703818cc (patch) | |
tree | 8e574a5cb027cce9220596d9a1a92a30e2d1ff3c /games-emulation/pcsx2 | |
parent | stable for x86 (diff) | |
download | gentoo-2-478aeb5f9675fd88d400a502f15d5e97703818cc.tar.gz gentoo-2-478aeb5f9675fd88d400a502f15d5e97703818cc.tar.bz2 gentoo-2-478aeb5f9675fd88d400a502f15d5e97703818cc.zip |
old
(Portage version: 2.1.2.9)
Diffstat (limited to 'games-emulation/pcsx2')
-rw-r--r-- | games-emulation/pcsx2/files/digest-pcsx2-0.6 | 3 | ||||
-rw-r--r-- | games-emulation/pcsx2/pcsx2-0.6.ebuild | 55 |
2 files changed, 0 insertions, 58 deletions
diff --git a/games-emulation/pcsx2/files/digest-pcsx2-0.6 b/games-emulation/pcsx2/files/digest-pcsx2-0.6 deleted file mode 100644 index 3026d7fff353..000000000000 --- a/games-emulation/pcsx2/files/digest-pcsx2-0.6 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 f2c33ea25514a773f5b8fef301bce787 pcsx2_0.6src.zip 1207739 -RMD160 f4db133106cbe6d83899343c015ef35968b98e86 pcsx2_0.6src.zip 1207739 -SHA256 1a07aa7b00fade7f8f57dec9d631b5e3a2efe415a8c72c64ef8da6ea6db45217 pcsx2_0.6src.zip 1207739 diff --git a/games-emulation/pcsx2/pcsx2-0.6.ebuild b/games-emulation/pcsx2/pcsx2-0.6.ebuild deleted file mode 100644 index 14e3929258cf..000000000000 --- a/games-emulation/pcsx2/pcsx2-0.6.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/pcsx2/pcsx2-0.6.ebuild,v 1.8 2007/04/06 18:53:44 nyhm Exp $ - -inherit eutils games - -DESCRIPTION="Playstation2 emulator" -HOMEPAGE="http://www.pcsx2.net/" -SRC_URI="http://www.pcsx2.net/download/${PV}release/pcsx2_${PV}src.zip" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86" -IUSE="" - -RDEPEND="sys-libs/zlib - =x11-libs/gtk+-1* - || ( - >=games-emulation/ps2emu-cddvdlinuz-0.3-r1 - >=games-emulation/ps2emu-cdvdiso-0.3 ) - >=games-emulation/ps2emu-gssoft-0.6.1 - >=games-emulation/ps2emu-padxwin-0.5 - >=games-emulation/ps2emu-spu2null-0.2.1 - >=games-emulation/ps2emu-dev9null-0.1" -DEPEND="${RDEPEND} - app-arch/unzip - dev-lang/nasm" - -S="${WORKDIR}/pcsx2_${PV}src" - -src_unpack() { - unpack ${A} - cd ${S} - find . -name CVS -type d -print0 | xargs -0 rm -rf -} -src_compile() { - cd "${S}/ix86-32/GoldRec" - emake OPTIMIZE="${CFLAGS}" || die "goldrec building failed" - cd "${S}/Linux" - emake OPTIMIZE="${CFLAGS}" || die "linux building failed" -} - -src_install() { - newgamesbin Linux/pcsx2 pcsx2.bin || die "newgamesbin failed" - dogamesbin "${FILESDIR}/pcsx2" || die "dogamesbin failed" - sed -i \ - -e "s:GAMES_BINDIR:${GAMES_BINDIR}:" \ - -e "s:GAMES_LIBDIR:$(games_get_libdir):" \ - "${D}/${GAMES_BINDIR}/pcsx2" \ - || die "sed failed" - dodir "$(games_get_libdir)/ps2emu/Langs" - cp -r Intl/Langs/* "${D}/$(games_get_libdir)/ps2emu/Langs/" || die "cp failed" - dodoc Docs/*.txt - prepgamesdirs -} |