summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Phillips <rphillips@gentoo.org>2002-08-19 02:00:48 +0000
committerRyan Phillips <rphillips@gentoo.org>2002-08-19 02:00:48 +0000
commit1346db6f1b2fc3408a371497302dba1b47b1648b (patch)
treed83209c39de03ef856419dfca39e802651de58fd /app-emulation
parentPortage 2.0.29 (masked for testing) (diff)
downloadgentoo-2-1346db6f1b2fc3408a371497302dba1b47b1648b.tar.gz
gentoo-2-1346db6f1b2fc3408a371497302dba1b47b1648b.tar.bz2
gentoo-2-1346db6f1b2fc3408a371497302dba1b47b1648b.zip
New version
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/psemu-gpupetemesagl/ChangeLog8
-rw-r--r--app-emulation/psemu-gpupetemesagl/files/digest-psemu-gpupetemesagl-1.6.51
-rw-r--r--app-emulation/psemu-gpupetemesagl/psemu-gpupetemesagl-1.6.5.ebuild24
3 files changed, 32 insertions, 1 deletions
diff --git a/app-emulation/psemu-gpupetemesagl/ChangeLog b/app-emulation/psemu-gpupetemesagl/ChangeLog
index ba6dbdb1836c..4032b2781d91 100644
--- a/app-emulation/psemu-gpupetemesagl/ChangeLog
+++ b/app-emulation/psemu-gpupetemesagl/ChangeLog
@@ -1,7 +1,13 @@
# 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.5 2002/08/06 18:34:10 gerk Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/psemu-gpupetemesagl/ChangeLog,v 1.6 2002/08/19 02:00:48 rphillips Exp $
+*psemu-gpupetemesalgl (18 Aug 2002)
+
+ 18 Aug 2002; Ryan Phillips <gerk@gentoo.org> :
+
+ New version
+
*psemu-gpupetemesalgl (17 Jul 2002)
06 Aug 2002; Mark Guertin <gerk@gentoo.org> :
diff --git a/app-emulation/psemu-gpupetemesagl/files/digest-psemu-gpupetemesagl-1.6.5 b/app-emulation/psemu-gpupetemesagl/files/digest-psemu-gpupetemesagl-1.6.5
new file mode 100644
index 000000000000..c1c5e5cf2c21
--- /dev/null
+++ b/app-emulation/psemu-gpupetemesagl/files/digest-psemu-gpupetemesagl-1.6.5
@@ -0,0 +1 @@
+MD5 8a748366dd50366949abd0b0d9eb8441 gpupetemesagl165.tar.gz 187176
diff --git a/app-emulation/psemu-gpupetemesagl/psemu-gpupetemesagl-1.6.5.ebuild b/app-emulation/psemu-gpupetemesagl/psemu-gpupetemesagl-1.6.5.ebuild
new file mode 100644
index 000000000000..8e1b01294422
--- /dev/null
+++ b/app-emulation/psemu-gpupetemesagl/psemu-gpupetemesagl-1.6.5.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/psemu-gpupetemesagl/psemu-gpupetemesagl-1.6.5.ebuild,v 1.1 2002/08/19 02:00:48 rphillips Exp $
+
+URI_PV=`echo -n ${PV} | sed -e "s:\.::g"`
+DESCRIPTION="PSEmu OpenGL GPU"
+HOMEPAGE="http://home.t-online.de/home/PeteBernert"
+LICENSE="Freeware"
+KEYWORDS="x86 -ppc"
+SLOT="0"
+DEPEND="virtual/opengl"
+RDEPEND="${DEPEND}"
+SRC_URI="http://www.ngemu.com/psx/plugins/linux/gpu/gpupetemesagl${URI_PV}.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
+}