Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/emul-linux-x86-soundlibs: ChangeLog emul-linux-x86-soundlibs-20091231.ebuild
Date: Thu, 31 Dec 2009 12:26:53
Message-Id: E1NQJor-0000t4-Ua@stork.gentoo.org
1 pacho 09/12/31 12:07:57
2
3 Modified: ChangeLog
4 Added: emul-linux-x86-soundlibs-20091231.ebuild
5 Log:
6 New emul set
7 (Portage version: 2.1.7.15/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.48 app-emulation/emul-linux-x86-soundlibs/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog?rev=1.48&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog?rev=1.48&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog?r1=1.47&r2=1.48
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog,v
19 retrieving revision 1.47
20 retrieving revision 1.48
21 diff -u -r1.47 -r1.48
22 --- ChangeLog 30 Dec 2009 19:52:47 -0000 1.47
23 +++ ChangeLog 31 Dec 2009 12:07:57 -0000 1.48
24 @@ -1,6 +1,12 @@
25 # ChangeLog for app-emulation/emul-linux-x86-soundlibs
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog,v 1.47 2009/12/30 19:52:47 pacho Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog,v 1.48 2009/12/31 12:07:57 pacho Exp $
29 +
30 +*emul-linux-x86-soundlibs-20091231 (31 Dec 2009)
31 +
32 + 31 Dec 2009; Pacho Ramos <pacho@g.o>
33 + +emul-linux-x86-soundlibs-20091231.ebuild:
34 + New emul set: fix bug 240040
35
36 30 Dec 2009; Pacho Ramos <pacho@g.o>
37 emul-linux-x86-soundlibs-20081109.ebuild,
38
39
40
41 1.1 app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20091231.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20091231.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20091231.ebuild?rev=1.1&content-type=text/plain
45
46 Index: emul-linux-x86-soundlibs-20091231.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20091231.ebuild,v 1.1 2009/12/31 12:07:57 pacho Exp $
51
52 EAPI=1
53 inherit emul-linux-x86
54
55 LICENSE="as-is BSD GPL-2 LGPL-2 LGPL-2.1 gsm"
56 KEYWORDS="-* ~amd64"
57 IUSE="alsa"
58
59 RDEPEND="~app-emulation/emul-linux-x86-baselibs-${PV}
60 ~app-emulation/emul-linux-x86-medialibs-${PV}"
61
62 QA_DT_HASH="usr/lib32/.*"
63
64 src_unpack() {
65 _ALLOWED="${S}/etc/env.d"
66
67 if use alsa; then
68 _ALLOWED="${_ALLOWED}|${S}/usr/bin/aoss"
69 fi
70
71 ALLOWED="(${_ALLOWED})"
72
73 emul-linux-x86_src_unpack
74
75 mv -f "${S}"/usr/bin/aoss{,32} || die
76 }