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-strategy/warzone2100: warzone2100-2.3.9.ebuild ChangeLog
Date: Wed, 16 Nov 2011 02:17:34
Message-Id: 20111116021724.A0D152004C@flycatcher.gentoo.org
1 mr_bones_ 11/11/16 02:17:24
2
3 Modified: warzone2100-2.3.9.ebuild ChangeLog
4 Log:
5 needs bison to build (bug #390689)
6
7 (Portage version: 2.1.10.11/cvs/Linux i686)
8
9 Revision Changes Path
10 1.2 games-strategy/warzone2100/warzone2100-2.3.9.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/warzone2100/warzone2100-2.3.9.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/warzone2100/warzone2100-2.3.9.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/warzone2100/warzone2100-2.3.9.ebuild?r1=1.1&r2=1.2
15
16 Index: warzone2100-2.3.9.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/warzone2100-2.3.9.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- warzone2100-2.3.9.ebuild 27 Oct 2011 02:33:47 -0000 1.1
23 +++ warzone2100-2.3.9.ebuild 16 Nov 2011 02:17:23 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/warzone2100-2.3.9.ebuild,v 1.1 2011/10/27 02:33:47 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/warzone2100-2.3.9.ebuild,v 1.2 2011/11/16 02:17:23 mr_bones_ Exp $
29
30 EAPI=2
31 inherit autotools versionator games
32 @@ -34,6 +34,7 @@
33 virtual/opengl
34 nls? ( virtual/libintl )"
35 DEPEND="${RDEPEND}
36 + sys-devel/bison
37 app-arch/zip
38 dev-util/pkgconfig
39 nls? ( sys-devel/gettext )"
40
41
42
43 1.69 games-strategy/warzone2100/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/warzone2100/ChangeLog?rev=1.69&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/warzone2100/ChangeLog?rev=1.69&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/warzone2100/ChangeLog?r1=1.68&r2=1.69
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/ChangeLog,v
52 retrieving revision 1.68
53 retrieving revision 1.69
54 diff -u -r1.68 -r1.69
55 --- ChangeLog 27 Oct 2011 02:33:45 -0000 1.68
56 +++ ChangeLog 16 Nov 2011 02:17:23 -0000 1.69
57 @@ -1,6 +1,10 @@
58 # ChangeLog for games-strategy/warzone2100
59 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/ChangeLog,v 1.68 2011/10/27 02:33:45 mr_bones_ Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/ChangeLog,v 1.69 2011/11/16 02:17:23 mr_bones_ Exp $
62 +
63 + 16 Nov 2011; Michael Sterrett <mr_bones_@g.o>
64 + warzone2100-2.3.9.ebuild:
65 + needs bison to build (bug #390689)
66
67 *warzone2100-2.3.9 (27 Oct 2011)