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-9999.ebuild ChangeLog
Date: Mon, 30 Jun 2014 05:39:52
Message-Id: 20140630053948.EAFF02004E@flycatcher.gentoo.org
1 twitch153 14/06/30 05:39:48
2
3 Modified: dolphin-9999.ebuild ChangeLog
4 Log:
5 Adds wxGTK3.0 version dependency, bug #515688
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A8C8FBCF)
8
9 Revision Changes Path
10 1.13 games-emulation/dolphin/dolphin-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/dolphin-9999.ebuild?rev=1.13&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/dolphin-9999.ebuild?rev=1.13&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/dolphin-9999.ebuild?r1=1.12&r2=1.13
15
16 Index: dolphin-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-9999.ebuild,v
19 retrieving revision 1.12
20 retrieving revision 1.13
21 diff -u -r1.12 -r1.13
22 --- dolphin-9999.ebuild 19 Mar 2014 03:06:38 -0000 1.12
23 +++ dolphin-9999.ebuild 30 Jun 2014 05:39:48 -0000 1.13
24 @@ -1,10 +1,10 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-9999.ebuild,v 1.12 2014/03/19 03:06:38 twitch153 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-9999.ebuild,v 1.13 2014/06/30 05:39:48 twitch153 Exp $
29
30 EAPI=5
31
32 -WX_GTK_VER="2.9"
33 +WX_GTK_VER="3.0"
34
35 inherit cmake-utils eutils pax-utils toolchain-funcs versionator wxwidgets games
36
37 @@ -48,7 +48,7 @@
38 media-libs/freetype
39 media-libs/libsoundtouch
40 >=sys-devel/gcc-4.6.0
41 - x11-libs/wxGTK:2.9
42 + x11-libs/wxGTK:${WX_GTK_VER}
43 "
44
45 pkg_pretend() {
46
47
48
49 1.21 games-emulation/dolphin/ChangeLog
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/ChangeLog?rev=1.21&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/ChangeLog?rev=1.21&content-type=text/plain
53 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/ChangeLog?r1=1.20&r2=1.21
54
55 Index: ChangeLog
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v
58 retrieving revision 1.20
59 retrieving revision 1.21
60 diff -u -r1.20 -r1.21
61 --- ChangeLog 4 May 2014 21:47:04 -0000 1.20
62 +++ ChangeLog 30 Jun 2014 05:39:48 -0000 1.21
63 @@ -1,6 +1,9 @@
64 # ChangeLog for games-emulation/dolphin
65 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
66 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.20 2014/05/04 21:47:04 twitch153 Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.21 2014/06/30 05:39:48 twitch153 Exp $
68 +
69 + 30 Jun 2014; Devan Franchini <twitch153@g.o> dolphin-9999.ebuild:
70 + Adds wxGTK3.0 version dependency, bug #515688
71
72 *dolphin-4.0.2 (04 May 2014)