twitch153 15/03/09 21:00:42 Modified: dolphin-9999.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 Changes Path 1.22 games-emulation/dolphin/dolphin-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/dolphin-9999.ebuild?rev=1.22&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/dolphin-9999.ebuild?rev=1.22&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/dolphin-9999.ebuild?r1=1.21&r2=1.22 Index: dolphin-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-9999.ebuild,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- dolphin-9999.ebuild 9 Feb 2015 00:00:07 -0000 1.21 +++ dolphin-9999.ebuild 9 Mar 2015 21:00:42 -0000 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-9999.ebuild,v 1.21 2015/02/09 00:00:07 twitch153 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-9999.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.31&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/ChangeLog?rev=1.31&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/ChangeLog?r1=1.30&r2=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 -0000 1.30 +++ ChangeLog 9 Mar 2015 21:00:42 -0000 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 <[email protected]> dolphin-9999.ebuild: + Preserves enet bundled libs, bug #542608 *dolphin-4.0.2-r4 (09 Feb 2015)
