diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2002-07-10 20:30:29 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2002-07-10 20:30:29 +0000 |
commit | 5adfb9996772c79cb2926132a3b3334794ceeaa2 (patch) | |
tree | 963b3628d8a72170908ba258c1a670ba31c921c8 | |
parent | remove r2 changes from r3, these are two different tests (both masked) (diff) | |
download | historical-5adfb9996772c79cb2926132a3b3334794ceeaa2.tar.gz historical-5adfb9996772c79cb2926132a3b3334794ceeaa2.tar.bz2 historical-5adfb9996772c79cb2926132a3b3334794ceeaa2.zip |
New version. Submitted by jason perez. Fixes #4080
3 files changed, 29 insertions, 1 deletions
diff --git a/app-emulation/psemu-gpupetemesagl/ChangeLog b/app-emulation/psemu-gpupetemesagl/ChangeLog index 30ce3d108b16..fad96df000cf 100644 --- a/app-emulation/psemu-gpupetemesagl/ChangeLog +++ b/app-emulation/psemu-gpupetemesagl/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-emulation/psemu-gpupetemesagl # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-emulation/psemu-gpupetemesagl/ChangeLog,v 1.1 2002/06/03 02:53:20 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/psemu-gpupetemesagl/ChangeLog,v 1.2 2002/07/10 20:30:29 rphillips Exp $ + +*psemu-gpupetemesalgl-1.6.3 (10 Jul 2002) + + 10 Jul 2002; Ryan Phillips <rphillips@gentoo.org> psemu-gpupetemesalgl-1.6.3.ebuild : + + New release *psemu-gpupetemesalgl-1.6.2 (2 June 2002) diff --git a/app-emulation/psemu-gpupetemesagl/files/digest-psemu-gpupetemesagl-1.6.3 b/app-emulation/psemu-gpupetemesagl/files/digest-psemu-gpupetemesagl-1.6.3 new file mode 100644 index 000000000000..49bec4604f82 --- /dev/null +++ b/app-emulation/psemu-gpupetemesagl/files/digest-psemu-gpupetemesagl-1.6.3 @@ -0,0 +1 @@ +MD5 37f17a9dc378e6eeb3c347d5b0b80870 gpupetemesagl163.tar.gz 183238 diff --git a/app-emulation/psemu-gpupetemesagl/psemu-gpupetemesagl-1.6.3.ebuild b/app-emulation/psemu-gpupetemesagl/psemu-gpupetemesagl-1.6.3.ebuild new file mode 100644 index 000000000000..9e40ac13864a --- /dev/null +++ b/app-emulation/psemu-gpupetemesagl/psemu-gpupetemesagl-1.6.3.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# Author Per Wigren <wigren@home.se> +# $Header: /var/cvsroot/gentoo-x86/app-emulation/psemu-gpupetemesagl/psemu-gpupetemesagl-1.6.3.ebuild,v 1.1 2002/07/10 20:30:29 rphillips Exp $ + +DESCRIPTION="PSEmu OpenGL GPU" +HOMEPAGE="http://home.t-online.de/home/PeteBernert" +LICENSE="Freeware" +DEPEND="virtual/opengl" +SRC_URI="http://www.ngemu.com/psx/plugins/linux/gpu/gpupetemesagl163.tar.gz" +S=${WORKDIR} + +src_install () { + insinto /usr/lib/psemu/plugins + doins lib* + chmod 755 ${D}/usr/lib/psemu/plugins/* + insinto /usr/lib/psemu/cfg + doins cfgPeteMesaGL + chmod 755 ${D}/usr/lib/psemu/cfg/* + dodoc readme.txt version.txt +} |