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: Sun, 08 Feb 2015 23:13:39
Message-Id: 20150208231329.D6D5B115A0@oystercatcher.gentoo.org
1 twitch153 15/02/08 23:13:29
2
3 Modified: dolphin-9999.ebuild ChangeLog
4 Log:
5 Adds save for xxhash bundled binary
6
7 (Portage version: 2.2.16/cvs/Linux x86_64, signed Manifest commit with key A8C8FBCF)
8
9 Revision Changes Path
10 1.19 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.19&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/dolphin-9999.ebuild?rev=1.19&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/dolphin-9999.ebuild?r1=1.18&r2=1.19
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.18
20 retrieving revision 1.19
21 diff -u -r1.18 -r1.19
22 --- dolphin-9999.ebuild 12 Jan 2015 22:08:17 -0000 1.18
23 +++ dolphin-9999.ebuild 8 Feb 2015 23:13:29 -0000 1.19
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2015 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.18 2015/01/12 22:08:17 twitch153 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-9999.ebuild,v 1.19 2015/02/08 23:13:29 twitch153 Exp $
29
30 EAPI=5
31
32 @@ -93,18 +93,21 @@
33 # - Bochs-disasm: Don't know what it is.
34 # - GL: A custom gl.h file is used.
35 # - polarssl: Not fully supported yet.
36 - # - gtest: No idea. Removal causes build failure.
37 + # - gtest: Their build set up solely relies on the build in gtest.
38 + # - xxhash: Not on the tree.
39 mv Externals/SOIL . || die
40 mv Externals/Bochs_disasm . || die
41 mv Externals/polarssl . || die
42 mv Externals/GL . || die
43 mv Externals/gtest . || die
44 + mv Externals/xxhash . || die
45 rm -r Externals/* || die "Failed to delete Externals dir."
46 mv Bochs_disasm Externals || die
47 mv SOIL Externals || die
48 mv polarssl Externals || die
49 mv GL Externals || die
50 mv gtest Externals || die
51 + mv xxhash Externals || die
52 }
53
54 src_configure() {
55 @@ -136,7 +139,7 @@
56 fi
57
58 doicon Installer/dolphin-emu.xpm
59 - make_desktop_entry "dolphin-emu" "Dolphin" "Dolphin" "Game;"
60 + make_desktop_entry "dolphin-emu" "Dolphin Emulator" "dolphin-emu" "Game;Emulator;"
61
62 prepgamesdirs
63 }
64
65
66
67 1.28 games-emulation/dolphin/ChangeLog
68
69 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/ChangeLog?rev=1.28&view=markup
70 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/ChangeLog?rev=1.28&content-type=text/plain
71 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/ChangeLog?r1=1.27&r2=1.28
72
73 Index: ChangeLog
74 ===================================================================
75 RCS file: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v
76 retrieving revision 1.27
77 retrieving revision 1.28
78 diff -u -r1.27 -r1.28
79 --- ChangeLog 16 Jan 2015 18:54:41 -0000 1.27
80 +++ ChangeLog 8 Feb 2015 23:13:29 -0000 1.28
81 @@ -1,6 +1,9 @@
82 # ChangeLog for games-emulation/dolphin
83 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
84 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.27 2015/01/16 18:54:41 twitch153 Exp $
85 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.28 2015/02/08 23:13:29 twitch153 Exp $
86 +
87 + 08 Feb 2015; Devan Franchini <twitch153@g.o> dolphin-9999.ebuild:
88 + Adds save for xxhash bundled binary
89
90 *dolphin-4.0.2-r2 (16 Jan 2015)