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/beathazardultra: beathazardultra-20130308.ebuild ChangeLog
Date: Wed, 25 Jun 2014 12:53:58
Message-Id: 20140625125354.247412004E@flycatcher.gentoo.org
1 mgorny 14/06/25 12:53:54
2
3 Modified: beathazardultra-20130308.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.6 games-action/beathazardultra/beathazardultra-20130308.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/beathazardultra/beathazardultra-20130308.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/beathazardultra/beathazardultra-20130308.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/beathazardultra/beathazardultra-20130308.ebuild?r1=1.5&r2=1.6
15
16 Index: beathazardultra-20130308.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-action/beathazardultra/beathazardultra-20130308.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- beathazardultra-20130308.ebuild 18 Aug 2013 00:48:51 -0000 1.5
23 +++ beathazardultra-20130308.ebuild 25 Jun 2014 12:53:53 -0000 1.6
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2013 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/games-action/beathazardultra/beathazardultra-20130308.ebuild,v 1.5 2013/08/18 00:48:51 hasufell Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/games-action/beathazardultra/beathazardultra-20130308.ebuild,v 1.6 2014/06/25 12:53:53 mgorny Exp $
30
31 # TODO: unbundle allegro[gtk...] (no multilib on amd64 and 5.0.9 soname)
32
33 @@ -26,9 +26,32 @@
34 RDEPEND="
35 virtual/opengl
36 amd64? (
37 - app-emulation/emul-linux-x86-baselibs
38 - app-emulation/emul-linux-x86-gtklibs
39 - app-emulation/emul-linux-x86-xlibs
40 + !bundled-libs? (
41 + || (
42 + app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
43 + (
44 + media-libs/libpng:1.2[abi_x86_32(-)]
45 + virtual/jpeg[abi_x86_32(-)]
46 + )
47 + )
48 + )
49 + || (
50 + app-emulation/emul-linux-x86-gtklibs[-abi_x86_32(-)]
51 + x11-libs/gtk+:2[abi_x86_32(-)]
52 + )
53 + || (
54 + app-emulation/emul-linux-x86-opengl[-abi_x86_32(-)]
55 + virtual/opengl[abi_x86_32(-)]
56 + )
57 + || (
58 + app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)]
59 + (
60 + x11-libs/libX11[abi_x86_32(-)]
61 + x11-libs/libXcursor[abi_x86_32(-)]
62 + x11-libs/libXinerama[abi_x86_32(-)]
63 + x11-libs/libXrandr[abi_x86_32(-)]
64 + )
65 + )
66 )
67 x86? (
68 x11-libs/gtk+:2
69
70
71
72 1.5 games-action/beathazardultra/ChangeLog
73
74 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/beathazardultra/ChangeLog?rev=1.5&view=markup
75 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/beathazardultra/ChangeLog?rev=1.5&content-type=text/plain
76 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/beathazardultra/ChangeLog?r1=1.4&r2=1.5
77
78 Index: ChangeLog
79 ===================================================================
80 RCS file: /var/cvsroot/gentoo-x86/games-action/beathazardultra/ChangeLog,v
81 retrieving revision 1.4
82 retrieving revision 1.5
83 diff -u -r1.4 -r1.5
84 --- ChangeLog 18 Aug 2013 00:48:51 -0000 1.4
85 +++ ChangeLog 25 Jun 2014 12:53:53 -0000 1.5
86 @@ -1,6 +1,9 @@
87 # ChangeLog for games-action/beathazardultra
88 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
89 -# $Header: /var/cvsroot/gentoo-x86/games-action/beathazardultra/ChangeLog,v 1.4 2013/08/18 00:48:51 hasufell Exp $
90 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
91 +# $Header: /var/cvsroot/gentoo-x86/games-action/beathazardultra/ChangeLog,v 1.5 2014/06/25 12:53:53 mgorny Exp $
92 +
93 + 25 Jun 2014; Michał Górny <mgorny@g.o> beathazardultra-20130308.ebuild:
94 + Support multilib dependencies aside to emul-linux-x86.
95
96 18 Aug 2013; Julian Ospald <hasufell@g.o>
97 beathazardultra-20130308.ebuild: