Gentoo Archives: gentoo-commits

From: "Remi Cardona (remi)" <remi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/rhythmbox: ChangeLog rhythmbox-0.11.5.ebuild
Date: Tue, 27 May 2008 19:34:18
Message-Id: E1K14w4-0001Zx-8A@stork.gentoo.org
1 remi 08/05/27 19:34:16
2
3 Modified: ChangeLog rhythmbox-0.11.5.ebuild
4 Log:
5 media-sound/rhythmbox: add dep on gst-plugins-taglib if USE=tagwriting
6 (Portage version: 2.1.5.2)
7
8 Revision Changes Path
9 1.125 media-sound/rhythmbox/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/rhythmbox/ChangeLog?rev=1.125&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/rhythmbox/ChangeLog?rev=1.125&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/rhythmbox/ChangeLog?r1=1.124&r2=1.125
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/ChangeLog,v
18 retrieving revision 1.124
19 retrieving revision 1.125
20 diff -u -r1.124 -r1.125
21 --- ChangeLog 24 Apr 2008 18:25:08 -0000 1.124
22 +++ ChangeLog 27 May 2008 19:34:15 -0000 1.125
23 @@ -1,6 +1,9 @@
24 # ChangeLog for media-sound/rhythmbox
25 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/ChangeLog,v 1.124 2008/04/24 18:25:08 corsair Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/ChangeLog,v 1.125 2008/05/27 19:34:15 remi Exp $
28 +
29 + 27 May 2008; RĂ©mi Cardona <remi@g.o> rhythmbox-0.11.5.ebuild:
30 + add dep on gst-plugins-taglib if USE=tagwriting
31
32 24 Apr 2008; Markus Rothe <corsair@g.o> rhythmbox-0.11.5.ebuild:
33 Added ~ppc64; bug #218794
34
35
36
37 1.7 media-sound/rhythmbox/rhythmbox-0.11.5.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/rhythmbox/rhythmbox-0.11.5.ebuild?rev=1.7&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/rhythmbox/rhythmbox-0.11.5.ebuild?rev=1.7&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/rhythmbox/rhythmbox-0.11.5.ebuild?r1=1.6&r2=1.7
42
43 Index: rhythmbox-0.11.5.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/rhythmbox-0.11.5.ebuild,v
46 retrieving revision 1.6
47 retrieving revision 1.7
48 diff -u -r1.6 -r1.7
49 --- rhythmbox-0.11.5.ebuild 24 Apr 2008 18:25:08 -0000 1.6
50 +++ rhythmbox-0.11.5.ebuild 27 May 2008 19:34:15 -0000 1.7
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2008 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/rhythmbox-0.11.5.ebuild,v 1.6 2008/04/24 18:25:08 corsair Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/rhythmbox-0.11.5.ebuild,v 1.7 2008/05/27 19:34:15 remi Exp $
56
57 EAPI="1"
58
59 @@ -47,6 +47,7 @@
60 )
61 >=media-plugins/gst-plugins-meta-0.10-r2:0.10
62 libnotify? ( >=x11-libs/libnotify-0.3.2 )
63 + tagwriting? ( >=media-plugins/gst-plugins-taglib-0.10.6 )
64 python? (
65 >=dev-lang/python-2.4.2
66 >=dev-python/pygtk-2.8
67
68
69
70 --
71 gentoo-commits@l.g.o mailing list