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/bzflag: bzflag-2.0.12.ebuild ChangeLog
Date: Thu, 22 Jan 2009 21:10:49
Message-Id: E1LQ6p4-00087p-9D@stork.gentoo.org
1 mr_bones_ 09/01/22 21:10:46
2
3 Modified: bzflag-2.0.12.ebuild ChangeLog
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.8 games-action/bzflag/bzflag-2.0.12.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/bzflag/bzflag-2.0.12.ebuild?rev=1.8&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/bzflag/bzflag-2.0.12.ebuild?rev=1.8&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/bzflag/bzflag-2.0.12.ebuild?r1=1.7&r2=1.8
14
15 Index: bzflag-2.0.12.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-action/bzflag/bzflag-2.0.12.ebuild,v
18 retrieving revision 1.7
19 retrieving revision 1.8
20 diff -u -r1.7 -r1.8
21 --- bzflag-2.0.12.ebuild 20 Jan 2009 15:59:18 -0000 1.7
22 +++ bzflag-2.0.12.ebuild 22 Jan 2009 21:10:46 -0000 1.8
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/bzflag/bzflag-2.0.12.ebuild,v 1.7 2009/01/20 15:59:18 mr_bones_ Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-action/bzflag/bzflag-2.0.12.ebuild,v 1.8 2009/01/22 21:10:46 mr_bones_ Exp $
28
29 EAPI=2
30 inherit eutils flag-o-matic games
31 @@ -16,7 +16,7 @@
32
33 UIDEPEND="virtual/opengl
34 virtual/glu
35 - media-libs/libsdl
36 + || ( media-libs/libsdl[joystick] <media-libs/libsdl-1.2.13-r1 )
37 media-libs/glew
38 x11-libs/libICE
39 x11-libs/libSM
40 @@ -53,8 +53,7 @@
41 egamesconf \
42 --disable-dependency-tracking \
43 --without-regex \
44 - ${myconf} \
45 - || die "egamesconf failed"
46 + ${myconf}
47 }
48
49 src_install() {
50
51
52
53 1.42 games-action/bzflag/ChangeLog
54
55 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/bzflag/ChangeLog?rev=1.42&view=markup
56 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/bzflag/ChangeLog?rev=1.42&content-type=text/plain
57 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/bzflag/ChangeLog?r1=1.41&r2=1.42
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/games-action/bzflag/ChangeLog,v
62 retrieving revision 1.41
63 retrieving revision 1.42
64 diff -u -r1.41 -r1.42
65 --- ChangeLog 20 Jan 2009 15:59:18 -0000 1.41
66 +++ ChangeLog 22 Jan 2009 21:10:46 -0000 1.42
67 @@ -1,6 +1,9 @@
68 # ChangeLog for games-action/bzflag
69 # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/games-action/bzflag/ChangeLog,v 1.41 2009/01/20 15:59:18 mr_bones_ Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/games-action/bzflag/ChangeLog,v 1.42 2009/01/22 21:10:46 mr_bones_ Exp $
72 +
73 + 22 Jan 2009; Michael Sterrett <mr_bones_@g.o> bzflag-2.0.12.ebuild:
74 + transition to the non-no* use flags in libsdl
75
76 20 Jan 2009; Michael Sterrett <mr_bones_@g.o> bzflag-2.0.12.ebuild:
77 ares support for curl doesn't seem to be required (bug #255601)