diff options
author | 2007-01-05 07:14:13 +0000 | |
---|---|---|
committer | 2007-01-05 07:14:13 +0000 | |
commit | 5803f3c01788d65923e3ae7db3e922415a525938 (patch) | |
tree | 02c6ad20c5105218416c2f4a845c6c7f62ab341d /app-emulation/emul-linux-x86-soundlibs | |
parent | Fix encoded /emul to point to lib32 #143390. (diff) | |
download | gentoo-2-5803f3c01788d65923e3ae7db3e922415a525938.tar.gz gentoo-2-5803f3c01788d65923e3ae7db3e922415a525938.tar.bz2 gentoo-2-5803f3c01788d65923e3ae7db3e922415a525938.zip |
Fix encoded /emul to point to lib32 #143390.
(Portage version: 2.1.2_rc4-r6)
Diffstat (limited to 'app-emulation/emul-linux-x86-soundlibs')
3 files changed, 40 insertions, 1 deletions
diff --git a/app-emulation/emul-linux-x86-soundlibs/ChangeLog b/app-emulation/emul-linux-x86-soundlibs/ChangeLog index 99a5c324fb97..bc953dc1647e 100644 --- a/app-emulation/emul-linux-x86-soundlibs/ChangeLog +++ b/app-emulation/emul-linux-x86-soundlibs/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-emulation/emul-linux-x86-soundlibs # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog,v 1.20 2007/01/03 07:35:22 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog,v 1.21 2007/01/05 07:14:13 vapier Exp $ + +*emul-linux-x86-soundlibs-2.5-r2 (05 Jan 2007) + + 05 Jan 2007; Mike Frysinger <vapier@gentoo.org> + +emul-linux-x86-soundlibs-2.5-r2.ebuild: + Fix encoded /emul to point to lib32 #143390. *emul-linux-x86-soundlibs-2.5-r1 (03 Jan 2007) diff --git a/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-2.5-r2.ebuild b/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-2.5-r2.ebuild new file mode 100644 index 000000000000..8c0fba4c9d0c --- /dev/null +++ b/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-2.5-r2.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-2.5-r2.ebuild,v 1.1 2007/01/05 07:14:13 vapier Exp $ + +DESCRIPTION="Sound libraries for emulation of 32bit x86 on amd64" +HOMEPAGE="http://www.gentoo.org/" +SRC_URI="http://dev.gentooexperimental.org/~peper/distfiles/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="-* ~amd64" +IUSE="" +RESTRICT="nostrip" + +RDEPEND=">=app-emulation/emul-linux-x86-baselibs-2.5.5-r2 + !<=app-emulation/emul-linux-x86-medialibs-1.1" + +S=${WORKDIR} + +src_unpack() { + unpack ${A} + cd "${S}" + mv emul/linux/x86/usr/lib usr/lib32 || die + rmdir emul/linux/x86/usr emul/linux/x86 emul/linux emul || die + sed -i 's:/emul/linux/x86::' usr/bin/artsdsp32 usr/bin/esddsp32 || die +} + +src_install() { + cp -a "${WORKDIR}"/* "${D}"/ || die +} diff --git a/app-emulation/emul-linux-x86-soundlibs/files/digest-emul-linux-x86-soundlibs-2.5-r2 b/app-emulation/emul-linux-x86-soundlibs/files/digest-emul-linux-x86-soundlibs-2.5-r2 new file mode 100644 index 000000000000..0fa4945826f1 --- /dev/null +++ b/app-emulation/emul-linux-x86-soundlibs/files/digest-emul-linux-x86-soundlibs-2.5-r2 @@ -0,0 +1,3 @@ +MD5 dc247da8c5b9b83213e898e32fe4d0d8 emul-linux-x86-soundlibs-2.5.tar.bz2 865179 +RMD160 72ce56bede26765b7963994cd2e746648c72c107 emul-linux-x86-soundlibs-2.5.tar.bz2 865179 +SHA256 caa0d8ac3ca6af57b25cf8f525fafe29bcb074b975692959282c5efcf0770540 emul-linux-x86-soundlibs-2.5.tar.bz2 865179 |