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-simulation/pmars-sdl: pmars-sdl-0.9.2e.ebuild ChangeLog
Date: Tue, 18 Nov 2008 20:23:16
Message-Id: E1L2X6O-0001Xt-6O@stork.gentoo.org
1 mr_bones_ 08/11/18 20:23:12
2
3 Modified: pmars-sdl-0.9.2e.ebuild ChangeLog
4 Log:
5 fix USE=-* case (bug #247469)
6 (Portage version: 2.1.4.5)
7
8 Revision Changes Path
9 1.11 games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild?rev=1.11&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild?rev=1.11&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild?r1=1.10&r2=1.11
14
15 Index: pmars-sdl-0.9.2e.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild,v
18 retrieving revision 1.10
19 retrieving revision 1.11
20 diff -u -r1.10 -r1.11
21 --- pmars-sdl-0.9.2e.ebuild 9 Oct 2006 11:10:11 -0000 1.10
22 +++ pmars-sdl-0.9.2e.ebuild 18 Nov 2008 20:23:12 -0000 1.11
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2006 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-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild,v 1.10 2006/10/09 11:10:11 nyhm Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild,v 1.11 2008/11/18 20:23:12 mr_bones_ Exp $
29
30 inherit toolchain-funcs games
31
32 @@ -19,7 +19,8 @@
33
34 DEPEND="sdl? ( x11-libs/libX11 media-libs/libsdl )
35 X? ( x11-libs/libX11 )
36 - svga? ( media-libs/svgalib )"
37 + svga? ( media-libs/svgalib )
38 + !sdl? ( !X? ( !svga? ( sys-libs/ncurses ) ) )"
39
40 S=${WORKDIR}/${MY_P}
41
42 @@ -38,7 +39,7 @@
43 LIB="-lvgagl -lvga"
44 else
45 CFLAGS="${CFLAGS} -DCURSESGRAPHX"
46 - LIB="-lcurses -ltermcap"
47 + LIB="-lcurses"
48 fi
49
50 cd src
51
52
53
54 1.8 games-simulation/pmars-sdl/ChangeLog
55
56 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/pmars-sdl/ChangeLog?rev=1.8&view=markup
57 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/pmars-sdl/ChangeLog?rev=1.8&content-type=text/plain
58 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/pmars-sdl/ChangeLog?r1=1.7&r2=1.8
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/games-simulation/pmars-sdl/ChangeLog,v
63 retrieving revision 1.7
64 retrieving revision 1.8
65 diff -u -r1.7 -r1.8
66 --- ChangeLog 9 Oct 2006 11:10:11 -0000 1.7
67 +++ ChangeLog 18 Nov 2008 20:23:12 -0000 1.8
68 @@ -1,6 +1,10 @@
69 # ChangeLog for games-simulation/pmars-sdl
70 -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/pmars-sdl/ChangeLog,v 1.7 2006/10/09 11:10:11 nyhm Exp $
72 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
73 +# $Header: /var/cvsroot/gentoo-x86/games-simulation/pmars-sdl/ChangeLog,v 1.8 2008/11/18 20:23:12 mr_bones_ Exp $
74 +
75 + 18 Nov 2008; Michael Sterrett <mr_bones_@g.o>
76 + pmars-sdl-0.9.2e.ebuild:
77 + fix USE=-* case (bug #247469)
78
79 09 Oct 2006; Tristan Heaven <nyhm@g.o> pmars-sdl-0.9.2e.ebuild:
80 Add modular X dependencies