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: Sat, 25 Jan 2014 04:40:34
Message-Id: 20140125044029.D994E2004C@flycatcher.gentoo.org
1 twitch153 14/01/25 04:40:29
2
3 Modified: dolphin-9999.ebuild ChangeLog
4 Log:
5 Saves external GL folder from removal
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key )
8
9 Revision Changes Path
10 1.10 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.10&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/dolphin-9999.ebuild?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/dolphin-9999.ebuild?r1=1.9&r2=1.10
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.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- dolphin-9999.ebuild 24 Jan 2014 17:23:50 -0000 1.9
23 +++ dolphin-9999.ebuild 25 Jan 2014 04:40:29 -0000 1.10
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-emulation/dolphin/dolphin-9999.ebuild,v 1.9 2014/01/24 17:23:50 twitch153 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-9999.ebuild,v 1.10 2014/01/25 04:40:29 twitch153 Exp $
29
30 EAPI=5
31
32 @@ -90,13 +90,16 @@
33 # Remove ALL the bundled libraries, aside from:
34 # - SOIL: The sources are not public.
35 # - Bochs-disasm: Don't know what it is.
36 + # - GL: A custom gl.h file is used.
37 mv Externals/SOIL . || die
38 mv Externals/Bochs_disasm . || die
39 mv Externals/polarssl . || die
40 + mv Externals/GL . || die
41 rm -r Externals/* || die "Failed to delete Externals dir."
42 mv Bochs_disasm Externals || die
43 mv SOIL Externals || die
44 mv polarssl Externals || die
45 + mv GL Externals || die
46 }
47
48 src_configure() {
49
50
51
52 1.15 games-emulation/dolphin/ChangeLog
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/ChangeLog?rev=1.15&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/ChangeLog?rev=1.15&content-type=text/plain
56 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/ChangeLog?r1=1.14&r2=1.15
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v
61 retrieving revision 1.14
62 retrieving revision 1.15
63 diff -u -r1.14 -r1.15
64 --- ChangeLog 24 Jan 2014 17:23:50 -0000 1.14
65 +++ ChangeLog 25 Jan 2014 04:40:29 -0000 1.15
66 @@ -1,6 +1,9 @@
67 # ChangeLog for games-emulation/dolphin
68 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.14 2014/01/24 17:23:50 twitch153 Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.15 2014/01/25 04:40:29 twitch153 Exp $
71 +
72 + 25 Jan 2014; Devan Franchini <twitch153@g.o> dolphin-9999.ebuild:
73 + Saves external GL folder from removal
74
75 24 Jan 2014; Devan Franchini <twitch153@g.o> dolphin-9999.ebuild:
76 Removes deletion of CLRun dir, and updates dependency for glew