From 214cea6dd38f5029d7f3b9ea2500d66d4f9fe280 Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Tue, 22 Nov 2011 00:55:44 +0000 Subject: Move to net-im/ (Portage version: 2.1.10.36/cvs/Linux x86_64, RepoMan options: --force) --- net-im/telepathy-connection-managers/ChangeLog | 56 ++++++++++++++++++++++ net-im/telepathy-connection-managers/metadata.xml | 14 ++++++ .../telepathy-connection-managers-1.ebuild | 25 ++++++++++ 3 files changed, 95 insertions(+) create mode 100644 net-im/telepathy-connection-managers/ChangeLog create mode 100644 net-im/telepathy-connection-managers/metadata.xml create mode 100644 net-im/telepathy-connection-managers/telepathy-connection-managers-1.ebuild (limited to 'net-im/telepathy-connection-managers') diff --git a/net-im/telepathy-connection-managers/ChangeLog b/net-im/telepathy-connection-managers/ChangeLog new file mode 100644 index 000000000000..e76e09f35ff4 --- /dev/null +++ b/net-im/telepathy-connection-managers/ChangeLog @@ -0,0 +1,56 @@ +# ChangeLog for net-voip/telepathy-connection-managers +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-im/telepathy-connection-managers/ChangeLog,v 1.1 2011/11/22 00:55:44 pacho Exp $ + + 06 Aug 2011; Zac Medico + telepathy-connection-managers-1.ebuild: + Add ~x86-linux keyword. + + 07 Feb 2011; Pacho Ramos metadata.xml: + Add gnome to metadata as talked between us since empathy relies on this. + + 11 Sep 2010; telepathy-connection-managers-1.ebuild: + ppc stable #321591 + + 07 Aug 2010; Raúl Porcel + telepathy-connection-managers-1.ebuild: + ia64/sparc stable wrt #321591 + + 01 Aug 2010; Christian Faulhammer + telepathy-connection-managers-1.ebuild: + stable x86, bug 321591 + + 31 Jul 2010; Pacho Ramos + telepathy-connection-managers-1.ebuild: + amd64 stable, bug 321591 + + 25 Jul 2010; Tobias Klausmann + telepathy-connection-managers-1.ebuild: + Stable on alpha, bug #321591 + + 17 Apr 2010; Raúl Porcel + telepathy-connection-managers-1.ebuild: + Add ~alpha wrt #296548 + + 01 Mar 2010; Olivier Crête + 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 + telepathy-connection-managers-1.ebuild: + Add ~ia64/~sparc + + 05 Jan 2010; Joseph Jezak + telepathy-connection-managers-1.ebuild: + Marked ~ppc for bug #245949. + + 27 Sep 2009; Olivier Crête + telepathy-connection-managers-1.ebuild: + Add IRC, put minimum versions for MC 5.2 and spec 0.18.0 + +*telepathy-connection-managers-1 (27 Sep 2009) + + 27 Sep 2009; Olivier Crête + +telepathy-connection-managers-1.ebuild, +metadata.xml: + Add metapackage for the connection managers, bug #206073 + diff --git a/net-im/telepathy-connection-managers/metadata.xml b/net-im/telepathy-connection-managers/metadata.xml new file mode 100644 index 000000000000..92e062e65717 --- /dev/null +++ b/net-im/telepathy-connection-managers/metadata.xml @@ -0,0 +1,14 @@ + + + +gnome +voip +net-im + + Enable Link-Local Messaging via the zeroconf or Bonjour protocol. + Enable SIP/SIMPLE messaging and calling. + Enable Internet Relay Chat (IRC) support. + Enable Yahoo! messaging support. + Enable XMPP protocol handler (this is also Google Talk). + + 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 )" -- cgit v1.2.3-65-gdbad