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: ChangeLog listen-0.6.2.ebuild
Date: Fri, 17 Jul 2009 10:26:35
Message-Id: E1MRke8-0003aJ-GC@stork.gentoo.org
1 ssuominen 09/07/17 10:26:32
2
3 Modified: ChangeLog listen-0.6.2.ebuild
4 Log:
5 USE musicbrainz wrt #175495, thanks to Pacho Ramos for reporting.
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.22 media-sound/listen/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/listen/ChangeLog?rev=1.22&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/listen/ChangeLog?rev=1.22&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/listen/ChangeLog?r1=1.21&r2=1.22
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-sound/listen/ChangeLog,v
18 retrieving revision 1.21
19 retrieving revision 1.22
20 diff -u -r1.21 -r1.22
21 --- ChangeLog 17 Jul 2009 09:54:30 -0000 1.21
22 +++ ChangeLog 17 Jul 2009 10:26:32 -0000 1.22
23 @@ -1,6 +1,9 @@
24 # ChangeLog for media-sound/listen
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-sound/listen/ChangeLog,v 1.21 2009/07/17 09:54:30 ssuominen Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-sound/listen/ChangeLog,v 1.22 2009/07/17 10:26:32 ssuominen Exp $
28 +
29 + 17 Jul 2009; Samuli Suominen <ssuominen@g.o> listen-0.6.2.ebuild:
30 + USE musicbrainz wrt #175495, thanks to Pacho Ramos for reporting.
31
32 17 Jul 2009; Samuli Suominen <ssuominen@g.o> listen-0.6.2.ebuild:
33 Block dev-tinyos/listen and media-radio/ax25-apps wrt #247811.
34
35
36
37 1.3 media-sound/listen/listen-0.6.2.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/listen/listen-0.6.2.ebuild?rev=1.3&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/listen/listen-0.6.2.ebuild?rev=1.3&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/listen/listen-0.6.2.ebuild?r1=1.2&r2=1.3
42
43 Index: listen-0.6.2.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/media-sound/listen/listen-0.6.2.ebuild,v
46 retrieving revision 1.2
47 retrieving revision 1.3
48 diff -u -r1.2 -r1.3
49 --- listen-0.6.2.ebuild 17 Jul 2009 09:54:30 -0000 1.2
50 +++ listen-0.6.2.ebuild 17 Jul 2009 10:26:32 -0000 1.3
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2009 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/media-sound/listen/listen-0.6.2.ebuild,v 1.2 2009/07/17 09:54:30 ssuominen Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/media-sound/listen/listen-0.6.2.ebuild,v 1.3 2009/07/17 10:26:32 ssuominen Exp $
56
57 EAPI=2
58 inherit eutils multilib python
59 @@ -12,7 +12,7 @@
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~amd64 ~x86"
63 -IUSE="hal ipod +libsexy"
64 +IUSE="hal ipod +libsexy musicbrainz"
65
66 RDEPEND=">=dev-lang/python-2.5
67 >=dev-python/pygtk-2.6:2
68 @@ -24,7 +24,8 @@
69 dev-python/pyinotify
70 libsexy? ( dev-python/sexy-python )
71 ipod? ( media-libs/libgpod[python] )
72 - hal? ( sys-apps/hal )"
73 + hal? ( sys-apps/hal )
74 + musicbrainz? ( <dev-python/python-musicbrainz-2005 )"
75 DEPEND="${RDEPEND}
76 app-text/docbook2X
77 dev-util/pkgconfig