Gentoo Archives: gentoo-commits

From: "Julian Ospald (hasufell)" <hasufell@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-action/supertuxkart: supertuxkart-0.8.1.ebuild ChangeLog
Date: Tue, 29 Apr 2014 23:31:30
Message-Id: 20140429233125.973242004B@flycatcher.gentoo.org
1 hasufell 14/04/29 23:31:25
2
3 Modified: supertuxkart-0.8.1.ebuild ChangeLog
4 Log:
5 fix build with mesa-10.x wrt #504104
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key BDEED020)
8
9 Revision Changes Path
10 1.5 games-action/supertuxkart/supertuxkart-0.8.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/supertuxkart-0.8.1.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/supertuxkart-0.8.1.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/supertuxkart-0.8.1.ebuild?r1=1.4&r2=1.5
15
16 Index: supertuxkart-0.8.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-action/supertuxkart/supertuxkart-0.8.1.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- supertuxkart-0.8.1.ebuild 12 Mar 2014 05:18:28 -0000 1.4
23 +++ supertuxkart-0.8.1.ebuild 29 Apr 2014 23:31:25 -0000 1.5
24 @@ -1,6 +1,6 @@
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-action/supertuxkart/supertuxkart-0.8.1.ebuild,v 1.4 2014/03/12 05:18:28 phajdan.jr Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/supertuxkart-0.8.1.ebuild,v 1.5 2014/04/29 23:31:25 hasufell Exp $
29
30 EAPI=5
31 inherit gnome2-utils cmake-utils eutils games
32 @@ -41,7 +41,7 @@
33 S=${WORKDIR}/SuperTuxKart-${PV}
34
35 src_prepare() {
36 - epatch "${FILESDIR}"/${P}-{gentoo,icon-dest,irrlicht,desktopfile}.patch
37 + epatch "${FILESDIR}"/${P}-{gentoo,icon-dest,irrlicht,desktopfile,mesa-10.x}.patch
38
39 # inconsistent handling of debug definition
40 # avoid using Debug build type
41
42
43
44 1.43 games-action/supertuxkart/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/ChangeLog?rev=1.43&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/ChangeLog?rev=1.43&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/ChangeLog?r1=1.42&r2=1.43
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/games-action/supertuxkart/ChangeLog,v
53 retrieving revision 1.42
54 retrieving revision 1.43
55 diff -u -r1.42 -r1.43
56 --- ChangeLog 18 Mar 2014 18:43:30 -0000 1.42
57 +++ ChangeLog 29 Apr 2014 23:31:25 -0000 1.43
58 @@ -1,6 +1,10 @@
59 # ChangeLog for games-action/supertuxkart
60 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/ChangeLog,v 1.42 2014/03/18 18:43:30 mr_bones_ Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/ChangeLog,v 1.43 2014/04/29 23:31:25 hasufell Exp $
63 +
64 + 29 Apr 2014; Julian Ospald <hasufell@g.o> supertuxkart-0.8.1.ebuild,
65 + +files/supertuxkart-0.8.1-mesa-10.x.patch:
66 + fix build with mesa-10.x wrt #504104
67
68 18 Mar 2014; Michael Sterrett <mr_bones_@g.o>
69 -files/supertuxkart-0.8-desktopfile.patch,