Gentoo Archives: gentoo-commits

From: "Ferris McCormick (fmccor)" <fmccor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-simulation/lincity-ng: lincity-ng-1.1.2.ebuild ChangeLog
Date: Tue, 20 Nov 2007 17:07:42
Message-Id: E1IuWZW-0004dA-2u@stork.gentoo.org
1 fmccor 07/11/20 17:07:38
2
3 Modified: lincity-ng-1.1.2.ebuild ChangeLog
4 Log:
5 Add ~sparc and allow for ftjam as well as jam (builds and works with
6 ftjam)--- 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.2.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/lincity-ng/lincity-ng-1.1.2.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/lincity-ng/lincity-ng-1.1.2.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.2.ebuild?r1=1.1&r2=1.2
15
16 Index: lincity-ng-1.1.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-simulation/lincity-ng/lincity-ng-1.1.2.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- lincity-ng-1.1.2.ebuild 5 Nov 2007 02:12:46 -0000 1.1
23 +++ lincity-ng-1.1.2.ebuild 20 Nov 2007 17:07:37 -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.2.ebuild,v 1.1 2007/11/05 02:12:46 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-simulation/lincity-ng/lincity-ng-1.1.2.ebuild,v 1.2 2007/11/20 17:07:37 fmccor Exp $
29
30 inherit eutils games
31
32 @@ -10,7 +10,7 @@
33
34 LICENSE="GPL-2"
35 SLOT="0"
36 -KEYWORDS="~amd64 ~ppc ~x86"
37 +KEYWORDS="~amd64 ~ppc ~sparc ~x86"
38 IUSE=""
39
40 RDEPEND="virtual/opengl
41 @@ -23,7 +23,7 @@
42 dev-games/physfs"
43 DEPEND="${RDEPEND}
44 dev-util/pkgconfig
45 - dev-util/jam"
46 + || ( dev-util/ftjam dev-util/jam )"
47
48 pkg_setup() {
49 games_pkg_setup
50
51
52
53 1.11 games-simulation/lincity-ng/ChangeLog
54
55 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/lincity-ng/ChangeLog?rev=1.11&view=markup
56 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/lincity-ng/ChangeLog?rev=1.11&content-type=text/plain
57 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/lincity-ng/ChangeLog?r1=1.10&r2=1.11
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/games-simulation/lincity-ng/ChangeLog,v
62 retrieving revision 1.10
63 retrieving revision 1.11
64 diff -u -r1.10 -r1.11
65 --- ChangeLog 5 Nov 2007 02:12:46 -0000 1.10
66 +++ ChangeLog 20 Nov 2007 17:07:37 -0000 1.11
67 @@ -1,6 +1,10 @@
68 # ChangeLog for games-simulation/lincity-ng
69 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/lincity-ng/ChangeLog,v 1.10 2007/11/05 02:12:46 mr_bones_ Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/games-simulation/lincity-ng/ChangeLog,v 1.11 2007/11/20 17:07:37 fmccor Exp $
72 +
73 + 20 Nov 2007; Ferris McCormick <fmccor@g.o> lincity-ng-1.1.2.ebuild:
74 + Add ~sparc and allow for ftjam as well as jam (builds and works with
75 + ftjam)--- Bug #188194.
76
77 *lincity-ng-1.1.2 (05 Nov 2007)
78
79
80
81
82 --
83 gentoo-commits@g.o mailing list