Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-im/telepathy-connection-managers: telepathy-connection-managers-2-r2.ebuild metadata.xml ChangeLog
Date: Sun, 01 Mar 2015 13:22:07
Message-Id: 20150301132201.25B6B12CEB@oystercatcher.gentoo.org
1 mgorny 15/03/01 13:22:01
2
3 Modified: telepathy-connection-managers-2-r2.ebuild
4 metadata.xml ChangeLog
5 Log:
6 Add flags for gadu, meanwhile & steam protocols using telepathy-haze, https://github.com/gentoo/gentoo-portage-rsync-mirror/pull/61 by karolherbst.
7
8 (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
9
10 Revision Changes Path
11 1.6 net-im/telepathy-connection-managers/telepathy-connection-managers-2-r2.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/telepathy-connection-managers/telepathy-connection-managers-2-r2.ebuild?rev=1.6&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/telepathy-connection-managers/telepathy-connection-managers-2-r2.ebuild?rev=1.6&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/telepathy-connection-managers/telepathy-connection-managers-2-r2.ebuild?r1=1.5&r2=1.6
16
17 Index: telepathy-connection-managers-2-r2.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-im/telepathy-connection-managers/telepathy-connection-managers-2-r2.ebuild,v
20 retrieving revision 1.5
21 retrieving revision 1.6
22 diff -u -r1.5 -r1.6
23 --- telepathy-connection-managers-2-r2.ebuild 27 Dec 2014 15:49:45 -0000 1.5
24 +++ telepathy-connection-managers-2-r2.ebuild 1 Mar 2015 13:22:01 -0000 1.6
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2014 Gentoo Foundation
27 +# Copyright 1999-2015 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/net-im/telepathy-connection-managers/telepathy-connection-managers-2-r2.ebuild,v 1.5 2014/12/27 15:49:45 eva Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/net-im/telepathy-connection-managers/telepathy-connection-managers-2-r2.ebuild,v 1.6 2015/03/01 13:22:01 mgorny Exp $
31
32 EAPI=5
33
34 @@ -12,17 +12,29 @@
35
36 KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-linux"
37
38 -IUSE="icq +irc msn sip sipe +xmpp yahoo zeroconf"
39 +IUSE="gadu icq +irc meanwhile msn sip sipe +xmpp yahoo steam zeroconf"
40
41 DEPEND=""
42 # These version support the 0.24.0 Telepathy specification
43 # They work with Mission Control 5.14
44 RDEPEND="
45 + gadu? (
46 + net-im/pidgin[gadu]
47 + net-voip/telepathy-haze
48 + )
49 icq? ( >=net-voip/telepathy-haze-0.6.0 )
50 irc? ( >=net-irc/telepathy-idle-0.1.14 )
51 + meanwhile? (
52 + net-im/pidgin[meanwhile]
53 + net-voip/telepathy-haze
54 + )
55 msn? ( >=net-voip/telepathy-gabble-0.16.4 )
56 sip? ( >=net-voip/telepathy-rakia-0.7.4 )
57 sipe? ( >=x11-plugins/pidgin-sipe-1.17.1[telepathy] )
58 + steam? (
59 + x11-plugins/pidgin-opensteamworks
60 + net-voip/telepathy-haze
61 + )
62 xmpp? ( >=net-voip/telepathy-gabble-0.16.4 )
63 yahoo? ( >=net-voip/telepathy-haze-0.6.0 )
64 zeroconf? ( >=net-voip/telepathy-salut-0.8.1 )
65
66
67
68 1.5 net-im/telepathy-connection-managers/metadata.xml
69
70 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/telepathy-connection-managers/metadata.xml?rev=1.5&view=markup
71 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/telepathy-connection-managers/metadata.xml?rev=1.5&content-type=text/plain
72 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/telepathy-connection-managers/metadata.xml?r1=1.4&r2=1.5
73
74 Index: metadata.xml
75 ===================================================================
76 RCS file: /var/cvsroot/gentoo-x86/net-im/telepathy-connection-managers/metadata.xml,v
77 retrieving revision 1.4
78 retrieving revision 1.5
79 diff -u -r1.4 -r1.5
80 --- metadata.xml 27 Dec 2014 15:49:45 -0000 1.4
81 +++ metadata.xml 1 Mar 2015 13:22:01 -0000 1.5
82 @@ -3,9 +3,12 @@
83 <pkgmetadata>
84 <herd>gnome</herd>
85 <use>
86 + <flag name='gadu'>Enable Gadu Gadu protocol support.</flag>
87 <flag name='irc'>Enable Internet Relay Chat (IRC) support.</flag>
88 + <flag name='meanwhile'>Enable meanwhile support for Sametime protocol.</flag>
89 <flag name='sip'>Enable SIP/SIMPLE messaging and calling.</flag>
90 <flag name='sipe'>Enable Sip Exchange Protocol.</flag>
91 + <flag name='steam'>Enable Steam Chat support.</flag>
92 <flag name='xmpp'>Enable XMPP protocol handler (this is also Google Talk).</flag>
93 <flag name='yahoo'>Enable Yahoo! messaging support.</flag>
94 <flag name='zeroconf'>Enable Link-Local Messaging via the zeroconf or Bonjour protocol.</flag>
95
96
97
98 1.26 net-im/telepathy-connection-managers/ChangeLog
99
100 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/telepathy-connection-managers/ChangeLog?rev=1.26&view=markup
101 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/telepathy-connection-managers/ChangeLog?rev=1.26&content-type=text/plain
102 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/telepathy-connection-managers/ChangeLog?r1=1.25&r2=1.26
103
104 Index: ChangeLog
105 ===================================================================
106 RCS file: /var/cvsroot/gentoo-x86/net-im/telepathy-connection-managers/ChangeLog,v
107 retrieving revision 1.25
108 retrieving revision 1.26
109 diff -u -r1.25 -r1.26
110 --- ChangeLog 27 Dec 2014 15:49:45 -0000 1.25
111 +++ ChangeLog 1 Mar 2015 13:22:01 -0000 1.26
112 @@ -1,6 +1,11 @@
113 # ChangeLog for net-im/telepathy-connection-managers
114 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
115 -# $Header: /var/cvsroot/gentoo-x86/net-im/telepathy-connection-managers/ChangeLog,v 1.25 2014/12/27 15:49:45 eva Exp $
116 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
117 +# $Header: /var/cvsroot/gentoo-x86/net-im/telepathy-connection-managers/ChangeLog,v 1.26 2015/03/01 13:22:01 mgorny Exp $
118 +
119 + 01 Mar 2015; Michał Górny <mgorny@g.o> metadata.xml,
120 + telepathy-connection-managers-2-r2.ebuild:
121 + Add flags for gadu, meanwhile & steam protocols using telepathy-haze,
122 + https://github.com/gentoo/gentoo-portage-rsync-mirror/pull/61 by karolherbst.
123
124 27 Dec 2014; Gilles Dartiguelongue <eva@g.o>
125 telepathy-connection-managers-2-r2.ebuild, metadata.xml: