[gentoo-commits] gentoo-x86 commit in games-emulation/dolphin: dolphin-9999.ebuild ChangeLog

2015-06-22 Thread Devan Franchini (twitch153)
twitch15315/06/22 21:08:35

  Modified: dolphin-.ebuild ChangeLog
  Log:
  Updates git eclass to version r3
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
A8C8FBCF)

Revision  ChangesPath
1.30 games-emulation/dolphin/dolphin-.ebuild

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

Index: dolphin-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- dolphin-.ebuild 10 Jun 2015 23:00:19 -  1.29
+++ dolphin-.ebuild 22 Jun 2015 21:08:35 -  1.30
@@ -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-.ebuild,v 1.29 
2015/06/10 23:00:19 twitch153 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild,v 1.30 
2015/06/22 21:08:35 twitch153 Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 if [[ ${PV} == * ]]
 then
EGIT_REPO_URI=https://github.com/dolphin-emu/dolphin;
-   inherit git-2
+   inherit git-r3
KEYWORDS=
 else
SRC_URI=http://${PN}-emu.googlecode.com/files/${P}-src.zip;



1.42 games-emulation/dolphin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog   10 Jun 2015 23:00:19 -  1.41
+++ ChangeLog   22 Jun 2015 21:08:35 -  1.42
@@ -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.41 
2015/06/10 23:00:19 twitch153 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.42 
2015/06/22 21:08:35 twitch153 Exp $
+
+  22 Jun 2015; Devan Franchini twitch...@gentoo.org dolphin-.ebuild:
+  Updates git eclass to version r3
 
   10 Jun 2015; Devan Franchini twitch...@gentoo.org dolphin-.ebuild,
   metadata.xml:






[gentoo-commits] gentoo-x86 commit in games-emulation/dolphin: dolphin-9999.ebuild ChangeLog

2015-06-10 Thread Devan Franchini (twitch153)
twitch15315/06/10 22:55:51

  Modified: dolphin-.ebuild ChangeLog
  Log:
  Enables looking for shared enet
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
A8C8FBCF)

Revision  ChangesPath
1.28 games-emulation/dolphin/dolphin-.ebuild

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

Index: dolphin-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- dolphin-.ebuild 6 Jun 2015 04:39:21 -   1.27
+++ dolphin-.ebuild 10 Jun 2015 22:55:51 -  1.28
@@ -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-.ebuild,v 1.27 
2015/06/06 04:39:21 twitch153 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild,v 1.28 
2015/06/10 22:55:51 twitch153 Exp $
 
 EAPI=5
 
@@ -117,6 +117,7 @@
-Dprefix=${GAMES_PREFIX}
-Ddatadir=${GAMES_DATADIR}/${PN}
-Dplugindir=$(games_get_libdir)/${PN}
+   -DUSE_SHARED_ENET=ON
$( cmake-utils_use ffmpeg ENCODE_FRAMEDUMPS )
$( cmake-utils_use openmp OPENMP )
)



1.40 games-emulation/dolphin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog   6 Jun 2015 04:39:21 -   1.39
+++ ChangeLog   10 Jun 2015 22:55:51 -  1.40
@@ -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.39 
2015/06/06 04:39:21 twitch153 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.40 
2015/06/10 22:55:51 twitch153 Exp $
+
+  10 Jun 2015; Devan Franchini twitch...@gentoo.org dolphin-.ebuild:
+  Enables looking for shared enet
 
   06 Jun 2015; Devan Franchini twitch...@gentoo.org dolphin-.ebuild:
   Adds net-libs/enet-1.3.7 as a dependency, bug #550850






[gentoo-commits] gentoo-x86 commit in games-emulation/dolphin: dolphin-9999.ebuild ChangeLog

2015-06-05 Thread Devan Franchini (twitch153)
twitch15315/06/06 03:31:28

  Modified: dolphin-.ebuild ChangeLog
  Log:
  Changes required gcc version to =4.9.0
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
A8C8FBCF)

Revision  ChangesPath
1.26 games-emulation/dolphin/dolphin-.ebuild

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

Index: dolphin-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- dolphin-.ebuild 30 Apr 2015 22:42:32 -  1.25
+++ dolphin-.ebuild 6 Jun 2015 03:31:28 -   1.26
@@ -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-.ebuild,v 1.25 
2015/04/30 22:42:32 twitch153 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild,v 1.26 
2015/06/06 03:31:28 twitch153 Exp $
 
 EAPI=5
 
