Gentoo Archives: gentoo-commits

From: "Devan Franchini (twitch153)" <twitch153@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-emulation/dolphin: dolphin-9999.ebuild ChangeLog
Date: Fri, 24 Jan 2014 17:23:58
Message-Id: 20140124172350.8D34F2004C@flycatcher.gentoo.org
1 twitch153 14/01/24 17:23:50
2
3 Modified: dolphin-9999.ebuild ChangeLog
4 Log:
5 Removes deletion of CLRun dir, and updates dependency for glew
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key )
8
9 Revision Changes Path
10 1.9 games-emulation/dolphin/dolphin-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/dolphin-9999.ebuild?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/dolphin-9999.ebuild?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/dolphin-9999.ebuild?r1=1.8&r2=1.9
15
16 Index: dolphin-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-9999.ebuild,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- dolphin-9999.ebuild 17 Nov 2013 22:38:30 -0000 1.8
23 +++ dolphin-9999.ebuild 24 Jan 2014 17:23:50 -0000 1.9
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-emulation/dolphin/dolphin-9999.ebuild,v 1.8 2013/11/17 22:38:30 twitch153 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-9999.ebuild,v 1.9 2014/01/24 17:23:50 twitch153 Exp $
30
31 EAPI=5
32
33 @@ -25,7 +25,7 @@
34 SLOT="0"
35 IUSE="alsa ao bluetooth doc ffmpeg +lzo openal opengl openmp portaudio pulseaudio"
36
37 -RDEPEND=">=media-libs/glew-1.6
38 +RDEPEND=">=media-libs/glew-1.10
39 >=media-libs/libsdl-1.2[joystick]
40 <media-libs/libsfml-2.0
41 >=net-libs/miniupnpc-1.8
42 @@ -90,13 +90,10 @@
43 # Remove ALL the bundled libraries, aside from:
44 # - SOIL: The sources are not public.
45 # - Bochs-disasm: Don't know what it is.
46 - # - CLRun: Part of OpenCL
47 mv Externals/SOIL . || die
48 mv Externals/Bochs_disasm . || die
49 - mv Externals/CLRun . || die
50 mv Externals/polarssl . || die
51 - rm -r Externals/* || die
52 - mv CLRun Externals || die
53 + rm -r Externals/* || die "Failed to delete Externals dir."
54 mv Bochs_disasm Externals || die
55 mv SOIL Externals || die
56 mv polarssl Externals || die
57
58
59
60 1.14 games-emulation/dolphin/ChangeLog
61
62 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/ChangeLog?rev=1.14&view=markup
63 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/ChangeLog?rev=1.14&content-type=text/plain
64 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/ChangeLog?r1=1.13&r2=1.14
65
66 Index: ChangeLog
67 ===================================================================
68 RCS file: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v
69 retrieving revision 1.13
70 retrieving revision 1.14
71 diff -u -r1.13 -r1.14
72 --- ChangeLog 17 Nov 2013 22:38:30 -0000 1.13
73 +++ ChangeLog 24 Jan 2014 17:23:50 -0000 1.14
74 @@ -1,6 +1,9 @@
75 # ChangeLog for games-emulation/dolphin
76 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
77 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.13 2013/11/17 22:38:30 twitch153 Exp $
78 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
79 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.14 2014/01/24 17:23:50 twitch153 Exp $
80 +
81 + 24 Jan 2014; Devan Franchini <twitch153@g.o> dolphin-9999.ebuild:
82 + Removes deletion of CLRun dir, and updates dependency for glew
83
84 17 Nov 2013; Devan Franchini <twitch153@g.o> dolphin-3.5.ebuild,
85 dolphin-4.0.ebuild, dolphin-9999.ebuild: