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-20130224.ebuild ChangeLog emul-linux-x86-soundlibs-20121028.ebuild
Date: Mon, 25 Feb 2013 18:48:56
Message-Id: 20130225184852.BCE492171D@flycatcher.gentoo.org
1 pacho 13/02/25 18:48:52
2
3 Modified: ChangeLog
4 Added: emul-linux-x86-soundlibs-20130224.ebuild
5 Removed: emul-linux-x86-soundlibs-20121028.ebuild
6 Log:
7 Version bump, drop old
8
9 (Portage version: 2.1.11.52/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key A188FBD4)
10
11 Revision Changes Path
12 1.89 app-emulation/emul-linux-x86-soundlibs/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog?rev=1.89&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog?rev=1.89&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog?r1=1.88&r2=1.89
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog,v
21 retrieving revision 1.88
22 retrieving revision 1.89
23 diff -u -r1.88 -r1.89
24 --- ChangeLog 3 Feb 2013 01:00:01 -0000 1.88
25 +++ ChangeLog 25 Feb 2013 18:48:52 -0000 1.89
26 @@ -1,6 +1,13 @@
27 # ChangeLog for app-emulation/emul-linux-x86-soundlibs
28 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog,v 1.88 2013/02/03 01:00:01 ottxor Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog,v 1.89 2013/02/25 18:48:52 pacho Exp $
31 +
32 +*emul-linux-x86-soundlibs-20130224 (25 Feb 2013)
33 +
34 + 25 Feb 2013; Pacho Ramos <pacho@g.o>
35 + +emul-linux-x86-soundlibs-20130224.ebuild,
36 + -emul-linux-x86-soundlibs-20121028.ebuild:
37 + Version bump, drop old
38
39 03 Feb 2013; Christoph Junghans <ottxor@g.o>
40 emul-linux-x86-soundlibs-20121028.ebuild,
41
42
43
44 1.1 app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20130224.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20130224.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20130224.ebuild?rev=1.1&content-type=text/plain
48
49 Index: emul-linux-x86-soundlibs-20130224.ebuild
50 ===================================================================
51 # Copyright 1999-2013 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20130224.ebuild,v 1.1 2013/02/25 18:48:52 pacho Exp $
54
55 EAPI=5
56 inherit emul-linux-x86
57
58 LICENSE="BSD FDL-1.2 GPL-2 LGPL-2.1 LGPL-2 MIT gsm public-domain"
59 KEYWORDS="-* ~amd64"
60 IUSE="alsa"
61
62 RDEPEND="~app-emulation/emul-linux-x86-baselibs-${PV}
63 ~app-emulation/emul-linux-x86-medialibs-${PV}
64 !>=sci-libs/fftw-3.3.3-r1[abi_x86_32]"
65
66 src_prepare() {
67 _ALLOWED="${S}/etc/env.d"
68 use alsa && _ALLOWED="${_ALLOWED}|${S}/usr/bin/aoss"
69 ALLOWED="(${_ALLOWED})"
70
71 emul-linux-x86_src_prepare
72
73 if use alsa; then
74 mv -f "${S}"/usr/bin/aoss{,32} || die
75 fi
76 }