Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-emulation/dolphin: dolphin-3.5.ebuild ChangeLog
Date: Sun, 01 Sep 2013 09:09:08
Message-Id: 20130901090905.6ABA22004C@flycatcher.gentoo.org
1 patrick 13/09/01 09:09:05
2
3 Modified: dolphin-3.5.ebuild ChangeLog
4 Log:
5 Whitespace
6
7 (Portage version: 2.2.1/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.8 games-emulation/dolphin/dolphin-3.5.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/dolphin-3.5.ebuild?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/dolphin-3.5.ebuild?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/dolphin-3.5.ebuild?r1=1.7&r2=1.8
15
16 Index: dolphin-3.5.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-3.5.ebuild,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- dolphin-3.5.ebuild 1 Sep 2013 00:39:04 -0000 1.7
23 +++ dolphin-3.5.ebuild 1 Sep 2013 09:09:05 -0000 1.8
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-3.5.ebuild,v 1.7 2013/09/01 00:39:04 twitch153 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-3.5.ebuild,v 1.8 2013/09/01 09:09:05 patrick Exp $
29
30 EAPI=5
31
32 @@ -62,7 +62,7 @@
33
34 if [[ $(gcc-version) = "4.8" ]]; then
35 epatch "${FILESDIR}"/${PN}-emu-${PV}-gcc-4.8.patch
36 - fi
37 + fi
38
39 if use !alsa; then
40 sed -i -e '/^include(FindALSA/d' CMakeLists.txt || die
41
42
43
44 1.9 games-emulation/dolphin/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/ChangeLog?rev=1.9&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/ChangeLog?rev=1.9&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/ChangeLog?r1=1.8&r2=1.9
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v
53 retrieving revision 1.8
54 retrieving revision 1.9
55 diff -u -r1.8 -r1.9
56 --- ChangeLog 1 Sep 2013 00:39:04 -0000 1.8
57 +++ ChangeLog 1 Sep 2013 09:09:05 -0000 1.9
58 @@ -1,6 +1,9 @@
59 # ChangeLog for games-emulation/dolphin
60 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.8 2013/09/01 00:39:04 twitch153 Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.9 2013/09/01 09:09:05 patrick Exp $
63 +
64 + 01 Sep 2013; Patrick Lauer <patrick@g.o> dolphin-3.5.ebuild:
65 + Whitespace
66
67 01 Sep 2013; Devan Franchini <twitch153@g.o> dolphin-3.5.ebuild:
68 Replaces has_version checking of gcc version for more suited use of the gcc-