From 4fade86168bb22b48c57d4072629d5533cd2f0eb Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Fri, 9 Apr 2010 17:37:13 +0000 Subject: Version bump and drop old uncomplete one Package-Manager: portage-2.1.7.17/cvs/Linux x86_64 --- app-emulation/emul-linux-x86-soundlibs/ChangeLog | 9 +++++- .../emul-linux-x86-soundlibs-20100220.ebuild | 32 -------------------- .../emul-linux-x86-soundlibs-20100409.ebuild | 34 ++++++++++++++++++++++ 3 files changed, 42 insertions(+), 33 deletions(-) delete mode 100644 app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20100220.ebuild create mode 100644 app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20100409.ebuild (limited to 'app-emulation/emul-linux-x86-soundlibs') diff --git a/app-emulation/emul-linux-x86-soundlibs/ChangeLog b/app-emulation/emul-linux-x86-soundlibs/ChangeLog index f44c3894f399..85423ddc07fe 100644 --- a/app-emulation/emul-linux-x86-soundlibs/ChangeLog +++ b/app-emulation/emul-linux-x86-soundlibs/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-emulation/emul-linux-x86-soundlibs # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog,v 1.58 2010/03/22 14:02:08 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog,v 1.59 2010/04/09 17:37:13 pacho Exp $ + +*emul-linux-x86-soundlibs-20100409 (09 Apr 2010) + + 09 Apr 2010; Pacho Ramos + -emul-linux-x86-soundlibs-20100220.ebuild, + +emul-linux-x86-soundlibs-20100409.ebuild: + Version bump and removing uncomplete version. 22 Mar 2010; Pacho Ramos emul-linux-x86-soundlibs-20100220-r1.ebuild: diff --git a/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20100220.ebuild b/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20100220.ebuild deleted file mode 100644 index 2e932cd3e971..000000000000 --- a/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20100220.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2010 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-20100220.ebuild,v 1.1 2010/02/20 23:10:16 pacho Exp $ - -inherit emul-linux-x86 - -LICENSE="as-is BSD GPL-2 LGPL-2 LGPL-2.1 gsm" -KEYWORDS="-* ~amd64" -IUSE="alsa pulseaudio" - -RDEPEND="pulseaudio? ( media-sound/pulseaudio ) - ~app-emulation/emul-linux-x86-baselibs-${PV} - ~app-emulation/emul-linux-x86-medialibs-${PV}" - -QA_DT_HASH="usr/lib32/.*" - -src_unpack() { - _ALLOWED="${S}/etc/env.d" - use alsa && _ALLOWED="${_ALLOWED}|${S}/usr/bin/aoss" - ALLOWED="(${_ALLOWED})" - - emul-linux-x86_src_unpack - - if use alsa; then - mv -f "${S}"/usr/bin/aoss{,32} || die - fi - - # libs without the rest of pulseaudio cause problems, bug 302003 - if ! use pulseaudio; then - rm -rf $(find "${S}" -name '*pulse*' -not -name '*impulse*') || die - fi -} diff --git a/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20100409.ebuild b/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20100409.ebuild new file mode 100644 index 000000000000..b44d8106d598 --- /dev/null +++ b/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20100409.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2010 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-20100409.ebuild,v 1.1 2010/04/09 17:37:13 pacho Exp $ + +inherit emul-linux-x86 + +SRC_URI="mirror://gentoo/${PN}-${PV}.tar.bz2" + +LICENSE="as-is BSD GPL-2 LGPL-2 LGPL-2.1 gsm" +KEYWORDS="-* ~amd64" +IUSE="alsa pulseaudio" + +RDEPEND="pulseaudio? ( media-sound/pulseaudio ) + ~app-emulation/emul-linux-x86-baselibs-${PV} + ~app-emulation/emul-linux-x86-medialibs-${PV}" + +QA_DT_HASH="usr/lib32/.*" + +src_unpack() { + _ALLOWED="${S}/etc/env.d" + use alsa && _ALLOWED="${_ALLOWED}|${S}/usr/bin/aoss" + ALLOWED="(${_ALLOWED})" + + emul-linux-x86_src_unpack + + if use alsa; then + mv -f "${S}"/usr/bin/aoss{,32} || die + fi + + # libs without the rest of pulseaudio cause problems, bug 302003 + if ! use pulseaudio; then + rm -rf $(find "${S}" -name '*pulse*' -not -name '*impulse*') || die + fi +} -- cgit v1.2.3-65-gdbad