summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Tilley <lv@gentoo.org>2004-07-15 01:35:48 +0000
committerTravis Tilley <lv@gentoo.org>2004-07-15 01:35:48 +0000
commit6c896ad2b2853c35a611bf48f54e9748f9059a8c (patch)
tree00a1bd4d8e064c22afa253590fe1d65183f85602 /app-emulation
parentdon't assign S=${WORKDIR}/${P} (Manifest recommit) (diff)
downloadgentoo-2-6c896ad2b2853c35a611bf48f54e9748f9059a8c.tar.gz
gentoo-2-6c896ad2b2853c35a611bf48f54e9748f9059a8c.tar.bz2
gentoo-2-6c896ad2b2853c35a611bf48f54e9748f9059a8c.zip
initial import of 32bit SDL 1.2.7, mostly for x86 games and fun stuff like zsnes
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/emul-linux-x86-sdl/ChangeLog10
-rw-r--r--app-emulation/emul-linux-x86-sdl/Manifest2
-rw-r--r--app-emulation/emul-linux-x86-sdl/emul-linux-x86-sdl-1.0.ebuild21
3 files changed, 33 insertions, 0 deletions
diff --git a/app-emulation/emul-linux-x86-sdl/ChangeLog b/app-emulation/emul-linux-x86-sdl/ChangeLog
new file mode 100644
index 000000000000..858912031c11
--- /dev/null
+++ b/app-emulation/emul-linux-x86-sdl/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for app-emulation/emul-linux-x86-sdl
+# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-sdl/ChangeLog,v 1.1 2004/07/15 01:35:48 lv Exp $
+
+*emul-linux-x86-sdl-1.0 (14 Jul 2004)
+
+ 14 Jul 2004; Travis Tilley <lv@gentoo.org> +emul-linux-x86-sdl-1.0.ebuild:
+ initial import of 32bit SDL 1.2.7, mostly for x86 games and fun stuff like
+ zsnes
+
diff --git a/app-emulation/emul-linux-x86-sdl/Manifest b/app-emulation/emul-linux-x86-sdl/Manifest
new file mode 100644
index 000000000000..2bb29b092c0d
--- /dev/null
+++ b/app-emulation/emul-linux-x86-sdl/Manifest
@@ -0,0 +1,2 @@
+MD5 7e907e85a9697e19a3d985a664d41e9b emul-linux-x86-sdl-1.0.ebuild 488
+MD5 6941ee95bd0d4cf8454d1f8310d0ce36 files/digest-emul-linux-x86-sdl-1.0 75
diff --git a/app-emulation/emul-linux-x86-sdl/emul-linux-x86-sdl-1.0.ebuild b/app-emulation/emul-linux-x86-sdl/emul-linux-x86-sdl-1.0.ebuild
new file mode 100644
index 000000000000..969dc53381b7
--- /dev/null
+++ b/app-emulation/emul-linux-x86-sdl/emul-linux-x86-sdl-1.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-sdl/emul-linux-x86-sdl-1.0.ebuild,v 1.1 2004/07/15 01:35:48 lv Exp $
+
+DESCRIPTION="32bit SDL emulation for amd64"
+SRC_URI="http://dev.gentoo.org/~lv/emul-linux-x86-sdl-1.0.tar.bz2"
+HOMEPAGE=""
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="-* ~amd64"
+IUSE=""
+
+DEPEND="virtual/libc
+ >=app-emulation/emul-linux-x86-xlibs-1.0"
+
+src_install() {
+ mkdir -p ${D}
+ # everything should already be in the right place :)
+ cp -Rpvf ${WORKDIR}/* ${D}
+}