Gentoo Archives: gentoo-commits

From: "Alfredo Tupone (tupone)" <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-action/bzflag: ChangeLog bzflag-2.0.10.ebuild
Date: Fri, 30 Nov 2007 22:59:56
Message-Id: E1IyEpq-0005lN-Hc@stork.gentoo.org
1 tupone 07/11/30 22:59:50
2
3 Modified: ChangeLog bzflag-2.0.10.ebuild
4 Log:
5 Better use net-misc/curl built with c-ares support. Bug #200798
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.33 games-action/bzflag/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/bzflag/ChangeLog?rev=1.33&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/bzflag/ChangeLog?rev=1.33&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/bzflag/ChangeLog?r1=1.32&r2=1.33
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-action/bzflag/ChangeLog,v
18 retrieving revision 1.32
19 retrieving revision 1.33
20 diff -u -r1.32 -r1.33
21 --- ChangeLog 15 Nov 2007 23:54:37 -0000 1.32
22 +++ ChangeLog 30 Nov 2007 22:59:49 -0000 1.33
23 @@ -1,6 +1,9 @@
24 # ChangeLog for games-action/bzflag
25 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-action/bzflag/ChangeLog,v 1.32 2007/11/15 23:54:37 tupone Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-action/bzflag/ChangeLog,v 1.33 2007/11/30 22:59:49 tupone Exp $
28 +
29 + 30 Nov 2007; Tupone Alfredo <tupone@g.o> bzflag-2.0.10.ebuild:
30 + Better use net-misc/curl built with c-ares support. Bug #200798 by gionnico
31
32 *bzflag-2.0.10 (15 Nov 2007)
33
34
35
36
37 1.2 games-action/bzflag/bzflag-2.0.10.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/bzflag/bzflag-2.0.10.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/bzflag/bzflag-2.0.10.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/bzflag/bzflag-2.0.10.ebuild?r1=1.1&r2=1.2
42
43 Index: bzflag-2.0.10.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/games-action/bzflag/bzflag-2.0.10.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- bzflag-2.0.10.ebuild 15 Nov 2007 23:54:37 -0000 1.1
50 +++ bzflag-2.0.10.ebuild 30 Nov 2007 22:59:49 -0000 1.2
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2007 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/games-action/bzflag/bzflag-2.0.10.ebuild,v 1.1 2007/11/15 23:54:37 tupone Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/games-action/bzflag/bzflag-2.0.10.ebuild,v 1.2 2007/11/30 22:59:49 tupone Exp $
56
57 inherit eutils flag-o-matic games
58
59 @@ -37,6 +37,11 @@
60 pkg_setup() {
61 # Only do the libsdl checks for !dedicated - bug #107792
62 use dedicated || GAMES_USE_SDL="nojoystick"
63 + if ! built_with_use net-misc/curl ares; then
64 + ewarn "net-misc/curl is not buily with c-ares support"
65 + ewarn "To avoid undesired glitch during play consider"
66 + ewarn "emerging net-misc/curl with USE=\"ares\"."
67 + fi
68 games_pkg_setup
69 }
70
71
72
73
74 --
75 gentoo-commits@g.o mailing list