Gentoo Archives: gentoo-commits

From: "Tristan Heaven (nyhm)" <nyhm@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: Wed, 02 Sep 2009 08:12:48
Message-Id: E1MipmC-00041A-E4@stork.gentoo.org
1 nyhm 09/09/02 13:21:28
2
3 Modified: supertuxkart-0.6.2.ebuild ChangeLog
4 Log:
5 Don't install .svn directories
6 (Portage version: 2.2_rc40/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 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.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/supertuxkart/supertuxkart-0.6.2.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/supertuxkart/supertuxkart-0.6.2.ebuild?r1=1.1&r2=1.2
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.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- supertuxkart-0.6.2.ebuild 2 Sep 2009 03:01:39 -0000 1.1
22 +++ supertuxkart-0.6.2.ebuild 2 Sep 2009 13:21:28 -0000 1.2
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.1 2009/09/02 03:01:39 mr_bones_ Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/supertuxkart-0.6.2.ebuild,v 1.2 2009/09/02 13:21:28 nyhm Exp $
28
29 EAPI=2
30 inherit autotools eutils games
31 @@ -26,6 +26,7 @@
32 media-libs/libsdl[X,video,audio,joystick]"
33
34 src_prepare() {
35 + esvn_clean
36 sed -i \
37 -e '/ENETTREE/d' \
38 -e '/src\/enet\/Makefile/d' \
39
40
41
42 1.14 games-action/supertuxkart/ChangeLog
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/supertuxkart/ChangeLog?rev=1.14&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/supertuxkart/ChangeLog?rev=1.14&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/supertuxkart/ChangeLog?r1=1.13&r2=1.14
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/games-action/supertuxkart/ChangeLog,v
51 retrieving revision 1.13
52 retrieving revision 1.14
53 diff -u -r1.13 -r1.14
54 --- ChangeLog 2 Sep 2009 03:01:39 -0000 1.13
55 +++ ChangeLog 2 Sep 2009 13:21:28 -0000 1.14
56 @@ -1,6 +1,9 @@
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.13 2009/09/02 03:01:39 mr_bones_ Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/ChangeLog,v 1.14 2009/09/02 13:21:28 nyhm Exp $
61 +
62 + 02 Sep 2009; Tristan Heaven <nyhm@g.o> supertuxkart-0.6.2.ebuild:
63 + Don't install .svn directories
64
65 *supertuxkart-0.6.2 (02 Sep 2009)