diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-09 23:33:26 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-09 23:33:26 +0000 |
commit | 49d1f2829891519c8261b0161cd8e1dc28e17e53 (patch) | |
tree | f87928f52c8ed0a106ca1df002bf17d8eb44f715 /games-emulation/pcsx2 | |
parent | moved packages from app-emulation to games-emulation (diff) | |
download | historical-49d1f2829891519c8261b0161cd8e1dc28e17e53.tar.gz historical-49d1f2829891519c8261b0161cd8e1dc28e17e53.tar.bz2 historical-49d1f2829891519c8261b0161cd8e1dc28e17e53.zip |
moved packages from app-emulation to games-emulation
Diffstat (limited to 'games-emulation/pcsx2')
-rw-r--r-- | games-emulation/pcsx2/Manifest | 4 | ||||
-rw-r--r-- | games-emulation/pcsx2/pcsx2-0.41.ebuild | 12 |
2 files changed, 8 insertions, 8 deletions
diff --git a/games-emulation/pcsx2/Manifest b/games-emulation/pcsx2/Manifest index d480bf6f6c31..294f19c00612 100644 --- a/games-emulation/pcsx2/Manifest +++ b/games-emulation/pcsx2/Manifest @@ -1,5 +1,5 @@ +MD5 b8b5f374d76a67f666ac719363f92a8b ChangeLog 385 +MD5 c2664213c9ede0a3ba01a71057689109 pcsx2-0.41.ebuild 1057 MD5 ae83b13b8fd78cb3d081d50adb38c920 files/0.41-time-renames.patch 732 MD5 5f167c3b3688c456e81d43bbdf4d41fa files/digest-pcsx2-0.41 62 MD5 8ecb9d8f54b0527e788b7aa5ef5bc11b files/pcsx2 1280 -MD5 263fdae4b5400049ba732d4499d308fe ChangeLog 383 -MD5 d693b59d4fa1cc0985814341fa5d4843 pcsx2-0.41.ebuild 1043 diff --git a/games-emulation/pcsx2/pcsx2-0.41.ebuild b/games-emulation/pcsx2/pcsx2-0.41.ebuild index d9193f716e3b..e855c5613dec 100644 --- a/games-emulation/pcsx2/pcsx2-0.41.ebuild +++ b/games-emulation/pcsx2/pcsx2-0.41.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.41.ebuild,v 1.1 2003/09/09 16:26:50 vapier Exp $ +# $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 @@ -15,12 +15,12 @@ KEYWORDS="x86" RDEPEND="virtual/x11 =x11-libs/gtk+-1* || ( - app-emulation/ps2emu-cddvdlinuz - app-emulation/ps2emu-cdvdiso + games-emulation/ps2emu-cddvdlinuz + games-emulation/ps2emu-cdvdiso ) - app-emulation/ps2emu-gssoft - app-emulation/ps2emu-padxwin - app-emulation/ps2emu-spu2null" + games-emulation/ps2emu-gssoft + games-emulation/ps2emu-padxwin + games-emulation/ps2emu-spu2null" DEPEND="${RDEPEND} dev-lang/nasm" |