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.1.ebuild
Date: Sat, 02 May 2009 11:48:30
Message-Id: E1M0Dhj-0001J0-Ee@stork.gentoo.org
1 eva 09/05/02 11:48:27
2
3 Modified: ChangeLog rhythmbox-0.12.1.ebuild
4 Log:
5 Fix broken intltool rules.
6 (Portage version: 2.2_rc31/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.145 media-sound/rhythmbox/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/rhythmbox/ChangeLog?rev=1.145&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/rhythmbox/ChangeLog?rev=1.145&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/rhythmbox/ChangeLog?r1=1.144&r2=1.145
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/ChangeLog,v
18 retrieving revision 1.144
19 retrieving revision 1.145
20 diff -u -r1.144 -r1.145
21 --- ChangeLog 29 Apr 2009 20:00:57 -0000 1.144
22 +++ ChangeLog 2 May 2009 11:48:27 -0000 1.145
23 @@ -1,6 +1,10 @@
24 # ChangeLog for media-sound/rhythmbox
25 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/ChangeLog,v 1.144 2009/04/29 20:00:57 dang Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/ChangeLog,v 1.145 2009/05/02 11:48:27 eva Exp $
28 +
29 + 02 May 2009; Gilles Dartiguelongue <eva@g.o>
30 + rhythmbox-0.12.1.ebuild:
31 + Fix broken intltool rules.
32
33 29 Apr 2009; Daniel Gryniewicz <dang@g.o> rhythmbox-0.12.1.ebuild:
34 Needs totem-pl-parser-2.26; bug #267795
35
36
37
38 1.3 media-sound/rhythmbox/rhythmbox-0.12.1.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/rhythmbox/rhythmbox-0.12.1.ebuild?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/rhythmbox/rhythmbox-0.12.1.ebuild?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/rhythmbox/rhythmbox-0.12.1.ebuild?r1=1.2&r2=1.3
43
44 Index: rhythmbox-0.12.1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/rhythmbox-0.12.1.ebuild,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- rhythmbox-0.12.1.ebuild 29 Apr 2009 20:00:57 -0000 1.2
51 +++ rhythmbox-0.12.1.ebuild 2 May 2009 11:48:27 -0000 1.3
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.1.ebuild,v 1.2 2009/04/29 20:00:57 dang Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/rhythmbox-0.12.1.ebuild,v 1.3 2009/05/02 11:48:27 eva Exp $
57
58 EAPI="2"
59
60 @@ -118,6 +118,9 @@
61 # disable pyc compiling
62 mv py-compile py-compile.orig
63 ln -s $(type -P true) py-compile
64 +
65 + # Fix intltoolize broken file, see upstream #577133
66 + sed "s:'\^\$\$lang\$\$':\^\$\$lang\$\$:g" -i po/Makefile.in.in || die "sed failed"
67 }
68
69 src_compile() {