Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-im/telepathy-connection-managers: metadata.xml telepathy-connection-managers-2-r2.ebuild ChangeLog
Date: Thu, 28 Nov 2013 22:51:45
Message-Id: 20131128225142.529802004B@flycatcher.gentoo.org
1 pacho 13/11/28 22:51:42
2
3 Modified: metadata.xml ChangeLog
4 Added: telepathy-connection-managers-2-r2.ebuild
5 Log:
6 Add support for Sip Exchange Protocol (#492346 by Maksim 'max_posedon' Melnikau)
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
9
10 Revision Changes Path
11 1.3 net-im/telepathy-connection-managers/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/telepathy-connection-managers/metadata.xml?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/telepathy-connection-managers/metadata.xml?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/telepathy-connection-managers/metadata.xml?r1=1.2&r2=1.3
16
17 Index: metadata.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-im/telepathy-connection-managers/metadata.xml,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- metadata.xml 27 Oct 2013 09:34:53 -0000 1.2
24 +++ metadata.xml 28 Nov 2013 22:51:42 -0000 1.3
25 @@ -8,5 +8,6 @@
26 <flag name='irc'>Enable Internet Relay Chat (IRC) support.</flag>
27 <flag name='yahoo'>Enable Yahoo! messaging support.</flag>
28 <flag name='jabber'>Enable XMPP protocol handler (this is also Google Talk).</flag>
29 + <flag name='sipe'>Enable Sip Exchange Protocol.</flag>
30 </use>
31 </pkgmetadata>
32
33
34
35 1.16 net-im/telepathy-connection-managers/ChangeLog
36
37 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/telepathy-connection-managers/ChangeLog?rev=1.16&view=markup
38 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/telepathy-connection-managers/ChangeLog?rev=1.16&content-type=text/plain
39 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/telepathy-connection-managers/ChangeLog?r1=1.15&r2=1.16
40
41 Index: ChangeLog
42 ===================================================================
43 RCS file: /var/cvsroot/gentoo-x86/net-im/telepathy-connection-managers/ChangeLog,v
44 retrieving revision 1.15
45 retrieving revision 1.16
46 diff -u -r1.15 -r1.16
47 --- ChangeLog 27 Oct 2013 09:34:53 -0000 1.15
48 +++ ChangeLog 28 Nov 2013 22:51:42 -0000 1.16
49 @@ -1,6 +1,13 @@
50 # ChangeLog for net-im/telepathy-connection-managers
51 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
52 -# $Header: /var/cvsroot/gentoo-x86/net-im/telepathy-connection-managers/ChangeLog,v 1.15 2013/10/27 09:34:53 pacho Exp $
53 +# $Header: /var/cvsroot/gentoo-x86/net-im/telepathy-connection-managers/ChangeLog,v 1.16 2013/11/28 22:51:42 pacho Exp $
54 +
55 +*telepathy-connection-managers-2-r2 (28 Nov 2013)
56 +
57 + 28 Nov 2013; Pacho Ramos <pacho@g.o>
58 + +telepathy-connection-managers-2-r2.ebuild, metadata.xml:
59 + Add support for Sip Exchange Protocol (#492346 by Maksim 'max_posedon'
60 + Melnikau)
61
62 27 Oct 2013; Pacho Ramos <pacho@g.o> metadata.xml:
63 Voip herd is removed: http://article.gmane.org/gmane.linux.gentoo.devel/88434
64
65
66
67 1.1 net-im/telepathy-connection-managers/telepathy-connection-managers-2-r2.ebuild
68
69 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/telepathy-connection-managers/telepathy-connection-managers-2-r2.ebuild?rev=1.1&view=markup
70 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/telepathy-connection-managers/telepathy-connection-managers-2-r2.ebuild?rev=1.1&content-type=text/plain
71
72 Index: telepathy-connection-managers-2-r2.ebuild
73 ===================================================================
74 # Copyright 1999-2013 Gentoo Foundation
75 # Distributed under the terms of the GNU General Public License v2
76 # $Header: /var/cvsroot/gentoo-x86/net-im/telepathy-connection-managers/telepathy-connection-managers-2-r2.ebuild,v 1.1 2013/11/28 22:51:42 pacho Exp $
77
78 EAPI=5
79
80 DESCRIPTION="Meta-package for Telepathy Connection Managers"
81 HOMEPAGE="http://telepathy.freedesktop.org/"
82 SRC_URI=""
83 LICENSE="metapackage"
84 SLOT="0"
85
86 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-linux"
87
88 IUSE="msn +irc yahoo icq +jabber sip sipe zeroconf"
89
90 DEPEND=""
91 # These version support the 0.24.0 Telepathy specification
92 # They work with Mission Control 5.14
93 RDEPEND="
94 msn? ( >=net-voip/telepathy-gabble-0.16.4 )
95 jabber? ( >=net-voip/telepathy-gabble-0.16.4 )
96 sip? ( >=net-voip/telepathy-rakia-0.7.4 )
97 sipe? ( >=x11-plugins/pidgin-sipe-1.17.1[telepathy] )
98 zeroconf? ( >=net-voip/telepathy-salut-0.8.1 )
99 icq? ( >=net-voip/telepathy-haze-0.6.0 )
100 yahoo? ( >=net-voip/telepathy-haze-0.6.0 )
101 irc? ( >=net-irc/telepathy-idle-0.1.14 )
102 "