diff options
author | Christoph Mende <angelos@gentoo.org> | 2008-02-03 22:09:07 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2008-02-03 22:09:07 +0000 |
commit | b256c6892f8ee67c5ea22277e9f2a5eb35138438 (patch) | |
tree | 9aae911acda22a56c10f1ecc91bbd80d4f145303 /app-emulation | |
parent | initial ebuild; thanks to 'Hampelratte' on vdr-portal.de for ebuild basis (diff) | |
download | gentoo-2-b256c6892f8ee67c5ea22277e9f2a5eb35138438.tar.gz gentoo-2-b256c6892f8ee67c5ea22277e9f2a5eb35138438.tar.bz2 gentoo-2-b256c6892f8ee67c5ea22277e9f2a5eb35138438.zip |
Stable on amd64
(Portage version: 2.1.4.1)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/emul-linux-x86-soundlibs/ChangeLog | 8 | ||||
-rw-r--r-- | app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20071125.ebuild | 14 |
2 files changed, 13 insertions, 9 deletions
diff --git a/app-emulation/emul-linux-x86-soundlibs/ChangeLog b/app-emulation/emul-linux-x86-soundlibs/ChangeLog index 97476240c933..a8bca7282558 100644 --- a/app-emulation/emul-linux-x86-soundlibs/ChangeLog +++ b/app-emulation/emul-linux-x86-soundlibs/ChangeLog @@ -1,6 +1,10 @@ # 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.35 2007/12/25 14:12:05 phreak Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog,v 1.36 2008/02/03 22:09:07 angelos Exp $ + + 03 Feb 2008; Christoph Mende <angelos@gentoo.org> + emul-linux-x86-soundlibs-20071125.ebuild: + Stable on amd64 25 Dec 2007; Christian Heim <phreak@gentoo.org> metadata.xml: Removing kugelfang from metadata.xml as per #46972. diff --git a/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20071125.ebuild b/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20071125.ebuild index dc7666511715..dce4f9e27042 100644 --- a/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20071125.ebuild +++ b/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20071125.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 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-20071125.ebuild,v 1.1 2007/11/25 23:02:43 kingtaco Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20071125.ebuild,v 1.2 2008/02/03 22:09:07 angelos Exp $ inherit emul-linux-x86 LICENSE="as-is BSD GPL-2 LGPL-2 LGPL-2.1" -KEYWORDS="-* ~amd64" +KEYWORDS="-* amd64" IUSE="arts esd alsa" RDEPEND=">=app-emulation/emul-linux-x86-baselibs-20071114 @@ -30,11 +30,11 @@ src_unpack() { emul-linux-x86_src_unpack - mv -f ${S}/usr/bin/aoss{,32} - mv -f ${S}/usr/kde/3.5/bin/artsdsp{,32} - mv -f ${S}/usr/bin/esddsp{,32} + mv -f "${S}"/usr/bin/aoss{,32} + mv -f "${S}"/usr/kde/3.5/bin/artsdsp{,32} + mv -f "${S}"/usr/bin/esddsp{,32} if ! use arts; then - rm -rf ${S}/usr/kde/ + rm -rf "${S}"/usr/kde/ fi } |