summaryrefslogtreecommitdiff
path: root/net-im/telepathy-connection-managers/telepathy-connection-managers-2-r2.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /net-im/telepathy-connection-managers/telepathy-connection-managers-2-r2.ebuild
reinit the tree, so we can have metadata
Diffstat (limited to 'net-im/telepathy-connection-managers/telepathy-connection-managers-2-r2.ebuild')
-rw-r--r--net-im/telepathy-connection-managers/telepathy-connection-managers-2-r2.ebuild40
1 files changed, 40 insertions, 0 deletions
diff --git a/net-im/telepathy-connection-managers/telepathy-connection-managers-2-r2.ebuild b/net-im/telepathy-connection-managers/telepathy-connection-managers-2-r2.ebuild
new file mode 100644
index 000000000000..deda90c6a96d
--- /dev/null
+++ b/net-im/telepathy-connection-managers/telepathy-connection-managers-2-r2.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+DESCRIPTION="Meta-package for Telepathy Connection Managers"
+HOMEPAGE="https://telepathy.freedesktop.org/"
+SRC_URI=""
+LICENSE="metapackage"
+SLOT="0"
+
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-linux"
+
+IUSE="gadu icq +irc meanwhile msn sip sipe +xmpp yahoo steam zeroconf"
+
+DEPEND=""
+# These version support the 0.24.0 Telepathy specification
+# They work with Mission Control 5.14
+RDEPEND="
+ gadu? (
+ net-im/pidgin[gadu]
+ net-voip/telepathy-haze
+ )
+ icq? ( >=net-voip/telepathy-haze-0.6.0 )
+ irc? ( >=net-irc/telepathy-idle-0.1.14 )
+ meanwhile? (
+ net-im/pidgin[meanwhile]
+ net-voip/telepathy-haze
+ )
+ msn? ( >=net-voip/telepathy-gabble-0.16.4 )
+ sip? ( >=net-voip/telepathy-rakia-0.7.4 )
+ sipe? ( >=x11-plugins/pidgin-sipe-1.17.1[telepathy] )
+ steam? (
+ x11-plugins/pidgin-opensteamworks
+ net-voip/telepathy-haze
+ )
+ xmpp? ( >=net-voip/telepathy-gabble-0.16.4 )
+ yahoo? ( >=net-voip/telepathy-haze-0.6.0 )
+ zeroconf? ( >=net-voip/telepathy-salut-0.8.1 )
+"