summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHerbie Hopkins <herbs@gentoo.org>2005-04-18 10:22:53 +0000
committerHerbie Hopkins <herbs@gentoo.org>2005-04-18 10:22:53 +0000
commit40d5ead986eafe6772ac713c675513fc24c90408 (patch)
treead71a8700fe68418b360553984582f263922f3d8 /app-emulation/emul-linux-x86-sdl
parentadd subtitle patch (diff)
downloadgentoo-2-40d5ead986eafe6772ac713c675513fc24c90408.tar.gz
gentoo-2-40d5ead986eafe6772ac713c675513fc24c90408.tar.bz2
gentoo-2-40d5ead986eafe6772ac713c675513fc24c90408.zip
Add libopenal, Fixed SRC_URI.
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-emulation/emul-linux-x86-sdl')
-rw-r--r--app-emulation/emul-linux-x86-sdl/ChangeLog8
-rw-r--r--app-emulation/emul-linux-x86-sdl/Manifest8
-rw-r--r--app-emulation/emul-linux-x86-sdl/emul-linux-x86-sdl-2.1.ebuild20
-rw-r--r--app-emulation/emul-linux-x86-sdl/files/digest-emul-linux-x86-sdl-2.11
4 files changed, 33 insertions, 4 deletions
diff --git a/app-emulation/emul-linux-x86-sdl/ChangeLog b/app-emulation/emul-linux-x86-sdl/ChangeLog
index 7a89ee494503..984d2397ad6c 100644
--- a/app-emulation/emul-linux-x86-sdl/ChangeLog
+++ b/app-emulation/emul-linux-x86-sdl/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-emulation/emul-linux-x86-sdl
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-sdl/ChangeLog,v 1.7 2005/04/15 21:15:39 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-sdl/ChangeLog,v 1.8 2005/04/18 10:22:53 herbs Exp $
+
+*emul-linux-x86-sdl-2.1 (18 Apr 2005)
+
+ 18 Apr 2005; Herbie Hopkins <herbs@gentoo.org>
+ +emul-linux-x86-sdl-2.1.ebuild:
+ Add libopenal, bug #73543. Removed .a files. Fixed SRC_URI.
*emul-linux-x86-sdl-2.0 (15 Apr 2005)
diff --git a/app-emulation/emul-linux-x86-sdl/Manifest b/app-emulation/emul-linux-x86-sdl/Manifest
index 1068b6c7099e..e839d1cdffd5 100644
--- a/app-emulation/emul-linux-x86-sdl/Manifest
+++ b/app-emulation/emul-linux-x86-sdl/Manifest
@@ -1,7 +1,9 @@
-MD5 a04f836d8a64a430818256640e6b5f5c ChangeLog 1083
-MD5 50249a96d20836552ab420e0f66e6ac6 emul-linux-x86-sdl-1.0.ebuild 607
MD5 2793e471ac413c4699e1a8fb2511d16a emul-linux-x86-sdl-1.2.8-r1.ebuild 680
+MD5 d84feaf676101ff445c97d9473686d3a emul-linux-x86-sdl-2.1.ebuild 472
+MD5 50249a96d20836552ab420e0f66e6ac6 emul-linux-x86-sdl-1.0.ebuild 607
MD5 4cbcf4cfa6c1973d4661ddc1cea6ae9d emul-linux-x86-sdl-2.0.ebuild 689
-MD5 6941ee95bd0d4cf8454d1f8310d0ce36 files/digest-emul-linux-x86-sdl-1.0 75
+MD5 a04f836d8a64a430818256640e6b5f5c ChangeLog 1083
MD5 0ab366267973396b8f5bcbae06a8a884 files/digest-emul-linux-x86-sdl-1.2.8-r1 78
+MD5 6941ee95bd0d4cf8454d1f8310d0ce36 files/digest-emul-linux-x86-sdl-1.0 75
MD5 a6cc511d115dd7ef4b621d482e89d9dd files/digest-emul-linux-x86-sdl-2.0 75
+MD5 59e5d6e467e5d053b7e5538878235a7b files/digest-emul-linux-x86-sdl-2.1 75
diff --git a/app-emulation/emul-linux-x86-sdl/emul-linux-x86-sdl-2.1.ebuild b/app-emulation/emul-linux-x86-sdl/emul-linux-x86-sdl-2.1.ebuild
new file mode 100644
index 000000000000..b64da0aa0956
--- /dev/null
+++ b/app-emulation/emul-linux-x86-sdl/emul-linux-x86-sdl-2.1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2005 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-2.1.ebuild,v 1.1 2005/04/18 10:22:53 herbs Exp $
+
+DESCRIPTION="32bit SDL emulation for amd64"
+SRC_URI="mirror://gentoo/emul-linux-x86-sdl-${PV}.tar.bz2"
+HOMEPAGE="http://www.gentoo.org/"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="-* ~amd64"
+IUSE=""
+
+DEPEND="virtual/libc
+ >=app-emulation/emul-linux-x86-soundlibs-2.0
+ >=app-emulation/emul-linux-x86-xlibs-2.0"
+
+src_install() {
+ cp -RPvf ${WORKDIR}/* ${D}/
+}
diff --git a/app-emulation/emul-linux-x86-sdl/files/digest-emul-linux-x86-sdl-2.1 b/app-emulation/emul-linux-x86-sdl/files/digest-emul-linux-x86-sdl-2.1
new file mode 100644
index 000000000000..b81b3ebb42a1
--- /dev/null
+++ b/app-emulation/emul-linux-x86-sdl/files/digest-emul-linux-x86-sdl-2.1
@@ -0,0 +1 @@
+MD5 0ab8af7141be19102804e352035edf39 emul-linux-x86-sdl-2.1.tar.bz2 491297