Gentoo Archives: gentoo-commits

From: "Devan Franchini (twitch153)" <twitch153@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-emulation/dolphin: dolphin-3.5.ebuild ChangeLog
Date: Sat, 31 Aug 2013 23:24:24
Message-Id: 20130831232419.2C8DB2004B@flycatcher.gentoo.org
1 twitch153 13/08/31 23:24:19
2
3 Modified: dolphin-3.5.ebuild ChangeLog
4 Log:
5 dolphin-3.5.ebuild: Added check to apply gcc-4.8.patch to all variants of gcc 4.8.*
6
7 (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key )
8
9 Revision Changes Path
10 1.6 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.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/dolphin-3.5.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/dolphin-3.5.ebuild?r1=1.5&r2=1.6
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.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- dolphin-3.5.ebuild 27 Aug 2013 01:29:10 -0000 1.5
23 +++ dolphin-3.5.ebuild 31 Aug 2013 23:24:19 -0000 1.6
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.5 2013/08/27 01:29:10 twitch153 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-3.5.ebuild,v 1.6 2013/08/31 23:24:19 twitch153 Exp $
29
30 EAPI=5
31
32 @@ -60,7 +60,7 @@
33
34 src_prepare() {
35
36 - if has_version "=sys-devel/gcc-4.8.0"; then
37 + if has_version ">=sys-devel/gcc-4.8.0" || has_version"<=sys-devel/gcc-4.9.0"; then
38 epatch "${FILESDIR}"/${PN}-emu-${PV}-gcc-4.8.patch
39 fi
40
41
42
43
44 1.7 games-emulation/dolphin/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/ChangeLog?rev=1.7&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/ChangeLog?rev=1.7&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/ChangeLog?r1=1.6&r2=1.7
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v
53 retrieving revision 1.6
54 retrieving revision 1.7
55 diff -u -r1.6 -r1.7
56 --- ChangeLog 27 Aug 2013 01:33:09 -0000 1.6
57 +++ ChangeLog 31 Aug 2013 23:24:19 -0000 1.7
58 @@ -1,6 +1,10 @@
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.6 2013/08/27 01:33:09 twitch153 Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.7 2013/08/31 23:24:19 twitch153 Exp $
63 +
64 + 31 Aug 2013; Devan Franchini <twitch153@g.o> dolphin-3.5.ebuild:
65 + dolphin-3.5.ebuild: Added check to apply gcc-4.8.patch to all variants of gcc
66 + 4.8.*
67
68 27 Aug 2013; Devan Franchini <twitch153@g.o> dolphin-9999.ebuild:
69 dolphin-9999.ebuild: Adds check for merge type to prevent unnecessary checking