Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/exaile: exaile-0.3.0.ebuild
Date: Tue, 08 Sep 2009 11:42:51
Message-Id: E1Mkz61-000349-B5@stork.gentoo.org
1 ssuominen 09/09/08 11:42:49
2
3 Modified: exaile-0.3.0.ebuild
4 Log:
5 Fix for prev. commit: Remove USE doc also from IUSE.
6 (Portage version: 2.2_rc40/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.3 media-sound/exaile/exaile-0.3.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/exaile/exaile-0.3.0.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/exaile/exaile-0.3.0.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/exaile/exaile-0.3.0.ebuild?r1=1.2&r2=1.3
14
15 Index: exaile-0.3.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-sound/exaile/exaile-0.3.0.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- exaile-0.3.0.ebuild 7 Sep 2009 12:42:31 -0000 1.2
22 +++ exaile-0.3.0.ebuild 8 Sep 2009 11:42:49 -0000 1.3
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/media-sound/exaile/exaile-0.3.0.ebuild,v 1.2 2009/09/07 12:42:31 ssuominen Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-sound/exaile/exaile-0.3.0.ebuild,v 1.3 2009/09/08 11:42:49 ssuominen Exp $
28
29 EAPI=2
30 inherit eutils fdo-mime multilib python
31 @@ -12,7 +12,7 @@
32 LICENSE="GPL-2 GPL-3"
33 SLOT="0"
34 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
35 -IUSE="cddb doc hal libnotify +libsexy nls"
36 +IUSE="cddb hal libnotify +libsexy nls"
37
38 RDEPEND="dev-python/dbus-python
39 >=media-libs/mutagen-1.10