summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2009-12-26 21:51:40 +0000
committerPacho Ramos <pacho@gentoo.org>2009-12-26 21:51:40 +0000
commit71be411354756b7b33a845a246ab1839628866a7 (patch)
treec49f240caf7769907b877aabb93df5c95b9edf8e /app-emulation/emul-linux-x86-soundlibs
parentAdd missing dependency over redcloth when building documentation (bug #298468... (diff)
downloadhistorical-71be411354756b7b33a845a246ab1839628866a7.tar.gz
historical-71be411354756b7b33a845a246ab1839628866a7.tar.bz2
historical-71be411354756b7b33a845a246ab1839628866a7.zip
New emul packages, tons of fixes and updates
Package-Manager: portage-2.1.7.15/cvs/Linux x86_64
Diffstat (limited to 'app-emulation/emul-linux-x86-soundlibs')
-rw-r--r--app-emulation/emul-linux-x86-soundlibs/ChangeLog8
-rw-r--r--app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20091226.ebuild29
2 files changed, 36 insertions, 1 deletions
diff --git a/app-emulation/emul-linux-x86-soundlibs/ChangeLog b/app-emulation/emul-linux-x86-soundlibs/ChangeLog
index fd57f16e001e..68caa7395307 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-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog,v 1.45 2009/11/03 21:10:01 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog,v 1.46 2009/12/26 21:50:57 pacho Exp $
+
+*emul-linux-x86-soundlibs-20091226 (26 Dec 2009)
+
+ 26 Dec 2009; Pacho Ramos <pacho@gentoo.org>
+ +emul-linux-x86-soundlibs-20091226.ebuild:
+ New emul packages, tons of fixes and updates
03 Nov 2009; Samuli Suominen <ssuominen@gentoo.org>
emul-linux-x86-soundlibs-20081109.ebuild:
diff --git a/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20091226.ebuild b/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20091226.ebuild
new file mode 100644
index 000000000000..861291118528
--- /dev/null
+++ b/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20091226.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2009 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-20091226.ebuild,v 1.1 2009/12/26 21:50:57 pacho Exp $
+
+EAPI=1
+inherit emul-linux-x86
+
+LICENSE="as-is BSD GPL-2 LGPL-2 LGPL-2.1 gsm"
+KEYWORDS="-* ~amd64"
+IUSE="alsa"
+
+RDEPEND=">=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"
+
+ if use alsa; then
+ _ALLOWED="${_ALLOWED}|${S}/usr/bin/aoss"
+ fi
+
+ ALLOWED="(${_ALLOWED})"
+
+ emul-linux-x86_src_unpack
+
+ mv -f "${S}"/usr/bin/aoss{,32}
+} \ No newline at end of file