diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-03-01 13:22:01 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-03-01 13:22:01 +0000 |
commit | 742174546b7327763138311264ee110d09ec3274 (patch) | |
tree | dbb0c3a1e4e11faa944b0886ec25b996cfe09fea /net-im | |
parent | Mask telepathy-connection-managers[steam] on unsupported arches. (diff) | |
download | gentoo-2-742174546b7327763138311264ee110d09ec3274.tar.gz gentoo-2-742174546b7327763138311264ee110d09ec3274.tar.bz2 gentoo-2-742174546b7327763138311264ee110d09ec3274.zip |
Add flags for gadu, meanwhile & steam protocols using telepathy-haze, https://github.com/gentoo/gentoo-portage-rsync-mirror/pull/61 by karolherbst.
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'net-im')
3 files changed, 25 insertions, 5 deletions
diff --git a/net-im/telepathy-connection-managers/ChangeLog b/net-im/telepathy-connection-managers/ChangeLog index 130408321e1f..f876f49e2f45 100644 --- a/net-im/telepathy-connection-managers/ChangeLog +++ b/net-im/telepathy-connection-managers/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-im/telepathy-connection-managers -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/telepathy-connection-managers/ChangeLog,v 1.25 2014/12/27 15:49:45 eva Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-im/telepathy-connection-managers/ChangeLog,v 1.26 2015/03/01 13:22:01 mgorny Exp $ + + 01 Mar 2015; Michał Górny <mgorny@gentoo.org> metadata.xml, + telepathy-connection-managers-2-r2.ebuild: + Add flags for gadu, meanwhile & steam protocols using telepathy-haze, + https://github.com/gentoo/gentoo-portage-rsync-mirror/pull/61 by karolherbst. 27 Dec 2014; Gilles Dartiguelongue <eva@gentoo.org> telepathy-connection-managers-2-r2.ebuild, metadata.xml: diff --git a/net-im/telepathy-connection-managers/metadata.xml b/net-im/telepathy-connection-managers/metadata.xml index b282d71c2d68..49b41d2890b2 100644 --- a/net-im/telepathy-connection-managers/metadata.xml +++ b/net-im/telepathy-connection-managers/metadata.xml @@ -3,9 +3,12 @@ <pkgmetadata> <herd>gnome</herd> <use> + <flag name='gadu'>Enable Gadu Gadu protocol support.</flag> <flag name='irc'>Enable Internet Relay Chat (IRC) support.</flag> + <flag name='meanwhile'>Enable meanwhile support for Sametime protocol.</flag> <flag name='sip'>Enable SIP/SIMPLE messaging and calling.</flag> <flag name='sipe'>Enable Sip Exchange Protocol.</flag> + <flag name='steam'>Enable Steam Chat support.</flag> <flag name='xmpp'>Enable XMPP protocol handler (this is also Google Talk).</flag> <flag name='yahoo'>Enable Yahoo! messaging support.</flag> <flag name='zeroconf'>Enable Link-Local Messaging via the zeroconf or Bonjour protocol.</flag> diff --git a/net-im/telepathy-connection-managers/telepathy-connection-managers-2-r2.ebuild b/net-im/telepathy-connection-managers/telepathy-connection-managers-2-r2.ebuild index 72f4facb6fc1..ee880df05dc2 100644 --- a/net-im/telepathy-connection-managers/telepathy-connection-managers-2-r2.ebuild +++ b/net-im/telepathy-connection-managers/telepathy-connection-managers-2-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $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 $ +# $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 $ EAPI=5 @@ -12,17 +12,29 @@ SLOT="0" KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-linux" -IUSE="icq +irc msn sip sipe +xmpp yahoo zeroconf" +IUSE="gadu icq +irc meanwhile msn sip sipe +xmpp yahoo steam zeroconf" DEPEND="" # These version support the 0.24.0 Telepathy specification # They work with Mission Control 5.14 RDEPEND=" + gadu? ( + net-im/pidgin[gadu] + net-voip/telepathy-haze + ) icq? ( >=net-voip/telepathy-haze-0.6.0 ) irc? ( >=net-irc/telepathy-idle-0.1.14 ) + meanwhile? ( + net-im/pidgin[meanwhile] + net-voip/telepathy-haze + ) msn? ( >=net-voip/telepathy-gabble-0.16.4 ) sip? ( >=net-voip/telepathy-rakia-0.7.4 ) sipe? ( >=x11-plugins/pidgin-sipe-1.17.1[telepathy] ) + steam? ( + x11-plugins/pidgin-opensteamworks + net-voip/telepathy-haze + ) xmpp? ( >=net-voip/telepathy-gabble-0.16.4 ) yahoo? ( >=net-voip/telepathy-haze-0.6.0 ) zeroconf? ( >=net-voip/telepathy-salut-0.8.1 ) |