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.6.2.ebuild ChangeLog
Date: Sun, 25 Oct 2009 21:34:47
Message-Id: E1N2Ajc-0006GV-IS@stork.gentoo.org
1 mr_bones_ 09/10/25 21:34:44
2
3 Modified: supertuxkart-0.6.2.ebuild ChangeLog
4 Log:
5 build with -as-needed with patch from upstream SVN (bug #283490)
6 (Portage version: 2.1.6.13/cvs/Linux i686)
7
8 Revision Changes Path
9 1.4 games-action/supertuxkart/supertuxkart-0.6.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/supertuxkart/supertuxkart-0.6.2.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/supertuxkart/supertuxkart-0.6.2.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/supertuxkart/supertuxkart-0.6.2.ebuild?r1=1.3&r2=1.4
14
15 Index: supertuxkart-0.6.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-action/supertuxkart/supertuxkart-0.6.2.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- supertuxkart-0.6.2.ebuild 25 Oct 2009 12:26:22 -0000 1.3
22 +++ supertuxkart-0.6.2.ebuild 25 Oct 2009 21:34:43 -0000 1.4
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/supertuxkart-0.6.2.ebuild,v 1.3 2009/10/25 12:26:22 maekke Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/supertuxkart-0.6.2.ebuild,v 1.4 2009/10/25 21:34:43 mr_bones_ Exp $
28
29 EAPI=2
30 inherit autotools eutils games
31 @@ -30,6 +30,7 @@
32 sed -i \
33 -e '/ENETTREE/d' \
34 -e '/src\/enet\/Makefile/d' \
35 + -e '110 i\ AC_SEARCH_LIBS(gluLookAt, GLU)' \
36 configure.ac \
37 || die "sed failed"
38 sed -i \
39
40
41
42 1.16 games-action/supertuxkart/ChangeLog
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/supertuxkart/ChangeLog?rev=1.16&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/supertuxkart/ChangeLog?rev=1.16&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/supertuxkart/ChangeLog?r1=1.15&r2=1.16
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/games-action/supertuxkart/ChangeLog,v
51 retrieving revision 1.15
52 retrieving revision 1.16
53 diff -u -r1.15 -r1.16
54 --- ChangeLog 25 Oct 2009 12:26:22 -0000 1.15
55 +++ ChangeLog 25 Oct 2009 21:34:43 -0000 1.16
56 @@ -1,6 +1,10 @@
57 # ChangeLog for games-action/supertuxkart
58 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/ChangeLog,v 1.15 2009/10/25 12:26:22 maekke Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/ChangeLog,v 1.16 2009/10/25 21:34:43 mr_bones_ Exp $
61 +
62 + 25 Oct 2009; Michael Sterrett <mr_bones_@g.o>
63 + supertuxkart-0.6.2.ebuild:
64 + build with -as-needed with patch from upstream SVN (bug #283490)
65
66 25 Oct 2009; Markus Meier <maekke@g.o> supertuxkart-0.6.2.ebuild:
67 amd64/x86 stable, bug #288638