Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@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, 11 Feb 2014 21:30:21
Message-Id: 20140211213014.953332004C@flycatcher.gentoo.org
1 mr_bones_ 14/02/11 21:30:14
2
3 Modified: supertuxkart-0.8.1.ebuild ChangeLog
4 Log:
5 add back some missed patches
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.2 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.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/supertuxkart-0.8.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/supertuxkart-0.8.1.ebuild?r1=1.1&r2=1.2
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.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- supertuxkart-0.8.1.ebuild 26 Nov 2013 21:22:50 -0000 1.1
23 +++ supertuxkart-0.8.1.ebuild 11 Feb 2014 21:30:14 -0000 1.2
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2013 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/supertuxkart-0.8.1.ebuild,v 1.1 2013/11/26 21:22:50 hasufell Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/supertuxkart-0.8.1.ebuild,v 1.2 2014/02/11 21:30:14 mr_bones_ Exp $
30
31 EAPI=5
32 inherit gnome2-utils cmake-utils eutils games
33 @@ -41,14 +41,15 @@
34 S=${WORKDIR}/SuperTuxKart-${PV}
35
36 src_prepare() {
37 - epatch "${FILESDIR}"/${P}-{gentoo,irrlicht}.patch
38 + epatch "${FILESDIR}"/${P}-{gentoo,icon-dest,irrlicht,desktopfile}.patch
39
40 # inconsistent handling of debug definition
41 # avoid using Debug build type
42 - use debug && {
43 + if use debug ; then
44 sed -i \
45 -e 's/add_definitions(-DNDEBUG)/add_definitions(-DDEBUG)/' \
46 - CMakeLists.txt || die ;}
47 + CMakeLists.txt || die
48 + fi
49 }
50
51 src_configure() {
52
53
54
55 1.39 games-action/supertuxkart/ChangeLog
56
57 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/ChangeLog?rev=1.39&view=markup
58 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/ChangeLog?rev=1.39&content-type=text/plain
59 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/ChangeLog?r1=1.38&r2=1.39
60
61 Index: ChangeLog
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/games-action/supertuxkart/ChangeLog,v
64 retrieving revision 1.38
65 retrieving revision 1.39
66 diff -u -r1.38 -r1.39
67 --- ChangeLog 26 Nov 2013 21:22:50 -0000 1.38
68 +++ ChangeLog 11 Feb 2014 21:30:14 -0000 1.39
69 @@ -1,6 +1,10 @@
70 # ChangeLog for games-action/supertuxkart
71 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
72 -# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/ChangeLog,v 1.38 2013/11/26 21:22:50 hasufell Exp $
73 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
74 +# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/ChangeLog,v 1.39 2014/02/11 21:30:14 mr_bones_ Exp $
75 +
76 + 11 Feb 2014; Michael Sterrett <mr_bones_@g.o>
77 + supertuxkart-0.8.1.ebuild:
78 + add back some missed patches
79
80 *supertuxkart-0.8.1 (26 Nov 2013)