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/solar2: solar2-1.10.ebuild ChangeLog
Date: Wed, 25 Jun 2014 13:46:49
Message-Id: 20140625134614.91B4D2004E@flycatcher.gentoo.org
1 mgorny 14/06/25 13:46:14
2
3 Modified: solar2-1.10.ebuild ChangeLog
4 Log:
5 Update multilib dependencies to use the lowest known EAPI 5 or multilib versions.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
8
9 Revision Changes Path
10 1.8 games-action/solar2/solar2-1.10.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/solar2/solar2-1.10.ebuild?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/solar2/solar2-1.10.ebuild?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/solar2/solar2-1.10.ebuild?r1=1.7&r2=1.8
15
16 Index: solar2-1.10.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-action/solar2/solar2-1.10.ebuild,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- solar2-1.10.ebuild 25 Jun 2014 13:22:30 -0000 1.7
23 +++ solar2-1.10.ebuild 25 Jun 2014 13:46:14 -0000 1.8
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/solar2/solar2-1.10.ebuild,v 1.7 2014/06/25 13:22:30 mgorny Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-action/solar2/solar2-1.10.ebuild,v 1.8 2014/06/25 13:46:14 mgorny Exp $
29
30 # TODO: - unbundle libmono for 64bit
31 # - unbundling libSDL_mixer breaks the game
32 @@ -33,30 +33,30 @@
33 !bundled-libs? (
34 || (
35 app-emulation/emul-linux-x86-medialibs[-abi_x86_32(-)]
36 - media-libs/libmad[abi_x86_32(-)]
37 + >=media-libs/libmad-0.15.1b-r8[abi_x86_32(-)]
38 )
39 )
40 || (
41 app-emulation/emul-linux-x86-opengl[-abi_x86_32(-)]
42 - virtual/opengl[abi_x86_32(-)]
43 + >=virtual/opengl-7.0-r1[abi_x86_32(-)]
44 )
45 || (
46 app-emulation/emul-linux-x86-sdl[-abi_x86_32(-)]
47 (
48 - media-libs/libsdl[X,sound,video,joystick,abi_x86_32(-)]
49 + >=media-libs/libsdl-1.2.15-r4[X,sound,video,joystick,abi_x86_32(-)]
50 !bundled-libs? (
51 - media-libs/openal[abi_x86_32(-)]
52 - media-libs/sdl-mixer[flac,mikmod,mad,mp3,vorbis,abi_x86_32(-)]
53 + >=media-libs/openal-1.15.1[abi_x86_32(-)]
54 + >=media-libs/sdl-mixer-1.2.12-r4[flac,mikmod,mad,mp3,vorbis,abi_x86_32(-)]
55 )
56 )
57 )
58 || (
59 app-emulation/emul-linux-x86-soundlibs[-abi_x86_32(-)]
60 (
61 - media-libs/flac[abi_x86_32(-)]
62 - media-libs/libvorbis[abi_x86_32(-)]
63 + >=media-libs/flac-1.2.1-r5[abi_x86_32(-)]
64 + >=media-libs/libvorbis-1.3.3-r1[abi_x86_32(-)]
65 !bundled-libs? (
66 - media-libs/libmikmod[abi_x86_32(-)]
67 + >=media-libs/libmikmod-3.2.0[abi_x86_32(-)]
68 )
69 )
70 )
71
72
73
74 1.7 games-action/solar2/ChangeLog
75
76 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/solar2/ChangeLog?rev=1.7&view=markup
77 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/solar2/ChangeLog?rev=1.7&content-type=text/plain
78 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/solar2/ChangeLog?r1=1.6&r2=1.7
79
80 Index: ChangeLog
81 ===================================================================
82 RCS file: /var/cvsroot/gentoo-x86/games-action/solar2/ChangeLog,v
83 retrieving revision 1.6
84 retrieving revision 1.7
85 diff -u -r1.6 -r1.7
86 --- ChangeLog 25 Jun 2014 13:22:30 -0000 1.6
87 +++ ChangeLog 25 Jun 2014 13:46:14 -0000 1.7
88 @@ -1,6 +1,10 @@
89 # ChangeLog for games-action/solar2
90 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
91 -# $Header: /var/cvsroot/gentoo-x86/games-action/solar2/ChangeLog,v 1.6 2014/06/25 13:22:30 mgorny Exp $
92 +# $Header: /var/cvsroot/gentoo-x86/games-action/solar2/ChangeLog,v 1.7 2014/06/25 13:46:14 mgorny Exp $
93 +
94 + 25 Jun 2014; Michał Górny <mgorny@g.o> solar2-1.10.ebuild:
95 + Update multilib dependencies to use the lowest known EAPI 5 or multilib
96 + versions.
97
98 25 Jun 2014; Michał Górny <mgorny@g.o> solar2-1.10.ebuild:
99 Support multilib dependencies aside to emul-linux-x86.