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/sflphone: ChangeLog sflphone-0.9.8.4.ebuild
Date: Sun, 30 Jan 2011 14:08:05
Message-Id: 20110130140756.05F4820057@flycatcher.gentoo.org
1 ssuominen 11/01/30 14:07:55
2
3 Modified: ChangeLog sflphone-0.9.8.4.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.6 net-voip/sflphone/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/sflphone/ChangeLog?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/sflphone/ChangeLog?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/sflphone/ChangeLog?r1=1.5&r2=1.6
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-voip/sflphone/ChangeLog,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- ChangeLog 4 Nov 2010 17:36:21 -0000 1.5
23 +++ ChangeLog 30 Jan 2011 14:07:55 -0000 1.6
24 @@ -1,6 +1,10 @@
25 # ChangeLog for net-voip/sflphone
26 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-voip/sflphone/ChangeLog,v 1.5 2010/11/04 17:36:21 fauli Exp $
28 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/net-voip/sflphone/ChangeLog,v 1.6 2011/01/30 14:07:55 ssuominen Exp $
30 +
31 + 30 Jan 2011; Samuli Suominen <ssuominen@g.o> sflphone-0.9.8.4.ebuild,
32 + +files/sflphone-0.9.8.4-libnotify-0.7.patch:
33 + Fix building with x11-libs/libnotify >= 0.7.
34
35 04 Nov 2010; Christian Faulhammer <fauli@g.o>
36 sflphone-0.9.8.4.ebuild:
37
38
39
40 1.6 net-voip/sflphone/sflphone-0.9.8.4.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/sflphone/sflphone-0.9.8.4.ebuild?rev=1.6&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/sflphone/sflphone-0.9.8.4.ebuild?rev=1.6&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/sflphone/sflphone-0.9.8.4.ebuild?r1=1.5&r2=1.6
45
46 Index: sflphone-0.9.8.4.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/net-voip/sflphone/sflphone-0.9.8.4.ebuild,v
49 retrieving revision 1.5
50 retrieving revision 1.6
51 diff -u -r1.5 -r1.6
52 --- sflphone-0.9.8.4.ebuild 4 Nov 2010 17:36:21 -0000 1.5
53 +++ sflphone-0.9.8.4.ebuild 30 Jan 2011 14:07:55 -0000 1.6
54 @@ -1,10 +1,10 @@
55 -# Copyright 1999-2010 Gentoo Foundation
56 +# Copyright 1999-2011 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/net-voip/sflphone/sflphone-0.9.8.4.ebuild,v 1.5 2010/11/04 17:36:21 fauli Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/net-voip/sflphone/sflphone-0.9.8.4.ebuild,v 1.6 2011/01/30 14:07:55 ssuominen Exp $
60
61 EAPI="2"
62
63 -inherit autotools
64 +inherit autotools eutils
65
66 DESCRIPTION="SFLphone is a robust standards-compliant enterprise softphone, for desktop and embedded systems."
67 HOMEPAGE="http://www.sflphone.org/"
68 @@ -52,6 +52,8 @@
69 RDEPEND="${CDEPEND}"
70
71 src_prepare() {
72 + epatch "${FILESDIR}"/${P}-libnotify-0.7.patch
73 +
74 if ! use gnome; then
75 ewarn
76 ewarn "No clients selected. Use USE=gnome to get the gnome client."