diff options
author | Olivier Crête <tester@gentoo.org> | 2009-09-27 17:59:37 +0000 |
---|---|---|
committer | Olivier Crête <tester@gentoo.org> | 2009-09-27 17:59:37 +0000 |
commit | 3b074d1c5f20032d63da29da8f199409bfd683c4 (patch) | |
tree | 71d65681538cc3204c7dd355d296bcad9764141d /net-voip | |
parent | ppc stable #284781 (diff) | |
download | gentoo-2-3b074d1c5f20032d63da29da8f199409bfd683c4.tar.gz gentoo-2-3b074d1c5f20032d63da29da8f199409bfd683c4.tar.bz2 gentoo-2-3b074d1c5f20032d63da29da8f199409bfd683c4.zip |
dd metapackage for the Telepeathy connection managers, bug #206073
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'net-voip')
3 files changed, 45 insertions, 0 deletions
diff --git a/net-voip/telepathy-connection-managers/ChangeLog b/net-voip/telepathy-connection-managers/ChangeLog new file mode 100644 index 000000000000..d475cc402023 --- /dev/null +++ b/net-voip/telepathy-connection-managers/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for net-voip/telepathy-connection-managers +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-connection-managers/ChangeLog,v 1.1 2009/09/27 17:59:37 tester Exp $ + +*telepathy-connection-managers-1 (27 Sep 2009) + + 27 Sep 2009; Olivier Crête <tester@gentoo.org> + +telepathy-connection-managers-1.ebuild, +metadata.xml: + Add metapackage for the connection managers, bug #206073 + diff --git a/net-voip/telepathy-connection-managers/metadata.xml b/net-voip/telepathy-connection-managers/metadata.xml new file mode 100644 index 000000000000..db7f7c7221dd --- /dev/null +++ b/net-voip/telepathy-connection-managers/metadata.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>voip</herd> +<herd>net-im</herd> +<use> + <flag name='bonjour'>Enable Link-Local Messaging via the 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> + <flag name='jabber'>Enable XMPP protocol handler (this is also Google Talk).</flag> +</use> +</pkgmetadata> diff --git a/net-voip/telepathy-connection-managers/telepathy-connection-managers-1.ebuild b/net-voip/telepathy-connection-managers/telepathy-connection-managers-1.ebuild new file mode 100644 index 000000000000..cd7318f14d65 --- /dev/null +++ b/net-voip/telepathy-connection-managers/telepathy-connection-managers-1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2009 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.1 2009/09/27 17:59:37 tester Exp $ + +DESCRIPTION="Meta-package for Telepathy Connection Managers" + +HOMEPAGE="http://telepathy.freedesktop.org/" +SRC_URI="" +LICENSE="as-is" +SLOT="0" + +KEYWORDS="~x86 ~amd64" + +IUSE="msn irc yahoo icq jabber sip bonjour" + +DEPEND="" +RDEPEND="msn? ( net-voip/telepathy-butterfly ) + jabber? ( net-voip/telepathy-gabble ) + sip? ( net-voip/telepathy-sofiasip ) + bonjour? ( net-voip/telepathy-salut ) + icq? ( net-voip/telepathy-haze ) + yahoo? ( net-voip/telepathy-haze )" |