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/rhythmbox: ChangeLog rhythmbox-0.12.8-r1.ebuild
Date: Thu, 19 Aug 2010 18:22:00
Message-Id: 20100819182157.B4C6F2004E@flycatcher.gentoo.org
1 ssuominen 10/08/19 18:21:57
2
3 Modified: ChangeLog rhythmbox-0.12.8-r1.ebuild
4 Log:
5 Fix building with recent glibc wrt #333373 by Michael Weber.
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.192 media-sound/rhythmbox/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/rhythmbox/ChangeLog?rev=1.192&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/rhythmbox/ChangeLog?rev=1.192&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/rhythmbox/ChangeLog?r1=1.191&r2=1.192
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/ChangeLog,v
18 retrieving revision 1.191
19 retrieving revision 1.192
20 diff -u -r1.191 -r1.192
21 --- ChangeLog 12 Aug 2010 09:11:08 -0000 1.191
22 +++ ChangeLog 19 Aug 2010 18:21:57 -0000 1.192
23 @@ -1,6 +1,11 @@
24 # ChangeLog for media-sound/rhythmbox
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/ChangeLog,v 1.191 2010/08/12 09:11:08 maekke Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/ChangeLog,v 1.192 2010/08/19 18:21:57 ssuominen Exp $
28 +
29 + 19 Aug 2010; Samuli Suominen <ssuominen@g.o>
30 + rhythmbox-0.12.8-r1.ebuild,
31 + +files/rhythmbox-0.12.8-namespace-conflict.patch:
32 + Fix building with recent glibc wrt #333373 by Michael Weber.
33
34 12 Aug 2010; Markus Meier <maekke@g.o> rhythmbox-0.12.8-r1.ebuild:
35 amd64/x86 stable, bug #330773
36
37
38
39 1.5 media-sound/rhythmbox/rhythmbox-0.12.8-r1.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/rhythmbox/rhythmbox-0.12.8-r1.ebuild?rev=1.5&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/rhythmbox/rhythmbox-0.12.8-r1.ebuild?rev=1.5&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/rhythmbox/rhythmbox-0.12.8-r1.ebuild?r1=1.4&r2=1.5
44
45 Index: rhythmbox-0.12.8-r1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/rhythmbox-0.12.8-r1.ebuild,v
48 retrieving revision 1.4
49 retrieving revision 1.5
50 diff -u -r1.4 -r1.5
51 --- rhythmbox-0.12.8-r1.ebuild 12 Aug 2010 09:11:08 -0000 1.4
52 +++ rhythmbox-0.12.8-r1.ebuild 19 Aug 2010 18:21:57 -0000 1.5
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/rhythmbox-0.12.8-r1.ebuild,v 1.4 2010/08/12 09:11:08 maekke Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/rhythmbox-0.12.8-r1.ebuild,v 1.5 2010/08/19 18:21:57 ssuominen Exp $
58
59 EAPI="2"
60
61 @@ -154,6 +154,8 @@
62
63 # Fix python initialization problems, bug #318333
64 epatch "${FILESDIR}/${PN}-0.12-python-initialization.patch"
65 +
66 + epatch "${FILESDIR}"/${P}-namespace-conflict.patch
67 }
68
69 src_compile() {