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: lincity-ng-1.1.2.ebuild ChangeLog
Date: Fri, 09 Jan 2009 14:27:20
Message-Id: E1LLIKM-0003AT-J8@stork.gentoo.org
1 mr_bones_ 09/01/09 14:27:10
2
3 Modified: lincity-ng-1.1.2.ebuild ChangeLog
4 Log:
5 EAPI=2; add use-based dep for media-libs/sdl-mixer
6 (Portage version: 2.1.6.4/cvs/Linux 2.6.27.8 i686)
7
8 Revision Changes Path
9 1.6 games-simulation/lincity-ng/lincity-ng-1.1.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/lincity-ng/lincity-ng-1.1.2.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/lincity-ng/lincity-ng-1.1.2.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/lincity-ng/lincity-ng-1.1.2.ebuild?r1=1.5&r2=1.6
14
15 Index: lincity-ng-1.1.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-simulation/lincity-ng/lincity-ng-1.1.2.ebuild,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- lincity-ng-1.1.2.ebuild 8 Jul 2008 16:50:32 -0000 1.5
22 +++ lincity-ng-1.1.2.ebuild 9 Jan 2009 14:27:10 -0000 1.6
23 @@ -1,7 +1,8 @@
24 -# Copyright 1999-2008 Gentoo Foundation
25 +# Copyright 1999-2009 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.5 2008/07/08 16:50:32 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-simulation/lincity-ng/lincity-ng-1.1.2.ebuild,v 1.6 2009/01/09 14:27:10 mr_bones_ Exp $
29
30 +EAPI=2
31 inherit eutils games
32
33 DESCRIPTION="city/country simulation game for X and opengl"
34 @@ -16,7 +17,7 @@
35 RDEPEND="virtual/opengl
36 dev-libs/libxml2
37 media-libs/libsdl
38 - media-libs/sdl-mixer
39 + media-libs/sdl-mixer[vorbis]
40 media-libs/sdl-image
41 media-libs/sdl-ttf
42 media-libs/sdl-gfx
43 @@ -25,17 +26,7 @@
44 dev-util/pkgconfig
45 dev-util/ftjam"
46
47 -pkg_setup() {
48 - games_pkg_setup
49 - if ! built_with_use media-libs/sdl-mixer vorbis ; then
50 - eerror "lincity-ng doesn't work properly if"
51 - eerror "sdl-mixer is built without vorbis support"
52 - die "Please emerge sdlmixer with USE=vorbis"
53 - fi
54 -}
55 -
56 src_compile() {
57 - egamesconf || die
58 jam || die "jam failed"
59 }
60
61
62
63
64 1.15 games-simulation/lincity-ng/ChangeLog
65
66 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/lincity-ng/ChangeLog?rev=1.15&view=markup
67 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/lincity-ng/ChangeLog?rev=1.15&content-type=text/plain
68 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/lincity-ng/ChangeLog?r1=1.14&r2=1.15
69
70 Index: ChangeLog
71 ===================================================================
72 RCS file: /var/cvsroot/gentoo-x86/games-simulation/lincity-ng/ChangeLog,v
73 retrieving revision 1.14
74 retrieving revision 1.15
75 diff -u -r1.14 -r1.15
76 --- ChangeLog 28 Jun 2008 07:38:16 -0000 1.14
77 +++ ChangeLog 9 Jan 2009 14:27:10 -0000 1.15
78 @@ -1,6 +1,10 @@
79 # ChangeLog for games-simulation/lincity-ng
80 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
81 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/lincity-ng/ChangeLog,v 1.14 2008/06/28 07:38:16 maekke Exp $
82 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
83 +# $Header: /var/cvsroot/gentoo-x86/games-simulation/lincity-ng/ChangeLog,v 1.15 2009/01/09 14:27:10 mr_bones_ Exp $
84 +
85 + 09 Jan 2009; Michael Sterrett <mr_bones_@g.o>
86 + lincity-ng-1.1.2.ebuild:
87 + EAPI=2; add use-based dep for media-libs/sdl-mixer
88
89 28 Jun 2008; Markus Meier <maekke@g.o> lincity-ng-1.1.2.ebuild:
90 x86 stable, bug #229659