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-arcade/supertux: supertux-0.1.3.ebuild ChangeLog
Date: Tue, 26 Feb 2008 22:27:44
Message-Id: E1JU8Gz-0004vO-65@stork.gentoo.org
1 mr_bones_ 08/02/26 22:27:41
2
3 Modified: supertux-0.1.3.ebuild ChangeLog
4 Log:
5 ndebug patch from Guenther Brunthaler via bug #211322
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.11 games-arcade/supertux/supertux-0.1.3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/supertux/supertux-0.1.3.ebuild?rev=1.11&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/supertux/supertux-0.1.3.ebuild?rev=1.11&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/supertux/supertux-0.1.3.ebuild?r1=1.10&r2=1.11
14
15 Index: supertux-0.1.3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-arcade/supertux/supertux-0.1.3.ebuild,v
18 retrieving revision 1.10
19 retrieving revision 1.11
20 diff -u -r1.10 -r1.11
21 --- supertux-0.1.3.ebuild 9 Apr 2007 21:40:03 -0000 1.10
22 +++ supertux-0.1.3.ebuild 26 Feb 2008 22:27:40 -0000 1.11
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/supertux/supertux-0.1.3.ebuild,v 1.10 2007/04/09 21:40:03 welp Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/supertux/supertux-0.1.3.ebuild,v 1.11 2008/02/26 22:27:40 mr_bones_ Exp $
29
30 GAMES_USE_SDL="nojoystick" #bug #100372
31 inherit eutils games
32 @@ -28,7 +28,9 @@
33
34 src_unpack() {
35 unpack ${A}
36 - epatch "${FILESDIR}"/${P}-gcc41.patch
37 + epatch \
38 + "${FILESDIR}"/${P}-gcc41.patch \
39 + "${FILESDIR}"/${P}-ndebug.patch
40 }
41
42 src_compile() {
43
44
45
46 1.30 games-arcade/supertux/ChangeLog
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/supertux/ChangeLog?rev=1.30&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/supertux/ChangeLog?rev=1.30&content-type=text/plain
50 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/supertux/ChangeLog?r1=1.29&r2=1.30
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/games-arcade/supertux/ChangeLog,v
55 retrieving revision 1.29
56 retrieving revision 1.30
57 diff -u -r1.29 -r1.30
58 --- ChangeLog 9 Apr 2007 21:40:03 -0000 1.29
59 +++ ChangeLog 26 Feb 2008 22:27:40 -0000 1.30
60 @@ -1,6 +1,10 @@
61 # ChangeLog for games-arcade/supertux
62 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/supertux/ChangeLog,v 1.29 2007/04/09 21:40:03 welp Exp $
64 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
65 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/supertux/ChangeLog,v 1.30 2008/02/26 22:27:40 mr_bones_ Exp $
66 +
67 + 26 Feb 2008; Michael Sterrett <mr_bones_@g.o>
68 + +files/supertux-0.1.3-ndebug.patch, supertux-0.1.3.ebuild:
69 + ndebug patch from Guenther Brunthaler via bug #211322
70
71 09 Apr 2007; Peter Weller <welp@g.o> supertux-0.1.3.ebuild:
72 Keyworded ~x86-fbsd wrt bug 173405
73
74
75
76 --
77 gentoo-commits@l.g.o mailing list