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: Sat, 12 Apr 2008 19:13:53
Message-Id: E1JklAc-00081Q-Sw@stork.gentoo.org
1 remi 08/04/12 19:13:50
2
3 Modified: ChangeLog rhythmbox-0.11.5.ebuild
4 Log:
5 media-sound/rhythmbox: fix build when USE='doc python', fixes bug #215454
6 (Portage version: 2.1.5_rc2)
7
8 Revision Changes Path
9 1.119 media-sound/rhythmbox/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/rhythmbox/ChangeLog?rev=1.119&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/rhythmbox/ChangeLog?rev=1.119&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/rhythmbox/ChangeLog?r1=1.118&r2=1.119
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/ChangeLog,v
18 retrieving revision 1.118
19 retrieving revision 1.119
20 diff -u -r1.118 -r1.119
21 --- ChangeLog 27 Mar 2008 00:17:18 -0000 1.118
22 +++ ChangeLog 12 Apr 2008 19:13:50 -0000 1.119
23 @@ -1,6 +1,10 @@
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.118 2008/03/27 00:17:18 eva Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/ChangeLog,v 1.119 2008/04/12 19:13:50 remi Exp $
28 +
29 + 12 Apr 2008; RĂ©mi Cardona <remi@g.o>
30 + +files/rhythmbox-0.11.5-fix_gtk_doc.patch, rhythmbox-0.11.5.ebuild:
31 + fix build when USE='doc python', fixes bug #215454
32
33 *rhythmbox-0.11.5 (27 Mar 2008)
34
35
36
37
38 1.2 media-sound/rhythmbox/rhythmbox-0.11.5.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/rhythmbox/rhythmbox-0.11.5.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/rhythmbox/rhythmbox-0.11.5.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/rhythmbox/rhythmbox-0.11.5.ebuild?r1=1.1&r2=1.2
43
44 Index: rhythmbox-0.11.5.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/rhythmbox-0.11.5.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- rhythmbox-0.11.5.ebuild 27 Mar 2008 00:17:18 -0000 1.1
51 +++ rhythmbox-0.11.5.ebuild 12 Apr 2008 19:13:50 -0000 1.2
52 @@ -1,10 +1,10 @@
53 # Copyright 1999-2008 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.11.5.ebuild,v 1.1 2008/03/27 00:17:18 eva Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/rhythmbox-0.11.5.ebuild,v 1.2 2008/04/12 19:13:50 remi Exp $
57
58 EAPI="1"
59
60 -inherit gnome2 eutils python
61 +inherit gnome2 eutils python autotools
62
63 DESCRIPTION="Music management and playback software for GNOME"
64 HOMEPAGE="http://www.rhythmbox.org/"
65 @@ -104,6 +104,10 @@
66 src_unpack() {
67 gnome2_src_unpack
68
69 + # backport from svn HEAD, 0.11.6 shouldn't need it
70 + epatch "${FILESDIR}/${PN}-0.11.5-fix_gtk_doc.patch"
71 + eautomake
72 +
73 # disable pyc compiling
74 mv py-compile py-compile.orig
75 ln -s $(type -P true) py-compile
76
77
78
79 --
80 gentoo-commits@l.g.o mailing list