diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-12-12 22:04:59 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-12-12 22:04:59 +0000 |
commit | 326b685de04228d1bce8e6d7029bea1814afc94c (patch) | |
tree | a773af4068efd289e33890a293383ea260db9428 /games-emulation | |
parent | ver bump (diff) | |
download | gentoo-2-326b685de04228d1bce8e6d7029bea1814afc94c.tar.gz gentoo-2-326b685de04228d1bce8e6d7029bea1814afc94c.tar.bz2 gentoo-2-326b685de04228d1bce8e6d7029bea1814afc94c.zip |
old
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/pcsx2/files/0.41-time-renames.patch | 16 | ||||
-rw-r--r-- | games-emulation/pcsx2/files/digest-pcsx2-0.41 | 1 | ||||
-rw-r--r-- | games-emulation/pcsx2/pcsx2-0.41.ebuild | 46 | ||||
-rw-r--r-- | games-emulation/pcsx2/pcsx2-0.5.ebuild | 6 |
4 files changed, 3 insertions, 66 deletions
diff --git a/games-emulation/pcsx2/files/0.41-time-renames.patch b/games-emulation/pcsx2/files/0.41-time-renames.patch deleted file mode 100644 index 96b924beffd7..000000000000 --- a/games-emulation/pcsx2/files/0.41-time-renames.patch +++ /dev/null @@ -1,16 +0,0 @@ ---- Pcsx2Src/RPC/80000001fileio.h.orig 2003-08-14 11:39:42.319499152 -0400 -+++ Pcsx2Src/RPC/80000001fileio.h 2003-08-14 11:40:09.145420992 -0400 -@@ -73,10 +73,10 @@ - 4 Symbolic link */ - unsigned int st_attr;// Flag compatible with memory card mode - unsigned int st_size; -- unsigned char st_ctime[8];// Creation time -- unsigned char st_atime[8];/* This field is updated at the same time as last access time -+ unsigned char sr_ctime[8];// Creation time -+ unsigned char sr_atime[8];/* This field is updated at the same time as last access time - and last update time. */ -- unsigned char st_mtime[8];/* Last update time -+ unsigned char sr_mtime[8];/* Last update time - byte0 Reserved - byte1 Seconds - byte2 Minutes diff --git a/games-emulation/pcsx2/files/digest-pcsx2-0.41 b/games-emulation/pcsx2/files/digest-pcsx2-0.41 deleted file mode 100644 index f2a0408e7299..000000000000 --- a/games-emulation/pcsx2/files/digest-pcsx2-0.41 +++ /dev/null @@ -1 +0,0 @@ -MD5 1748f41ba1b0b61cbff5b6f61285cf0b Pcsx2Src-0.41.tgz 588804 diff --git a/games-emulation/pcsx2/pcsx2-0.41.ebuild b/games-emulation/pcsx2/pcsx2-0.41.ebuild deleted file mode 100644 index e855c5613dec..000000000000 --- a/games-emulation/pcsx2/pcsx2-0.41.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/pcsx2/pcsx2-0.41.ebuild,v 1.2 2003/09/09 23:33:23 msterret Exp $ - -inherit games eutils - -DESCRIPTION="Playstation2 emulator" -HOMEPAGE="http://www.pcsx2.net/" -SRC_URI="http://www.pcsx2.net/download/0.4release/Pcsx2Src-${PV}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86" - -RDEPEND="virtual/x11 - =x11-libs/gtk+-1* - || ( - games-emulation/ps2emu-cddvdlinuz - games-emulation/ps2emu-cdvdiso - ) - games-emulation/ps2emu-gssoft - games-emulation/ps2emu-padxwin - games-emulation/ps2emu-spu2null" -DEPEND="${RDEPEND} - dev-lang/nasm" - -S=${WORKDIR}/Pcsx2Src - -src_unpack() { - unpack ${A} - epatch ${FILESDIR}/${PV}-time-renames.patch -} - -src_compile() { - cd Linux - emake OPTIMIZE="${CFLAGS}" || die -} - -src_install() { - newgamesbin Linux/pcsx2 pcsx2.bin - dogamesbin ${FILESDIR}/pcsx2 - dodir ${GAMES_LIBDIR}/ps2emu/Langs - cp -r Intl/Langs/* ${D}/${GAMES_LIBDIR}/ps2emu/Langs/ - dodoc Docs/*.txt - prepgamesdirs -} diff --git a/games-emulation/pcsx2/pcsx2-0.5.ebuild b/games-emulation/pcsx2/pcsx2-0.5.ebuild index 46574cabada5..5cdf8aafd145 100644 --- a/games-emulation/pcsx2/pcsx2-0.5.ebuild +++ b/games-emulation/pcsx2/pcsx2-0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/pcsx2/pcsx2-0.5.ebuild,v 1.1 2003/12/12 22:03:46 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/pcsx2/pcsx2-0.5.ebuild,v 1.2 2003/12/12 22:04:59 vapier Exp $ inherit games eutils @@ -15,8 +15,8 @@ KEYWORDS="x86" RDEPEND="virtual/x11 =x11-libs/gtk+-1* || ( - >=games-emulation/ps2emu-cddvdlinuz-0.3 - >=games-emulation/ps2emu-cdvdiso-0.3 + >=games-emulation/ps2emu-cddvdlinuz-0.3-r1 + >=games-emulation/ps2emu-cdvdiso-0.3-r1 ) >=games-emulation/ps2emu-gssoft-0.61 >=games-emulation/ps2emu-padxwin-0.5 |