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/smac: smac-6.0a.ebuild
Date: Fri, 23 Jan 2009 07:35:22
Message-Id: E1LQGZU-0007zE-7g@stork.gentoo.org
1 mr_bones_ 09/01/23 07:35:20
2
3 Modified: smac-6.0a.ebuild
4 Log:
5 whitespace
6 (Portage version: 2.1.6.4/cvs/Linux 2.6.28.1 i686)
7
8 Revision Changes Path
9 1.19 games-strategy/smac/smac-6.0a.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/smac/smac-6.0a.ebuild?rev=1.19&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/smac/smac-6.0a.ebuild?rev=1.19&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/smac/smac-6.0a.ebuild?r1=1.18&r2=1.19
14
15 Index: smac-6.0a.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-strategy/smac/smac-6.0a.ebuild,v
18 retrieving revision 1.18
19 retrieving revision 1.19
20 diff -u -r1.18 -r1.19
21 --- smac-6.0a.ebuild 23 Jan 2009 07:34:17 -0000 1.18
22 +++ smac-6.0a.ebuild 23 Jan 2009 07:35:20 -0000 1.19
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-strategy/smac/smac-6.0a.ebuild,v 1.18 2009/01/23 07:34:17 mr_bones_ Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/smac/smac-6.0a.ebuild,v 1.19 2009/01/23 07:35:20 mr_bones_ Exp $
28
29 EAPI=2
30 inherit eutils games
31 @@ -8,7 +8,7 @@
32 DESCRIPTION="Linux port of the popular strategy game from Firaxis"
33 HOMEPAGE="http://www.lokigames.com/products/smac/"
34 SRC_URI="x86? ( mirror://lokigames/${PN}/${P}-x86.run )
35 - amd64? ( mirror://lokigames/${PN}/${P}-x86.run )
36 + amd64? ( mirror://lokigames/${PN}/${P}-x86.run )
37 ppc? ( http://mirrors.dotsrc.org/lokigames/installers/${PN}/${PN}-install-ppc.run )"
38
39 LICENSE="LOKI-EULA"
40 @@ -83,7 +83,7 @@
41 make_desktop_entry smacx "Sid Meier's Alpha Centauri - Alien Crossfire" smac
42 prepgamesdirs
43
44 - if use x86 || use amd64 ; then
45 + if use x86 || use amd64 ; then
46 einfo "Linking libs provided by 'sys-libs/lib-compat-loki' to '${dir}'."
47 dosym /lib/loki_ld-linux.so.2 "${dir}"/ld-linux.so.2 && \
48 dosym /usr/lib/loki_libc.so.6 "${dir}"/libc.so.6 && \