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/asc: ChangeLog asc-2.2.0.0.ebuild
Date: Tue, 20 Jan 2009 07:31:14
Message-Id: E1LPB4p-0007xN-DJ@stork.gentoo.org
1 mr_bones_ 09/01/20 07:31:11
2
3 Modified: ChangeLog asc-2.2.0.0.ebuild
4 Log:
5 EAPI=2; add use-based deps; tweak deps for replay support
6 (Portage version: 2.1.6.4/cvs/Linux 2.6.27.8 i686)
7
8 Revision Changes Path
9 1.30 games-strategy/asc/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/asc/ChangeLog?rev=1.30&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/asc/ChangeLog?rev=1.30&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/asc/ChangeLog?r1=1.29&r2=1.30
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-strategy/asc/ChangeLog,v
18 retrieving revision 1.29
19 retrieving revision 1.30
20 diff -u -r1.29 -r1.30
21 --- ChangeLog 3 Jan 2009 19:11:44 -0000 1.29
22 +++ ChangeLog 20 Jan 2009 07:31:11 -0000 1.30
23 @@ -1,6 +1,9 @@
24 # ChangeLog for games-strategy/asc
25 # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/asc/ChangeLog,v 1.29 2009/01/03 19:11:44 mr_bones_ Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/asc/ChangeLog,v 1.30 2009/01/20 07:31:11 mr_bones_ Exp $
28 +
29 + 20 Jan 2009; Michael Sterrett <mr_bones_@g.o> asc-2.2.0.0.ebuild:
30 + EAPI=2; add use-based deps; tweak deps for replay support
31
32 03 Jan 2009; Michael Sterrett <mr_bones_@g.o> asc-2.2.0.0.ebuild:
33 use a slot-dep for dev-libs/libsigc++
34
35
36
37 1.3 games-strategy/asc/asc-2.2.0.0.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/asc/asc-2.2.0.0.ebuild?rev=1.3&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/asc/asc-2.2.0.0.ebuild?rev=1.3&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/asc/asc-2.2.0.0.ebuild?r1=1.2&r2=1.3
42
43 Index: asc-2.2.0.0.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/games-strategy/asc/asc-2.2.0.0.ebuild,v
46 retrieving revision 1.2
47 retrieving revision 1.3
48 diff -u -r1.2 -r1.3
49 --- asc-2.2.0.0.ebuild 3 Jan 2009 19:11:44 -0000 1.2
50 +++ asc-2.2.0.0.ebuild 20 Jan 2009 07:31:11 -0000 1.3
51 @@ -1,8 +1,8 @@
52 # Copyright 1999-2009 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/asc/asc-2.2.0.0.ebuild,v 1.2 2009/01/03 19:11:44 mr_bones_ Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/asc/asc-2.2.0.0.ebuild,v 1.3 2009/01/20 07:31:11 mr_bones_ Exp $
56
57 -EAPI=1
58 +EAPI=2
59 inherit toolchain-funcs flag-o-matic games
60
61 DESCRIPTION="turn based strategy game designed in the tradition of the Battle Isle series"
62 @@ -21,13 +21,13 @@
63 media-libs/jpeg
64 media-libs/libsdl
65 media-libs/libpng
66 - media-libs/sdl-image
67 - media-libs/sdl-mixer
68 + media-libs/sdl-image[gif,jpeg,png]
69 + media-libs/sdl-mixer[vorbis]
70 media-libs/sdl-sound
71 dev-libs/boost
72 dev-games/physfs
73 - media-libs/smpeg
74 media-libs/libvorbis
75 + media-libs/xvid
76 dev-libs/expat
77 media-libs/freetype
78 dev-libs/libsigc++:1.2"
79 @@ -49,7 +49,7 @@
80 done
81 }
82
83 -src_compile() {
84 +src_configure() {
85 # Added --disable-paraguitest for bugs 26402 and 4488
86 # Added --disable-paragui for bug 61154 since it's not really used much
87 # and the case is well documented at http://www.asc-hq.org/
88 @@ -62,7 +62,6 @@
89 --disable-paragui \
90 --datadir="${GAMES_DATADIR_BASE}" \
91 || die
92 - emake || die "emake failed"
93 }
94
95 src_install() {