diff options
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/telepathy-connection-managers/ChangeLog | 10 | ||||
-rw-r--r-- | net-im/telepathy-connection-managers/telepathy-connection-managers-2.ebuild | 25 |
2 files changed, 33 insertions, 2 deletions
diff --git a/net-im/telepathy-connection-managers/ChangeLog b/net-im/telepathy-connection-managers/ChangeLog index bcecad421f94..70ba06f36ce8 100644 --- a/net-im/telepathy-connection-managers/ChangeLog +++ b/net-im/telepathy-connection-managers/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-im/telepathy-connection-managers -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/telepathy-connection-managers/ChangeLog,v 1.4 2012/12/31 15:51:32 ago Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-im/telepathy-connection-managers/ChangeLog,v 1.5 2013/01/24 22:37:33 eva Exp $ + +*telepathy-connection-managers-2 (24 Jan 2013) + + 24 Jan 2013; Gilles Dartiguelongue <eva@gentoo.org> + +telepathy-connection-managers-2.ebuild: + Version bump. Msn support is now provided by telepathy-gabble. 31 Dec 2012; Agostino Sarubbo <ago@gentoo.org> telepathy-connection-managers-1.ebuild: diff --git a/net-im/telepathy-connection-managers/telepathy-connection-managers-2.ebuild b/net-im/telepathy-connection-managers/telepathy-connection-managers-2.ebuild new file mode 100644 index 000000000000..6907d613184e --- /dev/null +++ b/net-im/telepathy-connection-managers/telepathy-connection-managers-2.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2013 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.ebuild,v 1.1 2013/01/24 22:37:33 eva Exp $ + +DESCRIPTION="Meta-package for Telepathy Connection Managers" + +HOMEPAGE="http://telepathy.freedesktop.org/" +SRC_URI="" +LICENSE="metapackage" +SLOT="0" + +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-linux" + +IUSE="msn irc yahoo icq jabber sip zeroconf" + +DEPEND="" +# These version support the 0.24.0 Telepathy specification +# They work with Mission Control 5.14 +RDEPEND="msn? ( =net-voip/telepathy-gabble-0.16.4 ) + jabber? ( >=net-voip/telepathy-gabble-0.16.4 ) + sip? ( >=net-voip/telepathy-rakia-0.7.4 ) + zeroconf? ( >=net-voip/telepathy-salut-0.8.1 ) + icq? ( >=net-voip/telepathy-haze-0.6.0 ) + yahoo? ( >=net-voip/telepathy-haze-0.6.0 ) + irc? ( >=net-irc/telepathy-idle-0.1.14 )" |