Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/rhythmbox: ChangeLog rhythmbox-0.12.4.ebuild
Date: Tue, 08 Sep 2009 06:33:24
Message-Id: E1MkuGX-0002jA-RA@stork.gentoo.org
1 eva 09/09/08 06:33:21
2
3 Modified: ChangeLog rhythmbox-0.12.4.ebuild
4 Log:
5 Fix a typo in udev flag activation, bug #284037.
6 (Portage version: 2.2_rc40/cvs/Linux i686)
7
8 Revision Changes Path
9 1.159 media-sound/rhythmbox/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/rhythmbox/ChangeLog?rev=1.159&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/rhythmbox/ChangeLog?rev=1.159&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/rhythmbox/ChangeLog?r1=1.158&r2=1.159
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/ChangeLog,v
18 retrieving revision 1.158
19 retrieving revision 1.159
20 diff -u -r1.158 -r1.159
21 --- ChangeLog 6 Sep 2009 11:43:41 -0000 1.158
22 +++ ChangeLog 8 Sep 2009 06:33:21 -0000 1.159
23 @@ -1,6 +1,10 @@
24 # ChangeLog for media-sound/rhythmbox
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/ChangeLog,v 1.158 2009/09/06 11:43:41 eva Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/ChangeLog,v 1.159 2009/09/08 06:33:21 eva Exp $
28 +
29 + 08 Sep 2009; Gilles Dartiguelongue <eva@g.o>
30 + rhythmbox-0.12.4.ebuild:
31 + Fix a typo in udev flag activation, bug #284037.
32
33 *rhythmbox-0.12.4 (06 Sep 2009)
34
35
36
37
38 1.2 media-sound/rhythmbox/rhythmbox-0.12.4.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/rhythmbox/rhythmbox-0.12.4.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/rhythmbox/rhythmbox-0.12.4.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/rhythmbox/rhythmbox-0.12.4.ebuild?r1=1.1&r2=1.2
43
44 Index: rhythmbox-0.12.4.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/rhythmbox-0.12.4.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- rhythmbox-0.12.4.ebuild 6 Sep 2009 11:43:41 -0000 1.1
51 +++ rhythmbox-0.12.4.ebuild 8 Sep 2009 06:33:21 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/rhythmbox-0.12.4.ebuild,v 1.1 2009/09/06 11:43:41 eva Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/rhythmbox-0.12.4.ebuild,v 1.2 2009/09/08 06:33:21 eva Exp $
57
58 EAPI="2"
59 WANT_AUTOMAKE="1.10"
60 @@ -116,7 +116,7 @@
61 G2CONF="${G2CONF}
62 MOZILLA_PLUGINDIR=/usr/$(get_libdir)/nsbrowser/plugins
63 $(use_with gnome-keyring)
64 - $(use_with gudev)
65 + $(use_with udev gudev)
66 $(use_with hal)
67 $(use_with ipod)
68 $(use_enable libnotify)