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-simulation/lincity-ng: ChangeLog lincity-ng-2.0.ebuild
Date: Mon, 26 Jan 2009 04:33:41
Message-Id: E1LRJAJ-0007j7-1G@stork.gentoo.org
1 mr_bones_ 09/01/26 04:33:39
2
3 Modified: ChangeLog
4 Added: lincity-ng-2.0.ebuild
5 Log:
6 version bump
7 (Portage version: 2.1.6.4/cvs/Linux 2.6.28.1 i686)
8
9 Revision Changes Path
10 1.16 games-simulation/lincity-ng/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/lincity-ng/ChangeLog?rev=1.16&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/lincity-ng/ChangeLog?rev=1.16&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/lincity-ng/ChangeLog?r1=1.15&r2=1.16
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-simulation/lincity-ng/ChangeLog,v
19 retrieving revision 1.15
20 retrieving revision 1.16
21 diff -u -r1.15 -r1.16
22 --- ChangeLog 9 Jan 2009 14:27:10 -0000 1.15
23 +++ ChangeLog 26 Jan 2009 04:33:38 -0000 1.16
24 @@ -1,6 +1,12 @@
25 # ChangeLog for games-simulation/lincity-ng
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/lincity-ng/ChangeLog,v 1.15 2009/01/09 14:27:10 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-simulation/lincity-ng/ChangeLog,v 1.16 2009/01/26 04:33:38 mr_bones_ Exp $
29 +
30 +*lincity-ng-2.0 (26 Jan 2009)
31 +
32 + 26 Jan 2009; Michael Sterrett <mr_bones_@g.o>
33 + +lincity-ng-2.0.ebuild:
34 + version bump
35
36 09 Jan 2009; Michael Sterrett <mr_bones_@g.o>
37 lincity-ng-1.1.2.ebuild:
38
39
40
41 1.1 games-simulation/lincity-ng/lincity-ng-2.0.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/lincity-ng/lincity-ng-2.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/lincity-ng/lincity-ng-2.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: lincity-ng-2.0.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/games-simulation/lincity-ng/lincity-ng-2.0.ebuild,v 1.1 2009/01/26 04:33:38 mr_bones_ Exp $
51
52 EAPI=2
53 inherit eutils games
54
55 DESCRIPTION="city/country simulation game for X and opengl"
56 HOMEPAGE="http://lincity-ng.berlios.de/"
57 SRC_URI="mirror://berlios/${PN}/${P}.tar.bz2"
58
59 LICENSE="GPL-2 BitstreamVera"
60 SLOT="0"
61 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
62 IUSE=""
63
64 RDEPEND="virtual/opengl
65 sys-libs/zlib
66 dev-libs/libxml2
67 media-libs/libsdl
68 media-libs/sdl-mixer[vorbis]
69 media-libs/sdl-image[png]
70 media-libs/sdl-ttf
71 media-libs/sdl-gfx
72 dev-games/physfs"
73 DEPEND="${RDEPEND}
74 dev-util/pkgconfig
75 dev-util/ftjam"
76
77 src_compile() {
78 local jamopts=$(echo "${MAKEOPTS}" | sed -e "s/.*\(-j[0-9]\+\).*/\1/")
79 jam ${jamopts} || die "jam failed"
80 }
81
82 src_install() {
83 jam -sDESTDIR="${D}" \
84 -sappdocdir="/usr/share/doc/${PF}" \
85 -sapplicationsdir="/usr/share/applications" \
86 -spixmapsdir="/usr/share/pixmaps" \
87 install \
88 || die "jam install failed"
89 rm -f "${D}"/usr/share/doc/${PF}/COPYING*
90 prepalldocs
91 prepgamesdirs
92 }