Gentoo Archives: gentoo-commits

From: "Ian Whyman (thev00d00)" <thev00d00@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-plugins/pidgin-sipe: metadata.xml pidgin-sipe-1.17.1.ebuild ChangeLog pidgin-sipe-1.16.1.ebuild
Date: Thu, 28 Nov 2013 15:51:42
Message-Id: 20131128155134.999522004B@flycatcher.gentoo.org
1 thev00d00 13/11/28 15:51:34
2
3 Modified: metadata.xml pidgin-sipe-1.17.1.ebuild ChangeLog
4 Removed: pidgin-sipe-1.16.1.ebuild
5 Log:
6 Add telepathy support, per bug #492344
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.6 x11-plugins/pidgin-sipe/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-sipe/metadata.xml?rev=1.6&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-sipe/metadata.xml?rev=1.6&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-sipe/metadata.xml?r1=1.5&r2=1.6
16
17 Index: metadata.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-sipe/metadata.xml,v
20 retrieving revision 1.5
21 retrieving revision 1.6
22 diff -u -r1.5 -r1.6
23 --- metadata.xml 26 Jun 2012 21:47:46 -0000 1.5
24 +++ metadata.xml 28 Nov 2013 15:51:34 -0000 1.6
25 @@ -7,10 +7,11 @@
26 <name>Ian Whyman</name>
27 </maintainer>
28 <longdescription lang="en">
29 -An Open Implementation of SIP/Simple protocol for Live Communications Server 2003/2005/2007.
30 +An Open Implementation of SIP/Simple protocol for Live Communications Server 2003/2005/2007 and Lync.
31 </longdescription>
32 <use>
33 + <flag name="ocs2005-message-hack">Disable message timeout for OCS2005 clients which causes "false" not delivered error messages</flag>
34 + <flag name="telepathy">Support use as a telepathy backend</flag>
35 <flag name="voice">Enable experimental voice/video support</flag>
36 - <flag name="ocs2005-message-hack">disable message timeout for OCS2005 clients which causes "false" not delivered error messages</flag>
37 </use>
38 </pkgmetadata>
39
40
41
42 1.2 x11-plugins/pidgin-sipe/pidgin-sipe-1.17.1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-sipe/pidgin-sipe-1.17.1.ebuild?rev=1.2&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-sipe/pidgin-sipe-1.17.1.ebuild?rev=1.2&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-sipe/pidgin-sipe-1.17.1.ebuild?r1=1.1&r2=1.2
47
48 Index: pidgin-sipe-1.17.1.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-sipe/pidgin-sipe-1.17.1.ebuild,v
51 retrieving revision 1.1
52 retrieving revision 1.2
53 diff -u -r1.1 -r1.2
54 --- pidgin-sipe-1.17.1.ebuild 21 Nov 2013 16:43:41 -0000 1.1
55 +++ pidgin-sipe-1.17.1.ebuild 28 Nov 2013 15:51:34 -0000 1.2
56 @@ -1,6 +1,6 @@
57 # Copyright 1999-2013 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-sipe/pidgin-sipe-1.17.1.ebuild,v 1.1 2013/11/21 16:43:41 thev00d00 Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-sipe/pidgin-sipe-1.17.1.ebuild,v 1.2 2013/11/28 15:51:34 thev00d00 Exp $
61
62 EAPI=5
63
64 @@ -13,7 +13,7 @@
65 LICENSE="GPL-2"
66 SLOT="0"
67 KEYWORDS="~amd64 ~x86"
68 -IUSE="debug kerberos ocs2005-message-hack voice"
69 +IUSE="debug kerberos ocs2005-message-hack telepathy voice"
70
71 RDEPEND=">=dev-libs/gmime-2.4.16
72 dev-libs/libxml2
73 @@ -26,9 +26,15 @@
74 >=net-im/pidgin-2.8.0[gnutls]
75 )
76 !voice? (
77 - >=dev-libs/glib-2.12.0
78 + >=dev-libs/glib-2.12.0:2
79 net-im/pidgin[gnutls]
80 )
81 + telepathy? (
82 + >=sys-apps/dbus-1.1.0
83 + >=dev-libs/dbus-glib-0.61
84 + >=dev-libs/glib-2.28:2
85 + >=net-libs/telepathy-glib-0.18.0
86 + )
87 "
88
89 DEPEND="dev-util/intltool
90 @@ -45,7 +51,7 @@
91 econf \
92 --enable-purple \
93 --disable-quality-check \
94 - --disable-telepathy \
95 + $(use_enable telepathy) \
96 $(use_enable debug) \
97 $(use_enable ocs2005-message-hack) \
98 $(use_with kerberos krb5) \
99
100
101
102 1.23 x11-plugins/pidgin-sipe/ChangeLog
103
104 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-sipe/ChangeLog?rev=1.23&view=markup
105 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-sipe/ChangeLog?rev=1.23&content-type=text/plain
106 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-sipe/ChangeLog?r1=1.22&r2=1.23
107
108 Index: ChangeLog
109 ===================================================================
110 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-sipe/ChangeLog,v
111 retrieving revision 1.22
112 retrieving revision 1.23
113 diff -u -r1.22 -r1.23
114 --- ChangeLog 21 Nov 2013 16:43:41 -0000 1.22
115 +++ ChangeLog 28 Nov 2013 15:51:34 -0000 1.23
116 @@ -1,6 +1,10 @@
117 # ChangeLog for x11-plugins/pidgin-sipe
118 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
119 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-sipe/ChangeLog,v 1.22 2013/11/21 16:43:41 thev00d00 Exp $
120 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-sipe/ChangeLog,v 1.23 2013/11/28 15:51:34 thev00d00 Exp $
121 +
122 + 28 Nov 2013; Ian Whyman <thev00d00@g.o> -pidgin-sipe-1.16.1.ebuild,
123 + metadata.xml, pidgin-sipe-1.17.1.ebuild:
124 + Add telepathy support, per bug #492344
125
126 *pidgin-sipe-1.17.1 (21 Nov 2013)