diff options
author | Olivier Crête <tester@gentoo.org> | 2010-03-01 14:49:26 +0000 |
---|---|---|
committer | Olivier Crête <tester@gentoo.org> | 2010-03-01 14:49:26 +0000 |
commit | 89301c53f2b9383e3b7b164547976e0b1cd88da8 (patch) | |
tree | b77b768faafe203300d3510f2d6f1cd3ace13516 /net-voip | |
parent | Remove fe3d mask (diff) | |
download | gentoo-2-89301c53f2b9383e3b7b164547976e0b1cd88da8.tar.gz gentoo-2-89301c53f2b9383e3b7b164547976e0b1cd88da8.tar.bz2 gentoo-2-89301c53f2b9383e3b7b164547976e0b1cd88da8.zip |
Replace USE=bonjour with USE=zeroconf to match rest of tree, bug #307103
(Portage version: 2.1.7.16/cvs/Linux x86_64)
Diffstat (limited to 'net-voip')
3 files changed, 9 insertions, 5 deletions
diff --git a/net-voip/telepathy-connection-managers/ChangeLog b/net-voip/telepathy-connection-managers/ChangeLog index 29feec6cc778..7bbadcc3a2e0 100644 --- a/net-voip/telepathy-connection-managers/ChangeLog +++ b/net-voip/telepathy-connection-managers/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-voip/telepathy-connection-managers # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-connection-managers/ChangeLog,v 1.4 2010/02/19 19:29:58 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-connection-managers/ChangeLog,v 1.5 2010/03/01 14:49:26 tester Exp $ + + 01 Mar 2010; Olivier Crête <tester@gentoo.org> + telepathy-connection-managers-1.ebuild, metadata.xml: + Replace USE=bonjour with USE=zeroconf to match rest of tree, bug #307103 19 Feb 2010; Raúl Porcel <armin76@gentoo.org> telepathy-connection-managers-1.ebuild: diff --git a/net-voip/telepathy-connection-managers/metadata.xml b/net-voip/telepathy-connection-managers/metadata.xml index db7f7c7221dd..b5df8d391540 100644 --- a/net-voip/telepathy-connection-managers/metadata.xml +++ b/net-voip/telepathy-connection-managers/metadata.xml @@ -4,7 +4,7 @@ <herd>voip</herd> <herd>net-im</herd> <use> - <flag name='bonjour'>Enable Link-Local Messaging via the bonjour protocol.</flag> + <flag name='zeroconf'>Enable Link-Local Messaging via the zeroconf or Bonjour protocol.</flag> <flag name='sip'>Enable SIP/SIMPLE messaging and calling.</flag> <flag name='irc'>Enable Internet Relay Chat (IRC) support.</flag> <flag name='yahoo'>Enable Yahoo! messaging support.</flag> diff --git a/net-voip/telepathy-connection-managers/telepathy-connection-managers-1.ebuild b/net-voip/telepathy-connection-managers/telepathy-connection-managers-1.ebuild index 941399b1ec39..d8f70f84f024 100644 --- a/net-voip/telepathy-connection-managers/telepathy-connection-managers-1.ebuild +++ b/net-voip/telepathy-connection-managers/telepathy-connection-managers-1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-connection-managers/telepathy-connection-managers-1.ebuild,v 1.4 2010/02/19 19:29:58 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-connection-managers/telepathy-connection-managers-1.ebuild,v 1.5 2010/03/01 14:49:26 tester Exp $ DESCRIPTION="Meta-package for Telepathy Connection Managers" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" -IUSE="msn irc yahoo icq jabber sip bonjour" +IUSE="msn irc yahoo icq jabber sip zeroconf" DEPEND="" # These version support the 0.18.0 Telepathy specification @@ -19,7 +19,7 @@ DEPEND="" RDEPEND="msn? ( >=net-voip/telepathy-butterfly-0.5.0 ) jabber? ( >=net-voip/telepathy-gabble-0.8.0 ) sip? ( >=net-voip/telepathy-sofiasip-0.5.18 ) - bonjour? ( >=net-voip/telepathy-salut-0.3.10 ) + zeroconf? ( >=net-voip/telepathy-salut-0.3.10 ) icq? ( >=net-voip/telepathy-haze-0.3.2 ) yahoo? ( >=net-voip/telepathy-haze-0.3.2 ) irc? ( >=net-irc/telepathy-idle-0.1.5 )" |