diff options
author | 2003-08-17 19:48:07 +0000 | |
---|---|---|
committer | 2003-08-17 19:48:07 +0000 | |
commit | 8032c9774b1fbdcc3e257eb7051b62f3077c9d56 (patch) | |
tree | 2d51249fe844467df41d46c41b0efa791158d8f7 /app-emulation | |
parent | metadata added (diff) | |
download | historical-8032c9774b1fbdcc3e257eb7051b62f3077c9d56.tar.gz historical-8032c9774b1fbdcc3e257eb7051b62f3077c9d56.tar.bz2 historical-8032c9774b1fbdcc3e257eb7051b62f3077c9d56.zip |
add 1.5.2 back in #26768
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/epsxe/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/epsxe/epsxe-1.5.2-r1.ebuild | 44 | ||||
-rw-r--r-- | app-emulation/epsxe/epsxe-1.6.0-r2.ebuild | 4 | ||||
-rw-r--r-- | app-emulation/epsxe/files/digest-epsxe-1.5.2-r1 | 1 |
4 files changed, 51 insertions, 3 deletions
diff --git a/app-emulation/epsxe/ChangeLog b/app-emulation/epsxe/ChangeLog index 156663e60b7b..8d5d744e5d25 100644 --- a/app-emulation/epsxe/ChangeLog +++ b/app-emulation/epsxe/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for app-emulation/epsxe # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/epsxe/ChangeLog,v 1.11 2003/08/17 18:46:12 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/epsxe/ChangeLog,v 1.12 2003/08/17 19:48:07 vapier Exp $ *epsxe-1.6.0-r2 (17 Aug 2003) @@ -19,6 +19,9 @@ *epsxe-1.5.2 (27 Jul 2002) + 17 Aug 2003; Mike Frysinger <vapier@gentoo.org> : + Add games.eclass support. + 13 Jul 2003; Mike Frysinger <vapier@gentoo.org> : Updated DEPEND to correctly include gl support #24387. diff --git a/app-emulation/epsxe/epsxe-1.5.2-r1.ebuild b/app-emulation/epsxe/epsxe-1.5.2-r1.ebuild new file mode 100644 index 000000000000..bb3dd742d2b6 --- /dev/null +++ b/app-emulation/epsxe/epsxe-1.5.2-r1.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/epsxe/epsxe-1.5.2-r1.ebuild,v 1.1 2003/08/17 19:47:34 vapier Exp $ + +inherit games + +DESCRIPTION="ePSXe Playstation Emulator" +HOMEPAGE="http://www.epsxe.com/" +SRC_URI="http://download.epsxe.com/files/epsxe${PV//.}lin.zip" + +LICENSE="freedist" +SLOT="0" +KEYWORDS="-* x86" +IUSE="opengl" +RESTRICT="nostrip" # For some strange reason, strip truncates the whole file + +DEPEND="app-arch/unzip" +RDEPEND=">=dev-libs/glib-1.2 + =x11-libs/gtk+-1.2* + =sys-libs/ncurses-5* + =sys-libs/zlib-1* + net-misc/wget + app-emulation/psemu-peopsspu + || ( + opengl? ( app-emulation/psemu-gpupetemesagl ) + app-emulation/psemu-peopssoftgpu + )" + +S=${WORKDIR} + +src_install() { + dogamesbin ${FILESDIR}/epsxe + exeinto ${GAMES_PREFIX_OPT}/${PN} + doexe epsxe + insinto ${GAMES_PREFIX_OPT}/${PN} + doins keycodes.lst + + insinto ${GAMES_LIBDIR}/psemu/cheats + doins cheats/* + + dodoc docs/* + + prepgamesdirs +} diff --git a/app-emulation/epsxe/epsxe-1.6.0-r2.ebuild b/app-emulation/epsxe/epsxe-1.6.0-r2.ebuild index 297f57551470..f0c616eab58e 100644 --- a/app-emulation/epsxe/epsxe-1.6.0-r2.ebuild +++ b/app-emulation/epsxe/epsxe-1.6.0-r2.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/epsxe/epsxe-1.6.0-r2.ebuild,v 1.1 2003/08/17 18:46:12 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/epsxe/epsxe-1.6.0-r2.ebuild,v 1.2 2003/08/17 19:47:34 vapier Exp $ inherit games DESCRIPTION="ePSXe Playstation Emulator" HOMEPAGE="http://www.epsxe.com/" -SRC_URI="http://download.epsxe.com/files/epsxe160lin.zip" +SRC_URI="http://download.epsxe.com/files/epsxe${PV//.}lin.zip" LICENSE="freedist" SLOT="0" diff --git a/app-emulation/epsxe/files/digest-epsxe-1.5.2-r1 b/app-emulation/epsxe/files/digest-epsxe-1.5.2-r1 new file mode 100644 index 000000000000..cc22445f82b5 --- /dev/null +++ b/app-emulation/epsxe/files/digest-epsxe-1.5.2-r1 @@ -0,0 +1 @@ +MD5 5834f34cb904b08d95abda057eff3981 epsxe152lin.zip 166559 |