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: Tue, 20 Jan 2009 15:59:24
Message-Id: E1LPJ0Y-0003yV-4a@stork.gentoo.org
1 mr_bones_ 09/01/20 15:59:18
2
3 Modified: bzflag-2.0.12.ebuild ChangeLog
4 Log:
5 ares support for curl doesn't seem to be required (bug #255601)
6 (Portage version: 2.1.6.4/cvs/Linux 2.6.27.8 i686)
7
8 Revision Changes Path
9 1.7 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.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/bzflag/bzflag-2.0.12.ebuild?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/bzflag/bzflag-2.0.12.ebuild?r1=1.6&r2=1.7
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.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- bzflag-2.0.12.ebuild 19 Jan 2009 17:27:52 -0000 1.6
22 +++ bzflag-2.0.12.ebuild 20 Jan 2009 15:59:18 -0000 1.7
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.6 2009/01/19 17:27:52 mr_bones_ Exp $
27 +# $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 $
28
29 EAPI=2
30 inherit eutils flag-o-matic games
31 @@ -29,7 +29,7 @@
32 x11-libs/libXt
33 x11-libs/libXxf86vm"
34
35 -DEPEND=">=net-misc/curl-7.15.0[ares]
36 +DEPEND=">=net-misc/curl-7.15.0
37 sys-libs/ncurses
38 net-dns/c-ares
39 sdl? ( ${UIDEPEND} )
40
41
42
43 1.41 games-action/bzflag/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/bzflag/ChangeLog?rev=1.41&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/bzflag/ChangeLog?rev=1.41&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/bzflag/ChangeLog?r1=1.40&r2=1.41
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/games-action/bzflag/ChangeLog,v
52 retrieving revision 1.40
53 retrieving revision 1.41
54 diff -u -r1.40 -r1.41
55 --- ChangeLog 19 Jan 2009 17:27:52 -0000 1.40
56 +++ ChangeLog 20 Jan 2009 15:59:18 -0000 1.41
57 @@ -1,6 +1,9 @@
58 # ChangeLog for games-action/bzflag
59 # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/games-action/bzflag/ChangeLog,v 1.40 2009/01/19 17:27:52 mr_bones_ Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/games-action/bzflag/ChangeLog,v 1.41 2009/01/20 15:59:18 mr_bones_ Exp $
62 +
63 + 20 Jan 2009; Michael Sterrett <mr_bones_@g.o> bzflag-2.0.12.ebuild:
64 + ares support for curl doesn't seem to be required (bug #255601)
65
66 19 Jan 2009; Michael Sterrett <mr_bones_@g.o> bzflag-2.0.12.ebuild:
67 EAPI=2; add use-based dep; tidy