@@ -49,13 +49,13 @@
media-gfx/nvidia-cg-toolkit
media-libs/freetype
media-libs/libsoundtouch
-   =sys-devel/gcc-4.6.0
+   =sys-devel/gcc-4.9.0
x11-libs/wxGTK:${WX_GTK_VER}

 
 pkg_pretend() {
 
-   local ver=4.6.0
+   local ver=4.9.0
local msg=${PN} needs at least GCC ${ver} set to compile.
 
if [[ ${MERGE_TYPE} != binary ]]; then



1.38 games-emulation/dolphin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog   2 May 2015 16:50:01 -   1.37
+++ ChangeLog   6 Jun 2015 03:31:28 -   1.38
@@ -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.37 
2015/05/02 16:50:01 twitch153 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.38 
2015/06/06 03:31:28 twitch153 Exp $
+
+  06 Jun 2015; Devan Franchini twitch...@gentoo.org dolphin-.ebuild:
+  Changes required gcc version to =4.9.0
 
 *dolphin-4.0-r2 (02 May 2015)
 *dolphin-4.0.2-r7 (02 May 2015)






[gentoo-commits] gentoo-x86 commit in games-emulation/dolphin: dolphin-9999.ebuild ChangeLog

2015-06-05 Thread Devan Franchini (twitch153)
twitch15315/06/06 04:39:22

  Modified: dolphin-.ebuild ChangeLog
  Log:
  Adds net-libs/enet-1.3.7 as a dependency, bug #550850
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
A8C8FBCF)

Revision  ChangesPath
1.27 games-emulation/dolphin/dolphin-.ebuild

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

Index: dolphin-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- dolphin-.ebuild 6 Jun 2015 03:31:28 -   1.26
+++ dolphin-.ebuild 6 Jun 2015 04:39:21 -   1.27
@@ -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-.ebuild,v 1.26 
2015/06/06 03:31:28 twitch153 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild,v 1.27 
2015/06/06 04:39:21 twitch153 Exp $
 
 EAPI=5
 
@@ -49,6 +49,7 @@
media-gfx/nvidia-cg-toolkit
media-libs/freetype
media-libs/libsoundtouch
+   net-libs/enet-1.3.7
=sys-devel/gcc-4.9.0
x11-libs/wxGTK:${WX_GTK_VER}

@@ -93,20 +94,17 @@
# - SOIL: The sources are not public.
# - Bochs-disasm: Don't know what it is.
# - GL: A custom gl.h file is used.
-   # - enet: Not fully supported yet.
# - 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/GL . || die
-   mv Externals/enet . || 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 GL Externals || die
-   mv enet Externals || die
mv gtest Externals || die
mv xxhash Externals || die
 }



1.39 games-emulation/dolphin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog   6 Jun 2015 03:31:28 -   1.38
+++ ChangeLog   6 Jun 2015 04:39:21 -   1.39
@@ -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.38 
2015/06/06 03:31:28 twitch153 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.39 
2015/06/06 04:39:21 twitch153 Exp $
+
+  06 Jun 2015; Devan Franchini twitch...@gentoo.org dolphin-.ebuild:
+  Adds net-libs/enet-1.3.7 as a dependency, bug #550850
 
   06 Jun 2015; Devan Franchini twitch...@gentoo.org dolphin-.ebuild:
   Changes required gcc version to =4.9.0






[gentoo-commits] gentoo-x86 commit in games-emulation/dolphin: dolphin-9999.ebuild ChangeLog

2015-03-09 Thread Devan Franchini (twitch153)
twitch15315/03/09 21:00:42

  Modified: dolphin-.ebuild ChangeLog
  Log:
  Preserves enet bundled libs, bug #542608
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
A8C8FBCF)

Revision  ChangesPath
1.22 games-emulation/dolphin/dolphin-.ebuild

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

Index: dolphin-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- dolphin-.ebuild 9 Feb 2015 00:00:07 -   1.21
+++ dolphin-.ebuild 9 Mar 2015 21:00:42 -   1.22
@@ -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-.ebuild,v 1.21 
2015/02/09 00:00:07 twitch153 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild,v 1.22 
2015/03/09 21:00:42 twitch153 Exp $
 
 EAPI=5
 
@@ -92,6 +92,7 @@
# - SOIL: The sources are not public.
# - Bochs-disasm: Don't know what it is.
# - GL: A custom gl.h file is used.
+   # - enet: Not fully supported yet.
# - polarssl: Not fully supported yet.
# - gtest: Their build set up solely relies on the build in gtest.
# - xxhash: Not on the tree.
@@ -99,6 +100,7 @@
mv Externals/Bochs_disasm . || die
mv Externals/polarssl . || die
mv Externals/GL . || die
+   mv Externals/enet . || die
mv Externals/gtest . || die
mv Externals/xxhash . || die
rm -r Externals/* || die Failed to delete Externals dir.
@@ -106,6 +108,7 @@
mv SOIL Externals || die
mv polarssl Externals || die
mv GL Externals || die
+   mv enet Externals || die
mv gtest Externals || die
mv xxhash Externals || die
 }



1.31 games-emulation/dolphin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog   9 Feb 2015 00:00:07 -   1.30
+++ ChangeLog   9 Mar 2015 21:00:42 -   1.31
@@ -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.30 
2015/02/09 00:00:07 twitch153 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.31 
2015/03/09 21:00:42 twitch153 Exp $
+
+  09 Mar 2015; Devan Franchini twitch...@gentoo.org dolphin-.ebuild:
+  Preserves enet bundled libs, bug #542608
 
 *dolphin-4.0.2-r4 (09 Feb 2015)
 






[gentoo-commits] gentoo-x86 commit in games-emulation/dolphin: dolphin-9999.ebuild ChangeLog

2015-03-09 Thread Devan Franchini (twitch153)
twitch15315/03/09 21:07:44

  Modified: dolphin-.ebuild ChangeLog
  Log:
  Removes preservation of polarssl bundled libs, it's no longer necessary
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
A8C8FBCF)

Revision  ChangesPath
1.23 games-emulation/dolphin/dolphin-.ebuild

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

Index: dolphin-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- dolphin-.ebuild 9 Mar 2015 21:00:42 -   1.22
+++ dolphin-.ebuild 9 Mar 2015 21:07:44 -   1.23
@@ -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-.ebuild,v 1.22 
2015/03/09 21:00:42 twitch153 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild,v 1.23 
2015/03/09 21:07:44 twitch153 Exp $
 
 EAPI=5
 
@@ -93,12 +93,10 @@
# - Bochs-disasm: Don't know what it is.
# - GL: A custom gl.h file is used.
# - enet: Not fully supported yet.
-   # - polarssl: Not fully supported yet.
# - 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/enet . || die
mv Externals/gtest . || die
@@ -106,7 +104,6 @@
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 enet Externals || die
mv gtest Externals || die



1.32 games-emulation/dolphin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog   9 Mar 2015 21:00:42 -   1.31
+++ ChangeLog   9 Mar 2015 21:07:44 -   1.32
@@ -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.31 
2015/03/09 21:00:42 twitch153 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.32 
2015/03/09 21:07:44 twitch153 Exp $
+
+  09 Mar 2015; Devan Franchini twitch...@gentoo.org dolphin-.ebuild:
+  Removes preservation of polarssl bundled libs, it's no longer necessary
 
   09 Mar 2015; Devan Franchini twitch...@gentoo.org dolphin-.ebuild:
   Preserves enet bundled libs, bug #542608






[gentoo-commits] gentoo-x86 commit in games-emulation/dolphin: dolphin-9999.ebuild ChangeLog

2015-02-08 Thread Devan Franchini (twitch153)
twitch15315/02/08 23:13:29

  Modified: dolphin-.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  ChangesPath
1.19 games-emulation/dolphin/dolphin-.ebuild

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

Index: dolphin-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- dolphin-.ebuild 12 Jan 2015 22:08:17 -  1.18
+++ dolphin-.ebuild 8 Feb 2015 23:13:29 -   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-.ebuild,v 1.18 
2015/01/12 22:08:17 twitch153 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-.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.28view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/ChangeLog?rev=1.28content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/ChangeLog?r1=1.27r2=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 -  1.27
+++ ChangeLog   8 Feb 2015 23:13:29 -   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 twitch...@gentoo.org dolphin-.ebuild:
+  Adds save for xxhash bundled binary
 
 *dolphin-4.0.2-r2 (16 Jan 2015)
 






[gentoo-commits] gentoo-x86 commit in games-emulation/dolphin: dolphin-9999.ebuild ChangeLog

2015-01-12 Thread Devan Franchini (twitch153)
twitch15315/01/12 22:08:17

  Modified: dolphin-.ebuild ChangeLog
  Log:
  Adds media-libs/libsdl2 as dependency, bug #535978
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A8C8FBCF)

Revision  ChangesPath
1.18 games-emulation/dolphin/dolphin-.ebuild

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

Index: dolphin-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- dolphin-.ebuild 28 Dec 2014 00:43:42 -  1.17
+++ dolphin-.ebuild 12 Jan 2015 22:08:17 -  1.18
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# 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-.ebuild,v 1.17 
2014/12/28 00:43:42 twitch153 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild,v 1.18 
2015/01/12 22:08:17 twitch153 Exp $
 
 EAPI=5
 
@@ -26,12 +26,12 @@
 IUSE=alsa ao bluetooth doc ffmpeg +lzo openal opengl openmp portaudio 
pulseaudio
 
 RDEPEND==media-libs/glew-1.10
-   =media-libs/libsdl-1.2[joystick]
=media-libs/libsfml-2.1
=net-libs/miniupnpc-1.8
sys-libs/readline
x11-libs/libXext
x11-libs/libXrandr
+   media-libs/libsdl2[haptic,joystick]
net-libs/polarssl[havege]
alsa? ( media-libs/alsa-lib )
ao? ( media-libs/libao )



1.26 games-emulation/dolphin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog   28 Dec 2014 00:43:42 -  1.25
+++ ChangeLog   12 Jan 2015 22:08:17 -  1.26
@@ -1,6 +1,9 @@
 # ChangeLog for games-emulation/dolphin
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.25 
2014/12/28 00:43:42 twitch153 Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.26 
2015/01/12 22:08:17 twitch153 Exp $
+
+  12 Jan 2015; Devan Franchini twitch...@gentoo.org dolphin-.ebuild:
+  Adds media-libs/libsdl2 as dependency, bug #535978
 
   28 Dec 2014; Devan Franchini twitch...@gentoo.org dolphin-.ebuild:
   Adds polarssl[havege] as dependency, bug #483794






[gentoo-commits] gentoo-x86 commit in games-emulation/dolphin: dolphin-9999.ebuild ChangeLog

2014-12-27 Thread Devan Franchini (twitch153)
twitch15314/12/28 00:43:42

  Modified: dolphin-.ebuild ChangeLog
  Log:
  Adds polarssl[havege] as dependency, bug #483794
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A8C8FBCF)

Revision  ChangesPath
1.17 games-emulation/dolphin/dolphin-.ebuild

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

Index: dolphin-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- dolphin-.ebuild 12 Dec 2014 01:23:56 -  1.16
+++ dolphin-.ebuild 28 Dec 2014 00:43:42 -  1.17
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild,v 1.16 
2014/12/12 01:23:56 twitch153 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild,v 1.17 
2014/12/28 00:43:42 twitch153 Exp $
 
 EAPI=5
 
@@ -32,6 +32,7 @@
sys-libs/readline
x11-libs/libXext
x11-libs/libXrandr
+   net-libs/polarssl[havege]
alsa? ( media-libs/alsa-lib )
ao? ( media-libs/libao )
bluetooth? ( net-wireless/bluez )



1.25 games-emulation/dolphin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog   12 Dec 2014 01:23:56 -  1.24
+++ ChangeLog   28 Dec 2014 00:43:42 -  1.25
@@ -1,6 +1,9 @@
 # ChangeLog for games-emulation/dolphin
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.24 
2014/12/12 01:23:56 twitch153 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.25 
2014/12/28 00:43:42 twitch153 Exp $
+
+  28 Dec 2014; Devan Franchini twitch...@gentoo.org dolphin-.ebuild:
+  Adds polarssl[havege] as dependency, bug #483794
 
 *dolphin-4.0.2-r1 (12 Dec 2014)
 






[gentoo-commits] gentoo-x86 commit in games-emulation/dolphin: dolphin-9999.ebuild ChangeLog

2014-12-07 Thread Devan Franchini (twitch153)
twitch15314/12/07 22:10:22

  Modified: dolphin-.ebuild ChangeLog
  Log:
  Updates libsfml version dependency to 2.1, bug #531262
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A8C8FBCF)

Revision  ChangesPath
1.15 games-emulation/dolphin/dolphin-.ebuild

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

Index: dolphin-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- dolphin-.ebuild 20 Sep 2014 23:50:52 -  1.14
+++ dolphin-.ebuild 7 Dec 2014 22:10:22 -   1.15
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild,v 1.14 
2014/09/20 23:50:52 twitch153 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild,v 1.15 
2014/12/07 22:10:22 twitch153 Exp $
 
 EAPI=5
 
@@ -27,7 +27,7 @@
 
 RDEPEND==media-libs/glew-1.10
=media-libs/libsdl-1.2[joystick]
-   media-libs/libsfml-2.0
+   =media-libs/libsfml-2.1
=net-libs/miniupnpc-1.8
sys-libs/readline
x11-libs/libXext



1.23 games-emulation/dolphin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog   20 Sep 2014 23:50:52 -  1.22
+++ ChangeLog   7 Dec 2014 22:10:22 -   1.23
@@ -1,6 +1,9 @@
 # ChangeLog for games-emulation/dolphin
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.22 
2014/09/20 23:50:52 twitch153 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.23 
2014/12/07 22:10:22 twitch153 Exp $
+
+  07 Dec 2014; Devan Franchini twitch...@gentoo.org dolphin-.ebuild:
+  Updates libsfml version dependency to 2.1, bug #531262
 
   20 Sep 2014; Devan Franchini twitch...@gentoo.org dolphin-.ebuild:
   Modifies location set for doicon call, bug #523282






[gentoo-commits] gentoo-x86 commit in games-emulation/dolphin: dolphin-9999.ebuild ChangeLog

2014-09-20 Thread Devan Franchini (twitch153)
twitch15314/09/20 23:50:53

  Modified: dolphin-.ebuild ChangeLog
  Log:
  Modifies location set for doicon call, bug #523282
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
A8C8FBCF)

Revision  ChangesPath
1.14 games-emulation/dolphin/dolphin-.ebuild

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

Index: dolphin-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- dolphin-.ebuild 30 Jun 2014 05:39:48 -  1.13
+++ dolphin-.ebuild 20 Sep 2014 23:50:52 -  1.14
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild,v 1.13 
2014/06/30 05:39:48 twitch153 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild,v 1.14 
2014/09/20 23:50:52 twitch153 Exp $
 
 EAPI=5
 
@@ -134,7 +134,7 @@
dodoc -r docs/ActionReplay docs/DSP docs/WiiMote
fi
 
-   doicon Source/Core/DolphinWX/resources/Dolphin.xpm
+   doicon Installer/dolphin-emu.xpm
make_desktop_entry dolphin-emu Dolphin Dolphin Game;
 
prepgamesdirs



1.22 games-emulation/dolphin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   30 Jun 2014 05:39:48 -  1.21
+++ ChangeLog   20 Sep 2014 23:50:52 -  1.22
@@ -1,6 +1,9 @@
 # ChangeLog for games-emulation/dolphin
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.21 
2014/06/30 05:39:48 twitch153 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.22 
2014/09/20 23:50:52 twitch153 Exp $
+
+  20 Sep 2014; Devan Franchini twitch...@gentoo.org dolphin-.ebuild:
+  Modifies location set for doicon call, bug #523282
 
   30 Jun 2014; Devan Franchini twitch...@gentoo.org dolphin-.ebuild:
   Adds wxGTK3.0 version dependency, bug #515688






[gentoo-commits] gentoo-x86 commit in games-emulation/dolphin: dolphin-9999.ebuild ChangeLog

2014-06-29 Thread Devan Franchini (twitch153)
twitch15314/06/30 05:39:48

  Modified: dolphin-.ebuild ChangeLog
  Log:
  Adds wxGTK3.0 version dependency, bug #515688
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
A8C8FBCF)

Revision  ChangesPath
1.13 games-emulation/dolphin/dolphin-.ebuild

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

Index: dolphin-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- dolphin-.ebuild 19 Mar 2014 03:06:38 -  1.12
+++ dolphin-.ebuild 30 Jun 2014 05:39:48 -  1.13
@@ -1,10 +1,10 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild,v 1.12 
2014/03/19 03:06:38 twitch153 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild,v 1.13 
2014/06/30 05:39:48 twitch153 Exp $
 
 EAPI=5
 
-WX_GTK_VER=2.9
+WX_GTK_VER=3.0
 
 inherit cmake-utils eutils pax-utils toolchain-funcs versionator wxwidgets 
games
 
@@ -48,7 +48,7 @@
media-libs/freetype
media-libs/libsoundtouch
=sys-devel/gcc-4.6.0
-   x11-libs/wxGTK:2.9
+   x11-libs/wxGTK:${WX_GTK_VER}

 
 pkg_pretend() {



1.21 games-emulation/dolphin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog   4 May 2014 21:47:04 -   1.20
+++ ChangeLog   30 Jun 2014 05:39:48 -  1.21
@@ -1,6 +1,9 @@
 # ChangeLog for games-emulation/dolphin
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.20 
2014/05/04 21:47:04 twitch153 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.21 
2014/06/30 05:39:48 twitch153 Exp $
+
+  30 Jun 2014; Devan Franchini twitch...@gentoo.org dolphin-.ebuild:
+  Adds wxGTK3.0 version dependency, bug #515688
 
 *dolphin-4.0.2 (04 May 2014)