diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-09 23:33:26 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-09 23:33:26 +0000 |
commit | 5ff29dff3fd50bc52cd1cff527e704fd509157dd (patch) | |
tree | e5a8b7805a049229310c0f1940207316c513afe4 /games-emulation/pcsx | |
parent | moved packages from app-emulation to games-emulation (diff) | |
download | gentoo-2-5ff29dff3fd50bc52cd1cff527e704fd509157dd.tar.gz gentoo-2-5ff29dff3fd50bc52cd1cff527e704fd509157dd.tar.bz2 gentoo-2-5ff29dff3fd50bc52cd1cff527e704fd509157dd.zip |
moved packages from app-emulation to games-emulation
Diffstat (limited to 'games-emulation/pcsx')
-rw-r--r-- | games-emulation/pcsx/Manifest | 6 | ||||
-rw-r--r-- | games-emulation/pcsx/pcsx-1.5-r1.ebuild | 16 |
2 files changed, 11 insertions, 11 deletions
diff --git a/games-emulation/pcsx/Manifest b/games-emulation/pcsx/Manifest index d01b52ac4776..6728ee7e3ab6 100644 --- a/games-emulation/pcsx/Manifest +++ b/games-emulation/pcsx/Manifest @@ -1,5 +1,5 @@ +MD5 389eed085ed3afbd381ed8d91a75a176 ChangeLog 1666 +MD5 8d183cbfc5e6c609f1a610708c252148 pcsx-1.5-r1.ebuild 1410 +MD5 2f9732780627a19f6cf58f4f46ae93a4 files/1.5-gentoo.patch 365 MD5 5d4178cacae36906aaf26238d2f556b2 files/digest-pcsx-1.5-r1 60 MD5 fdf3d6afdc389182742ce8e378b17916 files/pcsx 1314 -MD5 2f9732780627a19f6cf58f4f46ae93a4 files/1.5-gentoo.patch 365 -MD5 6def754a7e4af9f39b7c6748bc1e5b24 pcsx-1.5-r1.ebuild 1394 -MD5 14869003388287b479f98d8f5402d6f9 ChangeLog 1665 diff --git a/games-emulation/pcsx/pcsx-1.5-r1.ebuild b/games-emulation/pcsx/pcsx-1.5-r1.ebuild index be8901193996..cc8b253a8c8f 100644 --- a/games-emulation/pcsx/pcsx-1.5-r1.ebuild +++ b/games-emulation/pcsx/pcsx-1.5-r1.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/pcsx/pcsx-1.5-r1.ebuild,v 1.1 2003/09/09 16:26:50 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/pcsx/pcsx-1.5-r1.ebuild,v 1.2 2003/09/09 23:33:23 msterret Exp $ inherit games eutils @@ -19,14 +19,14 @@ DEPEND="sys-libs/zlib app-arch/unzip x11-libs/gtk+ gnome-base/libglade" -RDEPEND="app-emulation/psemu-cdr - app-emulation/psemu-cdriso - app-emulation/psemu-padxwin - app-emulation/psemu-padjoy - app-emulation/psemu-peopsspu +RDEPEND="games-emulation/psemu-cdr + games-emulation/psemu-cdriso + games-emulation/psemu-padxwin + games-emulation/psemu-padjoy + games-emulation/psemu-peopsspu || ( - opengl? ( app-emulation/psemu-gpupetemesagl ) - app-emulation/psemu-peopssoftgpu + opengl? ( games-emulation/psemu-gpupetemesagl ) + games-emulation/psemu-peopssoftgpu )" src_unpack() { |