twitch153    15/02/08 23:13:29

  Modified:             dolphin-9999.ebuild ChangeLog
  Log:
  Adds save for xxhash bundled binary
  
  (Portage version: 2.2.16/cvs/Linux x86_64, signed Manifest commit with key 
A8C8FBCF)

Revision  Changes    Path
1.19                 games-emulation/dolphin/dolphin-9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/dolphin-9999.ebuild?rev=1.19&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/dolphin-9999.ebuild?rev=1.19&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/dolphin-9999.ebuild?r1=1.18&r2=1.19

Index: dolphin-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-9999.ebuild,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- dolphin-9999.ebuild 12 Jan 2015 22:08:17 -0000      1.18
+++ dolphin-9999.ebuild 8 Feb 2015 23:13:29 -0000       1.19
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-9999.ebuild,v 1.18 
2015/01/12 22:08:17 twitch153 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-9999.ebuild,v 1.19 
2015/02/08 23:13:29 twitch153 Exp $
 
 EAPI=5
 
@@ -93,18 +93,21 @@
        # - Bochs-disasm: Don't know what it is.
        # - GL: A custom gl.h file is used.
        # - polarssl: Not fully supported yet.
-       # - gtest: No idea. Removal causes build failure.
+       # - gtest: Their build set up solely relies on the build in gtest.
+       # - xxhash: Not on the tree.
        mv Externals/SOIL . || die
        mv Externals/Bochs_disasm . || die
        mv Externals/polarssl . || die
        mv Externals/GL . || die
        mv Externals/gtest . || die
+       mv Externals/xxhash . || die
        rm -r Externals/* || die "Failed to delete Externals dir."
        mv Bochs_disasm Externals || die
        mv SOIL Externals || die
        mv polarssl Externals || die
        mv GL Externals || die
        mv gtest Externals || die
+       mv xxhash Externals || die
 }
 
 src_configure() {
@@ -136,7 +139,7 @@
        fi
 
        doicon Installer/dolphin-emu.xpm
-       make_desktop_entry "dolphin-emu" "Dolphin" "Dolphin" "Game;"
+       make_desktop_entry "dolphin-emu" "Dolphin Emulator" "dolphin-emu" 
"Game;Emulator;"
 
        prepgamesdirs
 }



1.28                 games-emulation/dolphin/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/ChangeLog?rev=1.28&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/ChangeLog?rev=1.28&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/ChangeLog?r1=1.27&r2=1.28

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog   16 Jan 2015 18:54:41 -0000      1.27
+++ ChangeLog   8 Feb 2015 23:13:29 -0000       1.28
@@ -1,6 +1,9 @@
 # ChangeLog for games-emulation/dolphin
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.27 
2015/01/16 18:54:41 twitch153 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.28 
2015/02/08 23:13:29 twitch153 Exp $
+
+  08 Feb 2015; Devan Franchini <[email protected]> dolphin-9999.ebuild:
+  Adds save for xxhash bundled binary
 
 *dolphin-4.0.2-r2 (16 Jan 2015)
 




Reply via email to