twitch153 14/03/19 03:06:38 Modified: dolphin-9999.ebuild ChangeLog Log: Adds gtest to saved External directories. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A8C8FBCF)
Revision Changes Path 1.12 games-emulation/dolphin/dolphin-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/dolphin-9999.ebuild?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/dolphin-9999.ebuild?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/dolphin-9999.ebuild?r1=1.11&r2=1.12 Index: dolphin-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-9999.ebuild,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- dolphin-9999.ebuild 7 Feb 2014 17:55:17 -0000 1.11 +++ dolphin-9999.ebuild 19 Mar 2014 03:06:38 -0000 1.12 @@ -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-9999.ebuild,v 1.11 2014/02/07 17:55:17 twitch153 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-9999.ebuild,v 1.12 2014/03/19 03:06:38 twitch153 Exp $ EAPI=5 @@ -91,15 +91,19 @@ # - SOIL: The sources are not public. # - 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. mv Externals/SOIL . || die mv Externals/Bochs_disasm . || die mv Externals/polarssl . || die mv Externals/GL . || die + mv Externals/gtest . || 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 } src_configure() { 1.19 games-emulation/dolphin/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/ChangeLog?rev=1.19&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/ChangeLog?rev=1.19&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/ChangeLog?r1=1.18&r2=1.19 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- ChangeLog 18 Mar 2014 19:11:07 -0000 1.18 +++ ChangeLog 19 Mar 2014 03:06:38 -0000 1.19 @@ -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.18 2014/03/18 19:11:07 twitch153 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.19 2014/03/19 03:06:38 twitch153 Exp $ + + 19 Mar 2014; Devan Franchini <[email protected]> dolphin-9999.ebuild: + Adds gtest to saved External directories. 18 Mar 2014; Devan Franchini <[email protected]> dolphin-4.0.ebuild: Removes unnecessary S variable, bug #504964
