summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-11-03 00:18:40 +0000
committerMike Frysinger <vapier@gentoo.org>2004-11-03 00:18:40 +0000
commit7bc113f605e9a15847fc4e2b07888d8ec029f151 (patch)
tree1d06198261c748559cc0af1dd266d55323c8146e /games-emulation/pcsx2
parentAdd a symlink "../../../lib/xkb /usr/X11R6/lib/X11/xkb" so libxklavier and ot... (diff)
downloadhistorical-7bc113f605e9a15847fc4e2b07888d8ec029f151.tar.gz
historical-7bc113f605e9a15847fc4e2b07888d8ec029f151.tar.bz2
historical-7bc113f605e9a15847fc4e2b07888d8ec029f151.zip
needs unzip #69831
Diffstat (limited to 'games-emulation/pcsx2')
-rw-r--r--games-emulation/pcsx2/files/0.5-time-renames.patch16
-rw-r--r--games-emulation/pcsx2/files/digest-pcsx2-0.51
-rw-r--r--games-emulation/pcsx2/pcsx2-0.5.ebuild52
-rw-r--r--games-emulation/pcsx2/pcsx2-0.6.ebuild3
4 files changed, 2 insertions, 70 deletions
diff --git a/games-emulation/pcsx2/files/0.5-time-renames.patch b/games-emulation/pcsx2/files/0.5-time-renames.patch
deleted file mode 100644
index 96b924beffd7..000000000000
--- a/games-emulation/pcsx2/files/0.5-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.5 b/games-emulation/pcsx2/files/digest-pcsx2-0.5
deleted file mode 100644
index b31be86cf526..000000000000
--- a/games-emulation/pcsx2/files/digest-pcsx2-0.5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 5f149055af85f2e728f808e75b497250 Pcsx2Src-0.5.tgz 936311
diff --git a/games-emulation/pcsx2/pcsx2-0.5.ebuild b/games-emulation/pcsx2/pcsx2-0.5.ebuild
deleted file mode 100644
index 2453e718d43e..000000000000
--- a/games-emulation/pcsx2/pcsx2-0.5.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# 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.6 2004/06/24 22:32:22 agriffis Exp $
-
-inherit eutils games
-
-DESCRIPTION="Playstation2 emulator"
-HOMEPAGE="http://www.pcsx2.net/"
-SRC_URI="http://www.pcsx2.net/download/${PV:0:3}release/Pcsx2Src-${PV}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86"
-IUSE=""
-
-RDEPEND="virtual/x11
- =x11-libs/gtk+-1*
- || (
- >=games-emulation/ps2emu-cddvdlinuz-0.3-r1
- >=games-emulation/ps2emu-cdvdiso-0.3
- )
- >=games-emulation/ps2emu-gssoft-0.61
- >=games-emulation/ps2emu-padxwin-0.5
- >=games-emulation/ps2emu-spu2null-0.21
- >=games-emulation/ps2emu-dev9null-0.1"
-DEPEND="${RDEPEND}
- dev-lang/nasm"
-
-S=${WORKDIR}/Pcsx2Src-${PV}
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${PV}-time-renames.patch
-}
-
-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
- dogamesbin ${FILESDIR}/pcsx2
- dodir ${GAMES_LIBDIR}/ps2emu/Langs
- rm -rf Intl/Langs/cvs
- cp -r Intl/Langs/* ${D}/${GAMES_LIBDIR}/ps2emu/Langs/
- dodoc Docs/*.txt
- prepgamesdirs
-}
diff --git a/games-emulation/pcsx2/pcsx2-0.6.ebuild b/games-emulation/pcsx2/pcsx2-0.6.ebuild
index 0f4280073a8b..e1e5695b0154 100644
--- a/games-emulation/pcsx2/pcsx2-0.6.ebuild
+++ b/games-emulation/pcsx2/pcsx2-0.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 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.2 2004/06/24 22:32:22 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/pcsx2/pcsx2-0.6.ebuild,v 1.3 2004/11/03 00:16:33 vapier Exp $
inherit eutils games
@@ -24,6 +24,7 @@ RDEPEND="virtual/x11
>=games-emulation/ps2emu-spu2null-0.21
>=games-emulation/ps2emu-dev9null-0.1"
DEPEND="${RDEPEND}
+ app-arch/unzip
dev-lang/nasm"
S="${WORKDIR}/pcsx2_${PV}src"