summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-08-18 00:25:58 +0000
committerMike Frysinger <vapier@gentoo.org>2003-08-18 00:25:58 +0000
commit5a3d222da224f700fc6ac2b354ec62a873817e9c (patch)
tree1a6656d8a7a9c407edbeaca4e6b07a5900253403 /app-emulation
parentUpdate ebuild to actually build with the users CFLAGS (diff)
downloadhistorical-5a3d222da224f700fc6ac2b354ec62a873817e9c.tar.gz
historical-5a3d222da224f700fc6ac2b354ec62a873817e9c.tar.bz2
historical-5a3d222da224f700fc6ac2b354ec62a873817e9c.zip
version bump
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/psemu-gpupetemesagl/ChangeLog7
-rw-r--r--app-emulation/psemu-gpupetemesagl/files/digest-psemu-gpupetemesagl-1.741
-rw-r--r--app-emulation/psemu-gpupetemesagl/psemu-gpupetemesagl-1.74.ebuild28
3 files changed, 35 insertions, 1 deletions
diff --git a/app-emulation/psemu-gpupetemesagl/ChangeLog b/app-emulation/psemu-gpupetemesagl/ChangeLog
index 41c03c477691..36735130db98 100644
--- a/app-emulation/psemu-gpupetemesagl/ChangeLog
+++ b/app-emulation/psemu-gpupetemesagl/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-emulation/psemu-gpupetemesagl
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/psemu-gpupetemesagl/ChangeLog,v 1.11 2003/08/14 06:23:58 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/psemu-gpupetemesagl/ChangeLog,v 1.12 2003/08/18 00:25:58 vapier Exp $
+
+*psemu-gpupetemesagl-1.74 (17 Aug 2003)
+
+ 17 Aug 2003; Mike Frysinger <vapier@gentoo.org> :
+ Version bump.
*psemu-gpupetemesagl-1.73 (14 Aug 2003)
diff --git a/app-emulation/psemu-gpupetemesagl/files/digest-psemu-gpupetemesagl-1.74 b/app-emulation/psemu-gpupetemesagl/files/digest-psemu-gpupetemesagl-1.74
new file mode 100644
index 000000000000..323338dd27f8
--- /dev/null
+++ b/app-emulation/psemu-gpupetemesagl/files/digest-psemu-gpupetemesagl-1.74
@@ -0,0 +1 @@
+MD5 c82a2335bc0d590bbc96ae01819c9c26 gpupetemesagl174.tar.gz 192376
diff --git a/app-emulation/psemu-gpupetemesagl/psemu-gpupetemesagl-1.74.ebuild b/app-emulation/psemu-gpupetemesagl/psemu-gpupetemesagl-1.74.ebuild
new file mode 100644
index 000000000000..9147c4348669
--- /dev/null
+++ b/app-emulation/psemu-gpupetemesagl/psemu-gpupetemesagl-1.74.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2003 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.74.ebuild,v 1.1 2003/08/18 00:25:58 vapier Exp $
+
+inherit games
+
+DESCRIPTION="PSEmu MesaGL GPU"
+HOMEPAGE="http://home.t-online.de/home/PeteBernert/"
+SRC_URI="http://home.t-online.de/home/PeteBernert/gpupetemesagl${PV//.}.tar.gz"
+
+LICENSE="freedist"
+SLOT="0"
+KEYWORDS="x86"
+
+DEPEND="virtual/opengl"
+
+S=${WORKDIR}
+
+src_install() {
+ exeinto ${GAMES_LIBDIR}/psemu/plugins
+ doexe lib*
+ exeinto ${GAMES_LIBDIR}/psemu/cfg
+ doexe cfgPeteMesaGL
+ insinto ${GAMES_LIBDIR}/psemu/cfg
+ doins gpuPeteMesaGL.cfg
+ dodoc readme.txt version.txt
+ prepgamesdirs
+}