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: emul-linux-x86-soundlibs-20091226.ebuild ChangeLog
Date: Sat, 26 Dec 2009 21:51:00
Message-Id: E1NOeXJ-0005zs-Ke@stork.gentoo.org
1 pacho 09/12/26 21:50:57
2
3 Modified: ChangeLog
4 Added: emul-linux-x86-soundlibs-20091226.ebuild
5 Log:
6 New emul packages, tons of fixes and updates
7 (Portage version: 2.1.7.15/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.46 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.46&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog?rev=1.46&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog?r1=1.45&r2=1.46
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog,v
19 retrieving revision 1.45
20 retrieving revision 1.46
21 diff -u -r1.45 -r1.46
22 --- ChangeLog 3 Nov 2009 21:10:01 -0000 1.45
23 +++ ChangeLog 26 Dec 2009 21:50:57 -0000 1.46
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.45 2009/11/03 21:10:01 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog,v 1.46 2009/12/26 21:50:57 pacho Exp $
29 +
30 +*emul-linux-x86-soundlibs-20091226 (26 Dec 2009)
31 +
32 + 26 Dec 2009; Pacho Ramos <pacho@g.o>
33 + +emul-linux-x86-soundlibs-20091226.ebuild:
34 + New emul packages, tons of fixes and updates
35
36 03 Nov 2009; Samuli Suominen <ssuominen@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-20091226.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20091226.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-20091226.ebuild?rev=1.1&content-type=text/plain
45
46 Index: emul-linux-x86-soundlibs-20091226.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-20091226.ebuild,v 1.1 2009/12/26 21:50: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}
76 }