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-1.1.2.ebuild
Date: Mon, 05 Nov 2007 02:12:51
Message-Id: E1IorSJ-0005wC-3S@stork.gentoo.org
1 mr_bones_ 07/11/05 02:12:47
2
3 Modified: ChangeLog
4 Added: lincity-ng-1.1.2.ebuild
5 Log:
6 version bump
7 (Portage version: 2.1.3.16)
8
9 Revision Changes Path
10 1.10 games-simulation/lincity-ng/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/lincity-ng/ChangeLog?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/lincity-ng/ChangeLog?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/lincity-ng/ChangeLog?r1=1.9&r2=1.10
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-simulation/lincity-ng/ChangeLog,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- ChangeLog 19 Aug 2007 18:29:43 -0000 1.9
23 +++ ChangeLog 5 Nov 2007 02:12:46 -0000 1.10
24 @@ -1,6 +1,12 @@
25 # ChangeLog for games-simulation/lincity-ng
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/lincity-ng/ChangeLog,v 1.9 2007/08/19 18:29:43 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-simulation/lincity-ng/ChangeLog,v 1.10 2007/11/05 02:12:46 mr_bones_ Exp $
29 +
30 +*lincity-ng-1.1.2 (05 Nov 2007)
31 +
32 + 05 Nov 2007; Michael Sterrett <mr_bones_@g.o>
33 + +lincity-ng-1.1.2.ebuild:
34 + version bump
35
36 *lincity-ng-1.1.1 (19 Aug 2007)
37
38
39
40
41 1.1 games-simulation/lincity-ng/lincity-ng-1.1.2.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/lincity-ng/lincity-ng-1.1.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/lincity-ng/lincity-ng-1.1.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: lincity-ng-1.1.2.ebuild
47 ===================================================================
48 # Copyright 1999-2007 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-1.1.2.ebuild,v 1.1 2007/11/05 02:12:46 mr_bones_ Exp $
51
52 inherit eutils games
53
54 DESCRIPTION="city/country simulation game for X and opengl"
55 HOMEPAGE="http://lincity-ng.berlios.de/"
56 SRC_URI="mirror://berlios/${PN}/${P}.tar.bz2"
57
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="~amd64 ~ppc ~x86"
61 IUSE=""
62
63 RDEPEND="virtual/opengl
64 dev-libs/libxml2
65 media-libs/libsdl
66 media-libs/sdl-mixer
67 media-libs/sdl-image
68 media-libs/sdl-ttf
69 media-libs/sdl-gfx
70 dev-games/physfs"
71 DEPEND="${RDEPEND}
72 dev-util/pkgconfig
73 dev-util/jam"
74
75 pkg_setup() {
76 games_pkg_setup
77 if ! built_with_use media-libs/sdl-mixer vorbis ; then
78 eerror "lincity-ng doesn't work properly if"
79 eerror "sdl-mixer is built without vorbis support"
80 die "Please emerge sdlmixer with USE=vorbis"
81 fi
82 }
83
84 src_compile() {
85 egamesconf || die
86 jam || die "jam failed"
87 }
88
89 src_install() {
90 jam -sDESTDIR="${D}" \
91 -sappdocdir="/usr/share/doc/${PF}" \
92 -sapplicationsdir="/usr/share/applications" \
93 -spixmapsdir="/usr/share/pixmaps" \
94 install \
95 || die "jam install failed"
96 prepalldocs
97 prepgamesdirs
98 }
99
100
101
102 --
103 gentoo-commits@g.o mailing list