Gentoo Archives: gentoo-commits

From: "Mike Doty (kingtaco)" <kingtaco@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-20080418.ebuild
Date: Sat, 19 Apr 2008 00:58:27
Message-Id: E1Jn1PM-0002IO-4t@stork.gentoo.org
1 kingtaco 08/04/19 00:58:24
2
3 Modified: ChangeLog
4 Added: emul-linux-x86-soundlibs-20080418.ebuild
5 Log:
6 version bump for alsa-*-1.0.16
7 (Portage version: 2.1.5_rc4)
8
9 Revision Changes Path
10 1.38 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.38&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog?rev=1.38&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog?r1=1.37&r2=1.38
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog,v
19 retrieving revision 1.37
20 retrieving revision 1.38
21 diff -u -r1.37 -r1.38
22 --- ChangeLog 17 Mar 2008 07:21:44 -0000 1.37
23 +++ ChangeLog 19 Apr 2008 00:58:23 -0000 1.38
24 @@ -1,6 +1,12 @@
25 # ChangeLog for app-emulation/emul-linux-x86-soundlibs
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog,v 1.37 2008/03/17 07:21:44 welp Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog,v 1.38 2008/04/19 00:58:23 kingtaco Exp $
29 +
30 +*emul-linux-x86-soundlibs-20080418 (19 Apr 2008)
31 +
32 + 19 Apr 2008; Mike Doty <kingtaco@g.o>
33 + +emul-linux-x86-soundlibs-20080418.ebuild:
34 + version bump for alsa-*-1.0.16
35
36 *emul-linux-x86-soundlibs-20080316 (17 Mar 2008)
37
38
39
40
41 1.1 app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20080418.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20080418.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-20080418.ebuild?rev=1.1&content-type=text/plain
45
46 Index: emul-linux-x86-soundlibs-20080418.ebuild
47 ===================================================================
48 # Copyright 1999-2008 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-20080418.ebuild,v 1.1 2008/04/19 00:58:23 kingtaco Exp $
51
52 inherit emul-linux-x86
53
54 LICENSE="as-is BSD GPL-2 LGPL-2 LGPL-2.1"
55 KEYWORDS="-* ~amd64"
56 IUSE="arts esd alsa"
57
58 RDEPEND=">=app-emulation/emul-linux-x86-baselibs-20071114
59 >=app-emulation/emul-linux-x86-medialibs-20071114
60 >=app-emulation/emul-linux-x86-xlibs-20071114"
61
62 src_unpack() {
63 _ALLOWED="${S}/etc/env.d"
64
65 if use alsa; then
66 _ALLOWED="${_ALLOWED}|${S}/usr/bin/aoss"
67 fi
68
69 if use esd; then
70 _ALLOWED="${_ALLOWED}|${S}/usr/bin/esddsp"
71 fi
72
73 if use arts; then
74 _ALLOWED="${_ALLOWED}|${S}/usr/kde/.*/bin/artsdsp"
75 fi
76 ALLOWED="(${_ALLOWED})"
77
78 emul-linux-x86_src_unpack
79
80 mv -f "${S}"/usr/bin/aoss{,32}
81 mv -f "${S}"/usr/kde/3.5/bin/artsdsp{,32}
82 mv -f "${S}"/usr/bin/esddsp{,32}
83
84 if ! use arts; then
85 rm -rf "${S}"/usr/kde/
86 fi
87 }
88
89
90
91 --
92 gentoo-commits@l.g.o mailing list