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/trine2: trine2-1.16.ebuild ChangeLog
Date: Wed, 25 Jun 2014 13:41:30
Message-Id: 20140625134126.8FED82004E@flycatcher.gentoo.org
1 mgorny 14/06/25 13:41:26
2
3 Modified: trine2-1.16.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.7 games-action/trine2/trine2-1.16.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/trine2/trine2-1.16.ebuild?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/trine2/trine2-1.16.ebuild?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/trine2/trine2-1.16.ebuild?r1=1.6&r2=1.7
15
16 Index: trine2-1.16.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-action/trine2/trine2-1.16.ebuild,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- trine2-1.16.ebuild 9 May 2013 14:15:54 -0000 1.6
23 +++ trine2-1.16.ebuild 25 Jun 2014 13:41:26 -0000 1.7
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/trine2/trine2-1.16.ebuild,v 1.6 2013/05/09 14:15:54 hasufell Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/games-action/trine2/trine2-1.16.ebuild,v 1.7 2014/06/25 13:41:26 mgorny Exp $
30
31 EAPI=5
32 inherit eutils unpacker gnome2-utils games
33 @@ -22,13 +22,56 @@
34 # TODO: bundled-libs: no libsdl-1.3, no physx
35 RDEPEND="
36 amd64? (
37 - app-emulation/emul-linux-x86-baselibs
38 - app-emulation/emul-linux-x86-opengl
39 - app-emulation/emul-linux-x86-sdl
40 - app-emulation/emul-linux-x86-soundlibs
41 - app-emulation/emul-linux-x86-xlibs
42 - launcher? ( app-emulation/emul-linux-x86-gtklibs )
43 - !bundled-libs? ( media-gfx/nvidia-cg-toolkit[multilib] )
44 + || (
45 + app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
46 + (
47 + dev-libs/glib:2[abi_x86_32(-)]
48 + sys-libs/zlib[abi_x86_32(-)]
49 + launcher? (
50 + media-libs/libpng:1.5[abi_x86_32(-)]
51 + )
52 + )
53 + )
54 + || (
55 + app-emulation/emul-linux-x86-opengl[-abi_x86_32(-)]
56 + (
57 + virtual/glu[abi_x86_32(-)]
58 + virtual/opengl[abi_x86_32(-)]
59 + )
60 + )
61 + || (
62 + app-emulation/emul-linux-x86-sdl[-abi_x86_32(-)]
63 + media-libs/openal[abi_x86_32(-)]
64 + )
65 + || (
66 + app-emulation/emul-linux-x86-soundlibs[-abi_x86_32(-)]
67 + (
68 + media-libs/libogg[abi_x86_32(-)]
69 + media-libs/libvorbis[abi_x86_32(-)]
70 + )
71 + )
72 + || (
73 + app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)]
74 + (
75 + media-libs/freetype[abi_x86_32(-)]
76 + launcher? (
77 + media-libs/fontconfig[abi_x86_32(-)]
78 + x11-libs/libSM[abi_x86_32(-)]
79 + x11-libs/libX11[abi_x86_32(-)]
80 + x11-libs/libXinerama[abi_x86_32(-)]
81 + x11-libs/libXxf86vm[abi_x86_32(-)]
82 + )
83 + )
84 + )
85 + launcher? (
86 + || (
87 + app-emulation/emul-linux-x86-gtklibs[-abi_x86_32(-)]
88 + x11-libs/gtk+:2[abi_x86_32(-)]
89 + )
90 + )
91 + !bundled-libs? (
92 + media-gfx/nvidia-cg-toolkit[multilib]
93 + )
94 )
95 x86? (
96 dev-libs/glib:2
97
98
99
100 1.6 games-action/trine2/ChangeLog
101
102 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/trine2/ChangeLog?rev=1.6&view=markup
103 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/trine2/ChangeLog?rev=1.6&content-type=text/plain
104 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/trine2/ChangeLog?r1=1.5&r2=1.6
105
106 Index: ChangeLog
107 ===================================================================
108 RCS file: /var/cvsroot/gentoo-x86/games-action/trine2/ChangeLog,v
109 retrieving revision 1.5
110 retrieving revision 1.6
111 diff -u -r1.5 -r1.6
112 --- ChangeLog 9 May 2013 14:15:54 -0000 1.5
113 +++ ChangeLog 25 Jun 2014 13:41:26 -0000 1.6
114 @@ -1,6 +1,9 @@
115 # ChangeLog for games-action/trine2
116 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
117 -# $Header: /var/cvsroot/gentoo-x86/games-action/trine2/ChangeLog,v 1.5 2013/05/09 14:15:54 hasufell Exp $
118 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
119 +# $Header: /var/cvsroot/gentoo-x86/games-action/trine2/ChangeLog,v 1.6 2014/06/25 13:41:26 mgorny Exp $
120 +
121 + 25 Jun 2014; Michał Górny <mgorny@g.o> trine2-1.16.ebuild:
122 + Support multilib dependencies aside to emul-linux-x86.
123
124 09 May 2013; Julian Ospald <hasufell@g.o> metadata.xml,
125 trine2-1.16.ebuild: