twitch153 15/06/06 04:39:22 Modified: dolphin-9999.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 Changes Path 1.27 games-emulation/dolphin/dolphin-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/dolphin-9999.ebuild?rev=1.27&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/dolphin-9999.ebuild?rev=1.27&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/dolphin-9999.ebuild?r1=1.26&r2=1.27 Index: dolphin-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-9999.ebuild,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- dolphin-9999.ebuild 6 Jun 2015 03:31:28 -0000 1.26 +++ dolphin-9999.ebuild 6 Jun 2015 04:39:21 -0000 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-9999.ebuild,v 1.26 2015/06/06 03:31:28 twitch153 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-9999.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.39&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/ChangeLog?rev=1.39&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/ChangeLog?r1=1.38&r2=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 -0000 1.38 +++ ChangeLog 6 Jun 2015 04:39:21 -0000 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 <[email protected]> dolphin-9999.ebuild: + Adds >net-libs/enet-1.3.7 as a dependency, bug #550850 06 Jun 2015; Devan Franchini <[email protected]> dolphin-9999.ebuild: Changes required gcc version to >=4.9.0
