diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-01-03 07:35:22 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-01-03 07:35:22 +0000 |
commit | 91f1d6680d67f32a31652add3de42ce6ea8f13ac (patch) | |
tree | ab412157460b3cfd615c8e7e1a422170d5e41b8a /app-emulation/emul-linux-x86-soundlibs | |
parent | Move /emul to /lib32 #143390. (diff) | |
download | gentoo-2-91f1d6680d67f32a31652add3de42ce6ea8f13ac.tar.gz gentoo-2-91f1d6680d67f32a31652add3de42ce6ea8f13ac.tar.bz2 gentoo-2-91f1d6680d67f32a31652add3de42ce6ea8f13ac.zip |
Move /emul to /lib32 #143390.
(Portage version: 2.1.2_rc4-r3)
Diffstat (limited to 'app-emulation/emul-linux-x86-soundlibs')
3 files changed, 40 insertions, 2 deletions
diff --git a/app-emulation/emul-linux-x86-soundlibs/ChangeLog b/app-emulation/emul-linux-x86-soundlibs/ChangeLog index e6e0f5dcc1c9..99a5c324fb97 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-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog,v 1.19 2006/12/23 17:15:08 peper Exp $ +# 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 $ + +*emul-linux-x86-soundlibs-2.5-r1 (03 Jan 2007) + + 03 Jan 2007; Mike Frysinger <vapier@gentoo.org> + +emul-linux-x86-soundlibs-2.5-r1.ebuild: + Move /emul to /lib32 #143390. *emul-linux-x86-soundlibs-2.5 (23 Dec 2006) diff --git a/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-2.5-r1.ebuild b/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-2.5-r1.ebuild new file mode 100644 index 000000000000..2ed14cabc8e2 --- /dev/null +++ b/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-2.5-r1.ebuild @@ -0,0 +1,29 @@ +# 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-r1.ebuild,v 1.1 2007/01/03 07:35:22 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-r1 + !<=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 +} + +src_install() { + cp -a "${WORKDIR}"/* "${D}"/ || die +} diff --git a/app-emulation/emul-linux-x86-soundlibs/files/digest-emul-linux-x86-soundlibs-2.5-r1 b/app-emulation/emul-linux-x86-soundlibs/files/digest-emul-linux-x86-soundlibs-2.5-r1 new file mode 100644 index 000000000000..0fa4945826f1 --- /dev/null +++ b/app-emulation/emul-linux-x86-soundlibs/files/digest-emul-linux-x86-soundlibs-2.5-r1 @@ -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 |