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-mud/kmuddy: kmuddy-0.8.ebuild
Date: Thu, 25 Jun 2009 20:42:21
Message-Id: E1MJvlz-0007wT-UO@stork.gentoo.org
1 mr_bones_ 09/06/25 20:42:19
2
3 Modified: kmuddy-0.8.ebuild
4 Log:
5 arts is deprecated
6 (Portage version: 2.1.6.13/cvs/Linux i686)
7
8 Revision Changes Path
9 1.9 games-mud/kmuddy/kmuddy-0.8.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-mud/kmuddy/kmuddy-0.8.ebuild?rev=1.9&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-mud/kmuddy/kmuddy-0.8.ebuild?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-mud/kmuddy/kmuddy-0.8.ebuild?r1=1.8&r2=1.9
14
15 Index: kmuddy-0.8.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-mud/kmuddy/kmuddy-0.8.ebuild,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- kmuddy-0.8.ebuild 30 Jan 2009 13:17:27 -0000 1.8
22 +++ kmuddy-0.8.ebuild 25 Jun 2009 20:42:19 -0000 1.9
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-mud/kmuddy/kmuddy-0.8.ebuild,v 1.8 2009/01/30 13:17:27 mr_bones_ Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-mud/kmuddy/kmuddy-0.8.ebuild,v 1.9 2009/06/25 20:42:19 mr_bones_ Exp $
28
29 inherit base eutils kde-functions autotools
30
31 @@ -11,10 +11,9 @@
32 LICENSE="GPL-2"
33 SLOT="0"
34 KEYWORDS="amd64 ~ppc x86"
35 -IUSE="arts sdl"
36 +IUSE="sdl"
37
38 -DEPEND="arts? ( kde-base/arts )
39 - sdl? ( media-libs/sdl-mixer )"
40 +DEPEND="sdl? ( media-libs/sdl-mixer )"
41
42 need-kde 3
43 PATCHES=( "${FILESDIR}/${P}-nocrash.patch"
44 @@ -37,7 +36,7 @@
45
46 src_compile() {
47 econf \
48 - $(use_with arts) \
49 + --without-arts \
50 $(use_with sdl) \
51 || die
52 emake || die "emake failed"