Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/emul-linux-x86-sdl: ChangeLog emul-linux-x86-sdl-20131008-r1.ebuild
Date: Mon, 30 Dec 2013 07:45:47
Message-Id: 20131230074542.F13622004C@flycatcher.gentoo.org
1 aballier 13/12/30 07:45:42
2
3 Modified: ChangeLog
4 Added: emul-linux-x86-sdl-20131008-r1.ebuild
5 Log:
6 new revision without openal, bug #484060
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
9
10 Revision Changes Path
11 1.73 app-emulation/emul-linux-x86-sdl/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-sdl/ChangeLog?rev=1.73&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-sdl/ChangeLog?rev=1.73&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-sdl/ChangeLog?r1=1.72&r2=1.73
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-sdl/ChangeLog,v
20 retrieving revision 1.72
21 retrieving revision 1.73
22 diff -u -r1.72 -r1.73
23 --- ChangeLog 22 Nov 2013 19:34:01 -0000 1.72
24 +++ ChangeLog 30 Dec 2013 07:45:42 -0000 1.73
25 @@ -1,6 +1,12 @@
26 # ChangeLog for app-emulation/emul-linux-x86-sdl
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-sdl/ChangeLog,v 1.72 2013/11/22 19:34:01 pacho Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-sdl/ChangeLog,v 1.73 2013/12/30 07:45:42 aballier Exp $
30 +
31 +*emul-linux-x86-sdl-20131008-r1 (30 Dec 2013)
32 +
33 + 30 Dec 2013; Alexis Ballier <aballier@g.o>
34 + +emul-linux-x86-sdl-20131008-r1.ebuild, +files/remove-native:
35 + new revision without openal, bug #484060
36
37 22 Nov 2013; Pacho Ramos <pacho@g.o>
38 emul-linux-x86-sdl-20131008.ebuild:
39
40
41
42 1.1 app-emulation/emul-linux-x86-sdl/emul-linux-x86-sdl-20131008-r1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-sdl/emul-linux-x86-sdl-20131008-r1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-sdl/emul-linux-x86-sdl-20131008-r1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: emul-linux-x86-sdl-20131008-r1.ebuild
48 ===================================================================
49 # Copyright 1999-2013 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-sdl/emul-linux-x86-sdl-20131008-r1.ebuild,v 1.1 2013/12/30 07:45:42 aballier Exp $
52
53 EAPI=5
54 inherit emul-linux-x86
55
56 LICENSE="LGPL-2 LGPL-2.1 ZLIB"
57 KEYWORDS="-* ~amd64"
58 IUSE="abi_x86_32"
59
60 DEPEND=""
61 RDEPEND="~app-emulation/emul-linux-x86-xlibs-${PV}
62 ~app-emulation/emul-linux-x86-baselibs-${PV}
63 ~app-emulation/emul-linux-x86-soundlibs-${PV}
64 ~app-emulation/emul-linux-x86-medialibs-${PV}
65 abi_x86_32? (
66 >=media-libs/openal-1.15.1-r1[abi_x86_32(-)]
67 )"
68
69 src_prepare() {
70 emul-linux-x86_src_prepare
71
72 # Remove migrated stuff.
73 use abi_x86_32 && rm -f $(cat "${FILESDIR}/remove-native")
74 }