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-voip/ekiga: ChangeLog ekiga-3.2.7.ebuild
Date: Mon, 28 Feb 2011 17:15:47
Message-Id: 20110228171537.B65AD20054@flycatcher.gentoo.org
1 ssuominen 11/02/28 17:15:37
2
3 Modified: ChangeLog ekiga-3.2.7.ebuild
4 Log:
5 Fix building with x11-libs/libnotify >= 0.7 wrt #355929 by "Kobboi".
6
7 (Portage version: 2.2.0_alpha25/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.25 net-voip/ekiga/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/ekiga/ChangeLog?rev=1.25&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/ekiga/ChangeLog?rev=1.25&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/ekiga/ChangeLog?r1=1.24&r2=1.25
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-voip/ekiga/ChangeLog,v
19 retrieving revision 1.24
20 retrieving revision 1.25
21 diff -u -r1.24 -r1.25
22 --- ChangeLog 2 Feb 2011 05:36:52 -0000 1.24
23 +++ ChangeLog 28 Feb 2011 17:15:37 -0000 1.25
24 @@ -1,6 +1,10 @@
25 # ChangeLog for net-voip/ekiga
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-voip/ekiga/ChangeLog,v 1.24 2011/02/02 05:36:52 tampakrap Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-voip/ekiga/ChangeLog,v 1.25 2011/02/28 17:15:37 ssuominen Exp $
29 +
30 + 28 Feb 2011; Samuli Suominen <ssuominen@g.o> ekiga-3.2.7.ebuild,
31 + +files/ekiga-3.2.7-libnotify-0.7.patch:
32 + Fix building with x11-libs/libnotify >= 0.7 wrt #355929 by "Kobboi".
33
34 02 Feb 2011; Theo Chatzimichos <tampakrap@g.o> ekiga-3.2.7.ebuild:
35 Cleanup: bump to EAPI3, use add_kdebase_dep
36
37
38
39 1.8 net-voip/ekiga/ekiga-3.2.7.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/ekiga/ekiga-3.2.7.ebuild?rev=1.8&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/ekiga/ekiga-3.2.7.ebuild?rev=1.8&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/ekiga/ekiga-3.2.7.ebuild?r1=1.7&r2=1.8
44
45 Index: ekiga-3.2.7.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/net-voip/ekiga/ekiga-3.2.7.ebuild,v
48 retrieving revision 1.7
49 retrieving revision 1.8
50 diff -u -r1.7 -r1.8
51 --- ekiga-3.2.7.ebuild 2 Feb 2011 05:36:52 -0000 1.7
52 +++ ekiga-3.2.7.ebuild 28 Feb 2011 17:15:37 -0000 1.8
53 @@ -1,6 +1,6 @@
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-voip/ekiga/ekiga-3.2.7.ebuild,v 1.7 2011/02/02 05:36:52 tampakrap Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/net-voip/ekiga/ekiga-3.2.7.ebuild,v 1.8 2011/02/28 17:15:37 ssuominen Exp $
58
59 EAPI=3
60
61 @@ -8,7 +8,7 @@
62 CMAKE_REQUIRED="never"
63 GCONF_DEBUG="no" # debug managed by the ebuild
64
65 -inherit kde4-base gnome2
66 +inherit eutils kde4-base gnome2
67 # gnome2 at the end to make it default
68
69 DESCRIPTION="H.323 and SIP VoIP softphone"
70 @@ -117,6 +117,8 @@
71 }
72
73 src_prepare() {
74 + epatch "${FILESDIR}"/${P}-libnotify-0.7.patch
75 +
76 gnome2_src_prepare
77
78 # remove call to gconftool-2 --shutdown, upstream bug 555976