diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-12-08 14:35:39 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-12-08 14:35:39 +0000 |
commit | 28bfa89367ad77021144225eec5d3cb892b8e17d (patch) | |
tree | 8c8016a86d4578464b697e5e0d0e6c3942be437c /app-emulation | |
parent | sharpen up intl dep (diff) | |
download | historical-28bfa89367ad77021144225eec5d3cb892b8e17d.tar.gz historical-28bfa89367ad77021144225eec5d3cb892b8e17d.tar.bz2 historical-28bfa89367ad77021144225eec5d3cb892b8e17d.zip |
Delete libasound.so.1
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/emul-linux-x86-soundlibs/Manifest | 8 | ||||
-rw-r--r-- | app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-1.0-r1.ebuild | 4 |
2 files changed, 7 insertions, 5 deletions
diff --git a/app-emulation/emul-linux-x86-soundlibs/Manifest b/app-emulation/emul-linux-x86-soundlibs/Manifest index a3587469ecdf..bea940b0c25e 100644 --- a/app-emulation/emul-linux-x86-soundlibs/Manifest +++ b/app-emulation/emul-linux-x86-soundlibs/Manifest @@ -4,14 +4,14 @@ Hash: SHA1 MD5 5afa0ff6b778c8fa76232a8ab2cc74a4 ChangeLog 597 MD5 3af1d59cb3bc84bf9842d9a6f16c2a13 emul-linux-x86-soundlibs-1.0.ebuild 683 MD5 3d107142a3ec13f947ea538fdfe0f517 metadata.xml 290 -MD5 97a75431b95cc0ba623716923c729721 emul-linux-x86-soundlibs-1.0-r1.ebuild 713 +MD5 3179e4a3cc7ffc513e46c3914f348efe emul-linux-x86-soundlibs-1.0-r1.ebuild 825 MD5 adbf4fa9c7ebff34f2f43ab3540beaf4 files/aoss32 200 MD5 d65450e14ac0ca2d4343137fe10d111a files/digest-emul-linux-x86-soundlibs-1.0 81 MD5 d65450e14ac0ca2d4343137fe10d111a files/digest-emul-linux-x86-soundlibs-1.0-r1 81 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (GNU/Linux) -iD8DBQFBtwgQArHZZzCEUG0RAsycAJ9+rbKr+ncFAEY0MgJCIYoMMxtt5QCeJX2l -eEpGihqoH04/4MVnjQpfDwI= -=v7Op +iD8DBQFBtxFFArHZZzCEUG0RAq58AJ433bI7NSXO0yyFpOiWIW07jJynmQCdHxjc +ZCooFS1dj7al28tuv1VgBfM= +=DNNo -----END PGP SIGNATURE----- diff --git a/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-1.0-r1.ebuild b/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-1.0-r1.ebuild index ff93bdbab872..765cb1704773 100644 --- a/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-1.0-r1.ebuild +++ b/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-1.0-r1.ebuild @@ -1,6 +1,6 @@ # 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-soundlibs/emul-linux-x86-soundlibs-1.0-r1.ebuild,v 1.1 2004/12/08 13:56:22 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-1.0-r1.ebuild,v 1.2 2004/12/08 14:35:39 eradicator Exp $ DESCRIPTION="Sound libraries for emulation of 32bit x86 on amd64" HOMEPAGE="http://www.gentoo.org/" @@ -19,4 +19,6 @@ S=${WORKDIR} src_install() { cp -aRpvf ${WORKDIR}/* ${D}/ dobin ${FILESDIR}/aoss32 + # This was just a backwards compat lib, but it breaks stuff now + rm ${D}/emul/linux/x86/usr/lib/libasound.so.1 } |