Gentoo Archives: gentoo-commits

From: "Ryan Hill (dirtyepic)" <dirtyepic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-strategy/glest: glest-2.0.1.ebuild ChangeLog
Date: Wed, 21 Nov 2007 04:19:13
Message-Id: E1Iuh3I-0002ON-Hy@stork.gentoo.org
1 dirtyepic 07/11/21 04:19:04
2
3 Modified: glest-2.0.1.ebuild ChangeLog
4 Log:
5 Allow building with ftjam for bug #188194
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.2 games-strategy/glest/glest-2.0.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/glest/glest-2.0.1.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/glest/glest-2.0.1.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/glest/glest-2.0.1.ebuild?r1=1.1&r2=1.2
14
15 Index: glest-2.0.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-strategy/glest/glest-2.0.1.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- glest-2.0.1.ebuild 26 Sep 2007 21:55:30 -0000 1.1
22 +++ glest-2.0.1.ebuild 21 Nov 2007 04:19:03 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/glest/glest-2.0.1.ebuild,v 1.1 2007/09/26 21:55:30 tupone Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/glest/glest-2.0.1.ebuild,v 1.2 2007/11/21 04:19:03 dirtyepic Exp $
28
29 inherit autotools eutils games
30
31 @@ -29,7 +29,7 @@
32 media-fonts/font-adobe-utopia-75dpi"
33 DEPEND="${RDEPEND}
34 app-arch/unzip
35 - dev-util/jam"
36 + || ( dev-util/jam dev-util/ftjam )"
37
38 S=${WORKDIR}/mk/linux
39
40
41
42
43 1.17 games-strategy/glest/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/glest/ChangeLog?rev=1.17&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/glest/ChangeLog?rev=1.17&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/glest/ChangeLog?r1=1.16&r2=1.17
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/games-strategy/glest/ChangeLog,v
52 retrieving revision 1.16
53 retrieving revision 1.17
54 diff -u -r1.16 -r1.17
55 --- ChangeLog 26 Sep 2007 21:55:30 -0000 1.16
56 +++ ChangeLog 21 Nov 2007 04:19:03 -0000 1.17
57 @@ -1,6 +1,9 @@
58 # ChangeLog for games-strategy/glest
59 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/glest/ChangeLog,v 1.16 2007/09/26 21:55:30 tupone Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/glest/ChangeLog,v 1.17 2007/11/21 04:19:03 dirtyepic Exp $
62 +
63 + 21 Nov 2007; Ryan Hill <dirtyepic@g.o> glest-2.0.1.ebuild:
64 + Allow building with ftjam for bug #188194
65
66 *glest-2.0.1 (26 Sep 2007)
67
68
69
70
71 --
72 gentoo-commits@g.o mailing list