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-simulation/lincity-ng: lincity-ng-1.1.1.ebuild ChangeLog lincity-ng-1.1.0.ebuild
Date: Wed, 21 Nov 2007 04:00:51
Message-Id: E1IuglZ-0002Fy-Du@stork.gentoo.org
1 dirtyepic 07/11/21 04:00:45
2
3 Modified: lincity-ng-1.1.1.ebuild ChangeLog
4 lincity-ng-1.1.0.ebuild
5 Log:
6 Also allow building <1.1.2 with ftjam for bug #188194
7 (Portage version: 2.1.3.19)
8
9 Revision Changes Path
10 1.2 games-simulation/lincity-ng/lincity-ng-1.1.1.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/lincity-ng/lincity-ng-1.1.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/lincity-ng/lincity-ng-1.1.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/lincity-ng/lincity-ng-1.1.1.ebuild?r1=1.1&r2=1.2
15
16 Index: lincity-ng-1.1.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-simulation/lincity-ng/lincity-ng-1.1.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- lincity-ng-1.1.1.ebuild 19 Aug 2007 18:29:43 -0000 1.1
23 +++ lincity-ng-1.1.1.ebuild 21 Nov 2007 04:00:44 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2007 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/lincity-ng/lincity-ng-1.1.1.ebuild,v 1.1 2007/08/19 18:29:43 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-simulation/lincity-ng/lincity-ng-1.1.1.ebuild,v 1.2 2007/11/21 04:00:44 dirtyepic Exp $
29
30 inherit eutils games
31
32 @@ -23,7 +23,7 @@
33 dev-games/physfs"
34 DEPEND="${RDEPEND}
35 dev-util/pkgconfig
36 - dev-util/jam"
37 + || ( dev-util/jam dev-util/ftjam )"
38
39 pkg_setup() {
40 games_pkg_setup
41
42
43
44 1.12 games-simulation/lincity-ng/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/lincity-ng/ChangeLog?rev=1.12&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/lincity-ng/ChangeLog?rev=1.12&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/lincity-ng/ChangeLog?r1=1.11&r2=1.12
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/games-simulation/lincity-ng/ChangeLog,v
53 retrieving revision 1.11
54 retrieving revision 1.12
55 diff -u -r1.11 -r1.12
56 --- ChangeLog 20 Nov 2007 17:07:37 -0000 1.11
57 +++ ChangeLog 21 Nov 2007 04:00:44 -0000 1.12
58 @@ -1,6 +1,10 @@
59 # ChangeLog for games-simulation/lincity-ng
60 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/lincity-ng/ChangeLog,v 1.11 2007/11/20 17:07:37 fmccor Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/games-simulation/lincity-ng/ChangeLog,v 1.12 2007/11/21 04:00:44 dirtyepic Exp $
63 +
64 + 21 Nov 2007; Ryan Hill <dirtyepic@g.o> lincity-ng-1.1.0.ebuild,
65 + lincity-ng-1.1.1.ebuild:
66 + Also allow building <1.1.2 with ftjam for bug #188194
67
68 20 Nov 2007; Ferris McCormick <fmccor@g.o> lincity-ng-1.1.2.ebuild:
69 Add ~sparc and allow for ftjam as well as jam (builds and works with
70
71
72
73 1.3 games-simulation/lincity-ng/lincity-ng-1.1.0.ebuild
74
75 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/lincity-ng/lincity-ng-1.1.0.ebuild?rev=1.3&view=markup
76 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/lincity-ng/lincity-ng-1.1.0.ebuild?rev=1.3&content-type=text/plain
77 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/lincity-ng/lincity-ng-1.1.0.ebuild?r1=1.2&r2=1.3
78
79 Index: lincity-ng-1.1.0.ebuild
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/games-simulation/lincity-ng/lincity-ng-1.1.0.ebuild,v
82 retrieving revision 1.2
83 retrieving revision 1.3
84 diff -u -r1.2 -r1.3
85 --- lincity-ng-1.1.0.ebuild 15 Mar 2007 12:12:50 -0000 1.2
86 +++ lincity-ng-1.1.0.ebuild 21 Nov 2007 04:00:44 -0000 1.3
87 @@ -1,6 +1,6 @@
88 # Copyright 1999-2007 Gentoo Foundation
89 # Distributed under the terms of the GNU General Public License v2
90 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/lincity-ng/lincity-ng-1.1.0.ebuild,v 1.2 2007/03/15 12:12:50 nyhm Exp $
91 +# $Header: /var/cvsroot/gentoo-x86/games-simulation/lincity-ng/lincity-ng-1.1.0.ebuild,v 1.3 2007/11/21 04:00:44 dirtyepic Exp $
92
93 inherit eutils games
94
95 @@ -23,7 +23,7 @@
96 dev-games/physfs"
97 DEPEND="${RDEPEND}
98 dev-util/pkgconfig
99 - dev-util/jam"
100 + || ( dev-util/jam dev-util/ftjam )"
101
102 pkg_setup() {
103 games_pkg_setup
104
105
106
107 --
108 gentoo-commits@g.o mailing list