Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-action/solar2: solar2-1.10.ebuild ChangeLog
Date: Mon, 01 Jun 2015 22:06:09
Message-Id: 20150601220546.1DBE0A37@oystercatcher.gentoo.org
1 mr_bones_ 15/06/01 22:05:46
2
3 Modified: solar2-1.10.ebuild ChangeLog
4 Log:
5 clean up app-emulation/emul-linux which has been removed
6
7 (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.9 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.9&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/solar2/solar2-1.10.ebuild?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/solar2/solar2-1.10.ebuild?r1=1.8&r2=1.9
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.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- solar2-1.10.ebuild 25 Jun 2014 13:46:14 -0000 1.8
23 +++ solar2-1.10.ebuild 1 Jun 2015 22:05:46 -0000 1.9
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2014 Gentoo Foundation
26 +# Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
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 +# $Header: /var/cvsroot/gentoo-x86/games-action/solar2/solar2-1.10.ebuild,v 1.9 2015/06/01 22:05:46 mr_bones_ Exp $
30
31 # TODO: - unbundle libmono for 64bit
32 # - unbundling libSDL_mixer breaks the game
33 @@ -30,35 +30,15 @@
34 RDEPEND="
35 virtual/opengl
36 amd64? (
37 + >=media-libs/flac-1.2.1-r5[abi_x86_32(-)]
38 + >=media-libs/libsdl-1.2.15-r4[X,sound,video,joystick,abi_x86_32(-)]
39 + >=media-libs/libvorbis-1.3.3-r1[abi_x86_32(-)]
40 + >=virtual/opengl-7.0-r1[abi_x86_32(-)]
41 !bundled-libs? (
42 - || (
43 - app-emulation/emul-linux-x86-medialibs[-abi_x86_32(-)]
44 - >=media-libs/libmad-0.15.1b-r8[abi_x86_32(-)]
45 - )
46 - )
47 - || (
48 - app-emulation/emul-linux-x86-opengl[-abi_x86_32(-)]
49 - >=virtual/opengl-7.0-r1[abi_x86_32(-)]
50 - )
51 - || (
52 - app-emulation/emul-linux-x86-sdl[-abi_x86_32(-)]
53 - (
54 - >=media-libs/libsdl-1.2.15-r4[X,sound,video,joystick,abi_x86_32(-)]
55 - !bundled-libs? (
56 - >=media-libs/openal-1.15.1[abi_x86_32(-)]
57 - >=media-libs/sdl-mixer-1.2.12-r4[flac,mikmod,mad,mp3,vorbis,abi_x86_32(-)]
58 - )
59 - )
60 - )
61 - || (
62 - app-emulation/emul-linux-x86-soundlibs[-abi_x86_32(-)]
63 - (
64 - >=media-libs/flac-1.2.1-r5[abi_x86_32(-)]
65 - >=media-libs/libvorbis-1.3.3-r1[abi_x86_32(-)]
66 - !bundled-libs? (
67 - >=media-libs/libmikmod-3.2.0[abi_x86_32(-)]
68 - )
69 - )
70 + >=media-libs/libmad-0.15.1b-r8[abi_x86_32(-)]
71 + >=media-libs/openal-1.15.1[abi_x86_32(-)]
72 + >=media-libs/sdl-mixer-1.2.12-r4[flac,mikmod,mad,mp3,vorbis,abi_x86_32(-)]
73 + >=media-libs/libmikmod-3.2.0[abi_x86_32(-)]
74 )
75 )
76 x86? (
77
78
79
80 1.9 games-action/solar2/ChangeLog
81
82 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/solar2/ChangeLog?rev=1.9&view=markup
83 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/solar2/ChangeLog?rev=1.9&content-type=text/plain
84 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/solar2/ChangeLog?r1=1.8&r2=1.9
85
86 Index: ChangeLog
87 ===================================================================
88 RCS file: /var/cvsroot/gentoo-x86/games-action/solar2/ChangeLog,v
89 retrieving revision 1.8
90 retrieving revision 1.9
91 diff -u -r1.8 -r1.9
92 --- ChangeLog 25 Nov 2014 23:05:17 -0000 1.8
93 +++ ChangeLog 1 Jun 2015 22:05:46 -0000 1.9
94 @@ -1,6 +1,9 @@
95 # ChangeLog for games-action/solar2
96 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
97 -# $Header: /var/cvsroot/gentoo-x86/games-action/solar2/ChangeLog,v 1.8 2014/11/25 23:05:17 hasufell Exp $
98 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
99 +# $Header: /var/cvsroot/gentoo-x86/games-action/solar2/ChangeLog,v 1.9 2015/06/01 22:05:46 mr_bones_ Exp $
100 +
101 + 01 Jun 2015; Michael Sterrett <mr_bones_@g.o> solar2-1.10.ebuild:
102 + clean up app-emulation/emul-linux which has been removed
103
104 25 Nov 2014; Julian Ospald <hasufell@g.o> metadata.xml:
105 drop maintainership