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/kfreeflight: kfreeflight-0.2.1_rc1.ebuild
Date: Thu, 25 Jun 2009 20:54:51
Message-Id: E1MJvy6-0008Ki-5F@stork.gentoo.org
1 mr_bones_ 09/06/25 20:54:50
2
3 Modified: kfreeflight-0.2.1_rc1.ebuild
4 Log:
5 arts is deprecated
6 (Portage version: 2.1.6.13/cvs/Linux i686)
7
8 Revision Changes Path
9 1.6 games-simulation/kfreeflight/kfreeflight-0.2.1_rc1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/kfreeflight/kfreeflight-0.2.1_rc1.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/kfreeflight/kfreeflight-0.2.1_rc1.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/kfreeflight/kfreeflight-0.2.1_rc1.ebuild?r1=1.5&r2=1.6
14
15 Index: kfreeflight-0.2.1_rc1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-simulation/kfreeflight/kfreeflight-0.2.1_rc1.ebuild,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- kfreeflight-0.2.1_rc1.ebuild 28 Feb 2008 20:50:42 -0000 1.5
22 +++ kfreeflight-0.2.1_rc1.ebuild 25 Jun 2009 20:54:50 -0000 1.6
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/kfreeflight/kfreeflight-0.2.1_rc1.ebuild,v 1.5 2008/02/28 20:50:42 mr_bones_ Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-simulation/kfreeflight/kfreeflight-0.2.1_rc1.ebuild,v 1.6 2009/06/25 20:54:50 mr_bones_ Exp $
28
29 WANT_AUTOMAKE=1.9 # bug #206412
30 inherit autotools eutils kde-functions games
31 @@ -14,7 +14,7 @@
32 LICENSE="GPL-2"
33 SLOT="0"
34 KEYWORDS="~amd64 ~x86"
35 -IUSE="arts"
36 +IUSE=""
37
38 RDEPEND="games-simulation/flightgear"
39
40 @@ -24,8 +24,8 @@
41
42 src_compile() {
43 egamesconf \
44 + --without-arts \
45 --datadir=/usr/share \
46 - $(use_with arts) \
47 || die
48 emake || die "emake failed"
49 }