Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-action/swordandsworcery: swordandsworcery-1.02.ebuild ChangeLog
Date: Wed, 25 Jun 2014 13:28:16
Message-Id: 20140625132812.1BE4D2004E@flycatcher.gentoo.org
1 mgorny 14/06/25 13:28:12
2
3 Modified: swordandsworcery-1.02.ebuild ChangeLog
4 Log:
5 Support multilib dependencies aside to emul-linux-x86.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
8
9 Revision Changes Path
10 1.5 games-action/swordandsworcery/swordandsworcery-1.02.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/swordandsworcery/swordandsworcery-1.02.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/swordandsworcery/swordandsworcery-1.02.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/swordandsworcery/swordandsworcery-1.02.ebuild?r1=1.4&r2=1.5
15
16 Index: swordandsworcery-1.02.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-action/swordandsworcery/swordandsworcery-1.02.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- swordandsworcery-1.02.ebuild 15 May 2014 16:25:05 -0000 1.4
23 +++ swordandsworcery-1.02.ebuild 25 Jun 2014 13:28:11 -0000 1.5
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-action/swordandsworcery/swordandsworcery-1.02.ebuild,v 1.4 2014/05/15 16:25:05 ulm Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-action/swordandsworcery/swordandsworcery-1.02.ebuild,v 1.5 2014/06/25 13:28:11 mgorny Exp $
29
30 # TODO: unbundle liblua-5.1 when available for multilib
31
32 @@ -26,11 +26,54 @@
33 RDEPEND="
34 virtual/opengl
35 amd64? (
36 - app-emulation/emul-linux-x86-baselibs
37 - app-emulation/emul-linux-x86-opengl
38 - app-emulation/emul-linux-x86-sdl
39 - app-emulation/emul-linux-x86-soundlibs[alsa]
40 - app-emulation/emul-linux-x86-xlibs
41 + || (
42 + app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
43 + (
44 + dev-libs/openssl[abi_x86_32(-)]
45 + sys-libs/zlib[abi_x86_32(-)]
46 + !bundled-libs? (
47 + net-misc/curl[abi_x86_32(-)]
48 + )
49 + )
50 + )
51 + || (
52 + app-emulation/emul-linux-x86-opengl[-abi_x86_32(-)]
53 + (
54 + virtual/glu[abi_x86_32(-)]
55 + virtual/opengl[abi_x86_32(-)]
56 + )
57 + )
58 + !bundled-libs? (
59 + || (
60 + app-emulation/emul-linux-x86-sdl[-abi_x86_32(-)]
61 + media-libs/libsdl[X,sound,video,opengl,joystick,abi_x86_32(-)]
62 + )
63 + )
64 + || (
65 + app-emulation/emul-linux-x86-soundlibs[alsa,-abi_x86_32(-)]
66 + (
67 + media-libs/alsa-lib[abi_x86_32(-)]
68 + media-libs/flac[abi_x86_32(-)]
69 + media-libs/libogg[abi_x86_32(-)]
70 + media-libs/libsndfile[abi_x86_32(-)]
71 + media-libs/libvorbis[abi_x86_32(-)]
72 + media-sound/pulseaudio[abi_x86_32(-)]
73 + )
74 + )
75 + || (
76 + app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)]
77 + (
78 + x11-libs/libICE[abi_x86_32(-)]
79 + x11-libs/libSM[abi_x86_32(-)]
80 + x11-libs/libX11[abi_x86_32(-)]
81 + x11-libs/libXau[abi_x86_32(-)]
82 + x11-libs/libxcb[abi_x86_32(-)]
83 + x11-libs/libXdmcp[abi_x86_32(-)]
84 + x11-libs/libXext[abi_x86_32(-)]
85 + x11-libs/libXi[abi_x86_32(-)]
86 + x11-libs/libXtst[abi_x86_32(-)]
87 + )
88 + )
89 )
90 x86? (
91 dev-libs/openssl
92
93
94
95 1.4 games-action/swordandsworcery/ChangeLog
96
97 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/swordandsworcery/ChangeLog?rev=1.4&view=markup
98 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/swordandsworcery/ChangeLog?rev=1.4&content-type=text/plain
99 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/swordandsworcery/ChangeLog?r1=1.3&r2=1.4
100
101 Index: ChangeLog
102 ===================================================================
103 RCS file: /var/cvsroot/gentoo-x86/games-action/swordandsworcery/ChangeLog,v
104 retrieving revision 1.3
105 retrieving revision 1.4
106 diff -u -r1.3 -r1.4
107 --- ChangeLog 15 May 2014 16:25:05 -0000 1.3
108 +++ ChangeLog 25 Jun 2014 13:28:11 -0000 1.4
109 @@ -1,6 +1,9 @@
110 # ChangeLog for games-action/swordandsworcery
111 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
112 -# $Header: /var/cvsroot/gentoo-x86/games-action/swordandsworcery/ChangeLog,v 1.3 2014/05/15 16:25:05 ulm Exp $
113 +# $Header: /var/cvsroot/gentoo-x86/games-action/swordandsworcery/ChangeLog,v 1.4 2014/06/25 13:28:11 mgorny Exp $
114 +
115 + 25 Jun 2014; Michał Górny <mgorny@g.o> swordandsworcery-1.02.ebuild:
116 + Support multilib dependencies aside to emul-linux-x86.
117
118 15 May 2014; Ulrich Müller <ulm@g.o> swordandsworcery-1.02.ebuild:
119 Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to