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: ChangeLog supertux-0.1.3.ebuild
Date: Thu, 22 Jan 2009 18:50:55
Message-Id: E1LQ4dg-0004Mo-Gm@stork.gentoo.org
1 mr_bones_ 09/01/22 18:50:52
2
3 Modified: ChangeLog supertux-0.1.3.ebuild
4 Log:
5 transition to the non-no* use flags in libsdl
6 (Portage version: 2.1.6.4/cvs/Linux 2.6.28.1 i686)
7
8 Revision Changes Path
9 1.32 games-arcade/supertux/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/supertux/ChangeLog?rev=1.32&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/supertux/ChangeLog?rev=1.32&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/supertux/ChangeLog?r1=1.31&r2=1.32
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-arcade/supertux/ChangeLog,v
18 retrieving revision 1.31
19 retrieving revision 1.32
20 diff -u -r1.31 -r1.32
21 --- ChangeLog 9 Jan 2009 21:07:33 -0000 1.31
22 +++ ChangeLog 22 Jan 2009 18:50:52 -0000 1.32
23 @@ -1,6 +1,10 @@
24 # ChangeLog for games-arcade/supertux
25 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/supertux/ChangeLog,v 1.31 2009/01/09 21:07:33 mr_bones_ Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/supertux/ChangeLog,v 1.32 2009/01/22 18:50:52 mr_bones_ Exp $
28 +
29 + 22 Jan 2009; Michael Sterrett <mr_bones_@g.o>
30 + supertux-0.1.3.ebuild:
31 + transition to the non-no* use flags in libsdl
32
33 09 Jan 2009; Michael Sterrett <mr_bones_@g.o>
34 supertux-0.1.3.ebuild:
35
36
37
38 1.13 games-arcade/supertux/supertux-0.1.3.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/supertux/supertux-0.1.3.ebuild?rev=1.13&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/supertux/supertux-0.1.3.ebuild?rev=1.13&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/supertux/supertux-0.1.3.ebuild?r1=1.12&r2=1.13
43
44 Index: supertux-0.1.3.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/games-arcade/supertux/supertux-0.1.3.ebuild,v
47 retrieving revision 1.12
48 retrieving revision 1.13
49 diff -u -r1.12 -r1.13
50 --- supertux-0.1.3.ebuild 9 Jan 2009 21:07:33 -0000 1.12
51 +++ supertux-0.1.3.ebuild 22 Jan 2009 18:50:52 -0000 1.13
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/supertux/supertux-0.1.3.ebuild,v 1.12 2009/01/09 21:07:33 mr_bones_ Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/supertux/supertux-0.1.3.ebuild,v 1.13 2009/01/22 18:50:52 mr_bones_ Exp $
57
58 EAPI=2
59 GAMES_USE_SDL="nojoystick" #bug #100372
60 @@ -15,7 +15,7 @@
61 KEYWORDS="amd64 ppc ~ppc64 sparc x86 ~x86-fbsd"
62 IUSE="opengl"
63
64 -DEPEND="media-libs/libsdl
65 +DEPEND="|| ( media-libs/libsdl[joystick] <media-libs/libsdl-1.2.13-r1 )
66 media-libs/sdl-image[png,jpeg]
67 media-libs/sdl-mixer[mikmod,vorbis]
68 x11-libs/libXt"