diff options
author | Stuart Bouyer <stubear@gentoo.org> | 2002-07-27 15:32:53 +0000 |
---|---|---|
committer | Stuart Bouyer <stubear@gentoo.org> | 2002-07-27 15:32:53 +0000 |
commit | 2dcc14b1279667df52614a904dfe2c0ad237e180 (patch) | |
tree | 800b547fc2df146b6e444c6aa08f9a453687e50f /app-emulation/pcsx | |
parent | Masked portage until keywords are done (diff) | |
download | gentoo-2-2dcc14b1279667df52614a904dfe2c0ad237e180.tar.gz gentoo-2-2dcc14b1279667df52614a904dfe2c0ad237e180.tar.bz2 gentoo-2-2dcc14b1279667df52614a904dfe2c0ad237e180.zip |
QA drive
Diffstat (limited to 'app-emulation/pcsx')
-rw-r--r-- | app-emulation/pcsx/ChangeLog | 8 | ||||
-rw-r--r-- | app-emulation/pcsx/pcsx-1.2.ebuild | 22 |
2 files changed, 19 insertions, 11 deletions
diff --git a/app-emulation/pcsx/ChangeLog b/app-emulation/pcsx/ChangeLog index 0abe4cccc969..d1fc5e50ae6a 100644 --- a/app-emulation/pcsx/ChangeLog +++ b/app-emulation/pcsx/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-emulation/pcsx # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-emulation/pcsx/ChangeLog,v 1.1 2002/06/03 02:53:20 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/pcsx/ChangeLog,v 1.2 2002/07/27 15:32:53 stubear Exp $ + +*pcsx-1.2 (27 Jul 2002 + + 27 Jul 2002; Stuart Bouyer <stubear@gentoo.org> pcsx-1.2.ebuild : + + Added KEYWORDS="x86" and SLOT. *pcsx-1.2 (2 June 2002) diff --git a/app-emulation/pcsx/pcsx-1.2.ebuild b/app-emulation/pcsx/pcsx-1.2.ebuild index 7d16a16f8147..e15c5ffead71 100644 --- a/app-emulation/pcsx/pcsx-1.2.ebuild +++ b/app-emulation/pcsx/pcsx-1.2.ebuild @@ -1,27 +1,29 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/pcsx/pcsx-1.2.ebuild,v 1.2 2002/07/11 06:30:12 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/pcsx/pcsx-1.2.ebuild,v 1.3 2002/07/27 15:32:53 stubear Exp $ S=${WORKDIR} DESCRIPTION="Playstation emulator" HOMEPAGE="http://www.pcsx.net" LICENSE="GPL" +KEYWORDS="x86" +SLOT="0" use opengl && GLDEPEND="app-emulation/psemu-gpupetemesagl" use opengl || GLDEPEND="app-emulation/psemu-peopssoftgpu" DEPEND="sys-libs/zlib - app-arch/unzip - x11-libs/gtk+ - gnome-base/libglade" + app-arch/unzip + x11-libs/gtk+ + gnome-base/libglade" RDEPEND="net-misc/wget - app-emulation/psemu-cdr - app-emulation/psemu-cdriso - app-emulation/psemu-padxwin - app-emulation/psemu-padjoy - app-emulation/psemu-peopsspu - ${GLDEPEND}" + app-emulation/psemu-cdr + app-emulation/psemu-cdriso + app-emulation/psemu-padxwin + app-emulation/psemu-padjoy + app-emulation/psemu-peopsspu + ${GLDEPEND}" SRC_URI="http://www.pcsx.net/downloads/${PN}src${PV}.zip" |