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/listen: listen-0.6.5.ebuild ChangeLog
Date: Tue, 04 May 2010 08:36:44
Message-Id: 20100504083635.5D73129635@corvid.gentoo.org
1 ssuominen 10/05/04 08:36:35
2
3 Modified: listen-0.6.5.ebuild ChangeLog
4 Log:
5 Move gnome-vfs-python RDEPEND behind USE gnome because it's runtime optional wrt #318377 by Josh Saddler.
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 media-sound/listen/listen-0.6.5.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/listen/listen-0.6.5.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/listen/listen-0.6.5.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/listen/listen-0.6.5.ebuild?r1=1.1&r2=1.2
14
15 Index: listen-0.6.5.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-sound/listen/listen-0.6.5.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- listen-0.6.5.ebuild 6 Apr 2010 17:01:31 -0000 1.1
22 +++ listen-0.6.5.ebuild 4 May 2010 08:36:35 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-sound/listen/listen-0.6.5.ebuild,v 1.1 2010/04/06 17:01:31 ssuominen Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-sound/listen/listen-0.6.5.ebuild,v 1.2 2010/05/04 08:36:35 ssuominen Exp $
28
29 EAPI=2
30
31 @@ -15,13 +15,13 @@
32 LICENSE="GPL-2"
33 SLOT="0"
34 KEYWORDS="~amd64 ~x86"
35 -IUSE="+libsexy musicbrainz webkit"
36 +IUSE="gnome +libsexy musicbrainz webkit"
37
38 RDEPEND="dev-python/dbus-python
39 >=dev-python/pygtk-2.8:2
40 dev-python/pyxdg
41 || ( dev-python/python-xlib dev-python/egg-python )
42 - dev-python/gnome-vfs-python
43 + gnome? ( dev-python/gnome-vfs-python )
44 || ( x11-misc/notification-daemon xfce-extra/xfce4-notifyd )
45 media-libs/mutagen
46 dev-python/gst-python:0.10
47
48
49
50 1.26 media-sound/listen/ChangeLog
51
52 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/listen/ChangeLog?rev=1.26&view=markup
53 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/listen/ChangeLog?rev=1.26&content-type=text/plain
54 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/listen/ChangeLog?r1=1.25&r2=1.26
55
56 Index: ChangeLog
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/media-sound/listen/ChangeLog,v
59 retrieving revision 1.25
60 retrieving revision 1.26
61 diff -u -r1.25 -r1.26
62 --- ChangeLog 6 Apr 2010 17:01:31 -0000 1.25
63 +++ ChangeLog 4 May 2010 08:36:35 -0000 1.26
64 @@ -1,6 +1,10 @@
65 # ChangeLog for media-sound/listen
66 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
67 -# $Header: /var/cvsroot/gentoo-x86/media-sound/listen/ChangeLog,v 1.25 2010/04/06 17:01:31 ssuominen Exp $
68 +# $Header: /var/cvsroot/gentoo-x86/media-sound/listen/ChangeLog,v 1.26 2010/05/04 08:36:35 ssuominen Exp $
69 +
70 + 04 May 2010; Samuli Suominen <ssuominen@g.o> listen-0.6.5.ebuild:
71 + Move gnome-vfs-python RDEPEND behind USE gnome because it's runtime
72 + optional wrt #318377 by Josh Saddler.
73
74 *listen-0.6.5 (06 Apr 2010)