diff options
author | Pacho Ramos <pacho@gentoo.org> | 2011-11-22 00:55:44 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2011-11-22 00:55:44 +0000 |
commit | 214cea6dd38f5029d7f3b9ea2500d66d4f9fe280 (patch) | |
tree | ce32aa56cbd0ebf8161555fff01ce5e4ac85afbe /net-im/telepathy-connection-managers/telepathy-connection-managers-1.ebuild | |
parent | Drop old. (diff) | |
download | gentoo-2-214cea6dd38f5029d7f3b9ea2500d66d4f9fe280.tar.gz gentoo-2-214cea6dd38f5029d7f3b9ea2500d66d4f9fe280.tar.bz2 gentoo-2-214cea6dd38f5029d7f3b9ea2500d66d4f9fe280.zip |
Move to net-im/
(Portage version: 2.1.10.36/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'net-im/telepathy-connection-managers/telepathy-connection-managers-1.ebuild')
-rw-r--r-- | net-im/telepathy-connection-managers/telepathy-connection-managers-1.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/net-im/telepathy-connection-managers/telepathy-connection-managers-1.ebuild b/net-im/telepathy-connection-managers/telepathy-connection-managers-1.ebuild new file mode 100644 index 000000000000..afa4aa821819 --- /dev/null +++ b/net-im/telepathy-connection-managers/telepathy-connection-managers-1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2011 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-1.ebuild,v 1.1 2011/11/22 00:55:44 pacho Exp $ + +DESCRIPTION="Meta-package for Telepathy Connection Managers" + +HOMEPAGE="http://telepathy.freedesktop.org/" +SRC_URI="" +LICENSE="as-is" +SLOT="0" + +KEYWORDS="alpha amd64 ia64 ppc sparc x86 ~x86-linux" + +IUSE="msn irc yahoo icq jabber sip zeroconf" + +DEPEND="" +# These version support the 0.18.0 Telepathy specification +# They work with Mission Control 5.2 +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 ) + 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 )" |