From 8b736babfd90d74ed6115838d88ba2ef45b3b0bf Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Fri, 11 Jun 2010 14:42:21 +0000 Subject: Version bump, remove old. (Portage version: 2.1.8.3/cvs/Linux x86_64) --- app-emulation/emul-linux-x86-soundlibs/ChangeLog | 9 +++++- .../emul-linux-x86-soundlibs-20091231-r1.ebuild | 32 ---------------------- .../emul-linux-x86-soundlibs-20100611.ebuild | 32 ++++++++++++++++++++++ 3 files changed, 40 insertions(+), 33 deletions(-) delete mode 100644 app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20091231-r1.ebuild create mode 100644 app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20100611.ebuild (limited to 'app-emulation') diff --git a/app-emulation/emul-linux-x86-soundlibs/ChangeLog b/app-emulation/emul-linux-x86-soundlibs/ChangeLog index 70541b0ea2c4..7f7d45abe837 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.61 2010/06/02 13:43:47 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog,v 1.62 2010/06/11 14:42:21 pacho Exp $ + +*emul-linux-x86-soundlibs-20100611 (11 Jun 2010) + + 11 Jun 2010; Pacho Ramos + -emul-linux-x86-soundlibs-20091231-r1.ebuild, + +emul-linux-x86-soundlibs-20100611.ebuild: + Version bump, remove old. 02 Jun 2010; Pacho Ramos emul-linux-x86-soundlibs-20100409-r1.ebuild: diff --git a/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20091231-r1.ebuild b/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20091231-r1.ebuild deleted file mode 100644 index 9ac3f6f3545b..000000000000 --- a/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20091231-r1.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-20091231-r1.ebuild,v 1.2 2010/01/29 22:48:57 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-20100611.ebuild b/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20100611.ebuild new file mode 100644 index 000000000000..ac9b4ee31329 --- /dev/null +++ b/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20100611.ebuild @@ -0,0 +1,32 @@ +# 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-20100611.ebuild,v 1.1 2010/06/11 14:42:21 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 +} -- cgit v1.2.3-65-gdbad