diff options
author | Herbie Hopkins <herbs@gentoo.org> | 2005-04-18 10:22:53 +0000 |
---|---|---|
committer | Herbie Hopkins <herbs@gentoo.org> | 2005-04-18 10:22:53 +0000 |
commit | ad1ea52a769e7b2ffe713edb13d0cb3108ed9a6b (patch) | |
tree | b72bca91bdcdf9bd646dd8a81160a3e337a4e463 /app-emulation/emul-linux-x86-sdl | |
parent | add subtitle patch (diff) | |
download | historical-ad1ea52a769e7b2ffe713edb13d0cb3108ed9a6b.tar.gz historical-ad1ea52a769e7b2ffe713edb13d0cb3108ed9a6b.tar.bz2 historical-ad1ea52a769e7b2ffe713edb13d0cb3108ed9a6b.zip |
Add libopenal, Fixed SRC_URI.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'app-emulation/emul-linux-x86-sdl')
4 files changed, 43 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..da8a3325fa6a 100644 --- a/app-emulation/emul-linux-x86-sdl/Manifest +++ b/app-emulation/emul-linux-x86-sdl/Manifest @@ -1,7 +1,19 @@ -MD5 a04f836d8a64a430818256640e6b5f5c ChangeLog 1083 -MD5 50249a96d20836552ab420e0f66e6ac6 emul-linux-x86-sdl-1.0.ebuild 607 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 2793e471ac413c4699e1a8fb2511d16a emul-linux-x86-sdl-1.2.8-r1.ebuild 680 +MD5 41eddef2d70416d6daefcd465b3e4f43 emul-linux-x86-sdl-2.1.ebuild 595 +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 1187366eb08c82e966c33c2485bb4299 ChangeLog 1268 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 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.1 (GNU/Linux) + +iD8DBQFCY4qO2G5bA0cA/ScRAlbzAKDHoqm+q4FxI99z+FoTxw0XF/yicQCfZkV1 +CdDolEFduhjtI2Dc6heI8tU= +=OPBU +-----END PGP SIGNATURE----- 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 |