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: ChangeLog supertuxkart-0.7.ebuild
Date: Sat, 30 Jul 2011 19:02:11
Message-Id: 20110730182754.53A622004B@flycatcher.gentoo.org
1 mr_bones_ 11/07/30 18:27:54
2
3 Modified: ChangeLog supertuxkart-0.7.ebuild
4 Log:
5 add dev-libs/fribidi to RDEPEND (bug #375569)
6
7 (Portage version: 2.1.10.3/cvs/Linux i686)
8
9 Revision Changes Path
10 1.27 games-action/supertuxkart/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/ChangeLog?rev=1.27&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/ChangeLog?rev=1.27&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/ChangeLog?r1=1.26&r2=1.27
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-action/supertuxkart/ChangeLog,v
19 retrieving revision 1.26
20 retrieving revision 1.27
21 diff -u -r1.26 -r1.27
22 --- ChangeLog 22 Jun 2011 12:59:19 -0000 1.26
23 +++ ChangeLog 30 Jul 2011 18:27:54 -0000 1.27
24 @@ -1,6 +1,9 @@
25 # ChangeLog for games-action/supertuxkart
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/ChangeLog,v 1.26 2011/06/22 12:59:19 tupone Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/ChangeLog,v 1.27 2011/07/30 18:27:54 mr_bones_ Exp $
29 +
30 + 30 Jul 2011; Michael Sterrett <mr_bones_@g.o> supertuxkart-0.7.ebuild:
31 + add dev-libs/fribidi to RDEPEND (bug #375569)
32
33 22 Jun 2011; Tupone Alfredo <tupone@g.o> supertuxkart-0.7.ebuild,
34 +files/supertuxkart-0.7-underlink.patch:
35
36
37
38 1.6 games-action/supertuxkart/supertuxkart-0.7.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/supertuxkart-0.7.ebuild?rev=1.6&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/supertuxkart-0.7.ebuild?rev=1.6&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/supertuxkart-0.7.ebuild?r1=1.5&r2=1.6
43
44 Index: supertuxkart-0.7.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/games-action/supertuxkart/supertuxkart-0.7.ebuild,v
47 retrieving revision 1.5
48 retrieving revision 1.6
49 diff -u -r1.5 -r1.6
50 --- supertuxkart-0.7.ebuild 22 Jun 2011 12:59:19 -0000 1.5
51 +++ supertuxkart-0.7.ebuild 30 Jul 2011 18:27:54 -0000 1.6
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2011 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/supertuxkart-0.7.ebuild,v 1.5 2011/06/22 12:59:19 tupone Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/supertuxkart-0.7.ebuild,v 1.6 2011/07/30 18:27:54 mr_bones_ Exp $
57
58 EAPI=2
59 inherit autotools flag-o-matic eutils games
60 @@ -22,6 +22,7 @@
61 net-libs/enet:0
62 media-libs/libvorbis
63 media-libs/openal
64 + nls? ( dev-libs/fribidi )
65 virtual/libintl"
66 DEPEND="${RDEPEND}
67 nls? ( sys-devel/gettext )