Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-im/empathy: ChangeLog empathy-2.32.2.ebuild
Date: Sat, 05 Feb 2011 17:11:00
Message-Id: 20110205171034.02DA620054@flycatcher.gentoo.org
1 ssuominen 11/02/05 17:10:33
2
3 Modified: ChangeLog empathy-2.32.2.ebuild
4 Log:
5 Fix building with x11-libs/libnotify >= 0.7.
6
7 (Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.72 net-im/empathy/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/empathy/ChangeLog?rev=1.72&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/empathy/ChangeLog?rev=1.72&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/empathy/ChangeLog?r1=1.71&r2=1.72
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-im/empathy/ChangeLog,v
19 retrieving revision 1.71
20 retrieving revision 1.72
21 diff -u -r1.71 -r1.72
22 --- ChangeLog 30 Jan 2011 16:59:25 -0000 1.71
23 +++ ChangeLog 5 Feb 2011 17:10:33 -0000 1.72
24 @@ -1,6 +1,10 @@
25 # ChangeLog for net-im/empathy
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-im/empathy/ChangeLog,v 1.71 2011/01/30 16:59:25 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-im/empathy/ChangeLog,v 1.72 2011/02/05 17:10:33 ssuominen Exp $
29 +
30 + 05 Feb 2011; Samuli Suominen <ssuominen@g.o> empathy-2.32.2.ebuild,
31 + +files/empathy-2.32.2-libnotify-0.7.patch:
32 + Fix building with x11-libs/libnotify >= 0.7.
33
34 30 Jan 2011; Raúl Porcel <armin76@g.o> empathy-2.32.2.ebuild:
35 Add ~alpha/~ia64/~sparc wrt #347744
36
37
38
39 1.6 net-im/empathy/empathy-2.32.2.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/empathy/empathy-2.32.2.ebuild?rev=1.6&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/empathy/empathy-2.32.2.ebuild?rev=1.6&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/empathy/empathy-2.32.2.ebuild?r1=1.5&r2=1.6
44
45 Index: empathy-2.32.2.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/net-im/empathy/empathy-2.32.2.ebuild,v
48 retrieving revision 1.5
49 retrieving revision 1.6
50 diff -u -r1.5 -r1.6
51 --- empathy-2.32.2.ebuild 30 Jan 2011 16:59:25 -0000 1.5
52 +++ empathy-2.32.2.ebuild 5 Feb 2011 17:10:33 -0000 1.6
53 @@ -1,12 +1,12 @@
54 # Copyright 1999-2011 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/net-im/empathy/empathy-2.32.2.ebuild,v 1.5 2011/01/30 16:59:25 armin76 Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/net-im/empathy/empathy-2.32.2.ebuild,v 1.6 2011/02/05 17:10:33 ssuominen Exp $
58
59 EAPI="3"
60 GCONF_DEBUG="yes"
61 PYTHON_DEPEND="2:2.4"
62
63 -inherit gnome2 multilib python
64 +inherit eutils gnome2 multilib python
65
66 DESCRIPTION="Telepathy client and library using GTK+"
67 HOMEPAGE="http://live.gnome.org/Empathy"
68 @@ -87,6 +87,9 @@
69 }
70
71 src_prepare() {
72 + epatch "${FILESDIR}"/${P}-libnotify-0.7.patch
73 + # Remove unnecessary restriction. Should get punted from configure.ac.
74 + sed -i -e '/libnotify/s:0.7:9999:' configure || die
75 gnome2_src_prepare
76 python_convert_shebangs -r 2 .
77 }