From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QTc2H-000790-AC for garchives@archives.gentoo.org; Mon, 06 Jun 2011 15:48:13 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A4B81C014; Mon, 6 Jun 2011 15:48:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B550F1C014 for ; Mon, 6 Jun 2011 15:48:03 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D648C1B4014 for ; Mon, 6 Jun 2011 15:47:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id DF2D08003C for ; Mon, 6 Jun 2011 15:47:57 +0000 (UTC) From: "David Heidelberger" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Heidelberger" Message-ID: Subject: [gentoo-commits] proj/kde:master commit in: net-im/telepathy-approver/, net-im/telepathy-chat-handler/, ... X-VCS-Repository: proj/kde X-VCS-Files: net-im/telepathy-accounts-kcm-plugins/telepathy-accounts-kcm-plugins-9999.ebuild net-im/telepathy-accounts-kcm/telepathy-accounts-kcm-9999.ebuild net-im/telepathy-approver/telepathy-approver-9999.ebuild net-im/telepathy-chat-handler/telepathy-chat-handler-9999.ebuild net-im/telepathy-contact-list/telepathy-contact-list-9999.ebuild X-VCS-Directories: net-im/telepathy-approver/ net-im/telepathy-chat-handler/ net-im/telepathy-accounts-kcm/ net-im/telepathy-accounts-kcm-plugins/ net-im/telepathy-contact-list/ X-VCS-Committer: okias X-VCS-Committer-Name: David Heidelberger X-VCS-Revision: fc6bdfe9db7e446d78958269d9df3f891eb97bb8 Date: Mon, 6 Jun 2011 15:47:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 49ae0074e564dd98447fd97dbdca9e27 commit: fc6bdfe9db7e446d78958269d9df3f891eb97bb8 Author: David Heidelberger gmail com> AuthorDate: Mon Jun 6 15:46:35 2011 +0000 Commit: David Heidelberger gmail com> CommitDate: Mon Jun 6 15:46:35 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3Dfc6bdfe9 [net-im/telepathy-*] let's get in some telepathy stuff --- .../telepathy-accounts-kcm-plugins-9999.ebuild | 24 ++++++++++++++= ++++++ .../telepathy-accounts-kcm-9999.ebuild | 23 ++++++++++++++= +++++ .../telepathy-approver-9999.ebuild | 21 ++++++++++++++= +++ .../telepathy-chat-handler-9999.ebuild | 21 ++++++++++++++= +++ .../telepathy-contact-list-9999.ebuild | 23 ++++++++++++++= +++++ 5 files changed, 112 insertions(+), 0 deletions(-) diff --git a/net-im/telepathy-accounts-kcm-plugins/telepathy-accounts-kcm= -plugins-9999.ebuild b/net-im/telepathy-accounts-kcm-plugins/telepathy-ac= counts-kcm-plugins-9999.ebuild new file mode 100644 index 0000000..e3607d0 --- /dev/null +++ b/net-im/telepathy-accounts-kcm-plugins/telepathy-accounts-kcm-plugin= s-9999.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D4 + +KDE_SCM=3D"git" +inherit kde4-base + +DESCRIPTION=3D"KDE Telepathy protocols plugins for account management" +HOMEPAGE=3D"" + +LICENSE=3D"GPL-3" +KEYWORDS=3D"~amd64" +SLOT=3D"0" +IUSE=3D"debug purple jabber msn" + +DEPEND=3D" + net-im/telepathy-accounts-kcm + purple? ( net-voip/telepathy-haze ) + jabber? ( net-voip/telepathy-gabble ) + msn? ( net-voip/telepathy-butterfly ) +" +RDEPEND=3D"${DEPEND}" diff --git a/net-im/telepathy-accounts-kcm/telepathy-accounts-kcm-9999.eb= uild b/net-im/telepathy-accounts-kcm/telepathy-accounts-kcm-9999.ebuild new file mode 100644 index 0000000..fdde6ea --- /dev/null +++ b/net-im/telepathy-accounts-kcm/telepathy-accounts-kcm-9999.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D4 + +KDE_SCM=3D"git" +inherit kde4-base + +DESCRIPTION=3D"KDE UI for account management" +HOMEPAGE=3D"" + +LICENSE=3D"GPL-3" +KEYWORDS=3D"~amd64" +SLOT=3D"0" +IUSE=3D"debug" + +DEPEND=3D" + >=3Dnet-libs/telepathy-glib-0.14 + >=3Dnet-libs/telepathy-qt4-0.5.10 + >=3Dnet-im/telepathy-mission-control-5.5.0 +" +RDEPEND=3D"${DEPEND}" diff --git a/net-im/telepathy-approver/telepathy-approver-9999.ebuild b/n= et-im/telepathy-approver/telepathy-approver-9999.ebuild new file mode 100644 index 0000000..a114c66 --- /dev/null +++ b/net-im/telepathy-approver/telepathy-approver-9999.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D4 + +KDE_SCM=3D"git" +inherit kde4-base + +DESCRIPTION=3D"This notifies you when an incoming message arrives and ha= ngs in the system tray until you're ready to start a chat." +HOMEPAGE=3D"" + +LICENSE=3D"GPL-3" +KEYWORDS=3D"~amd64" +SLOT=3D"0" +IUSE=3D"debug" + +DEPEND=3D" + >=3Dnet-libs/telepathy-qt4-0.5.6 +" +RDEPEND=3D"${DEPEND}" diff --git a/net-im/telepathy-chat-handler/telepathy-chat-handler-9999.eb= uild b/net-im/telepathy-chat-handler/telepathy-chat-handler-9999.ebuild new file mode 100644 index 0000000..6695d07 --- /dev/null +++ b/net-im/telepathy-chat-handler/telepathy-chat-handler-9999.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D4 + +KDE_SCM=3D"git" +inherit kde4-base + +DESCRIPTION=3D"This application provides a text chat window." +HOMEPAGE=3D"" + +LICENSE=3D"GPL-3" +KEYWORDS=3D"~amd64" +SLOT=3D"0" +IUSE=3D"debug" + +DEPEND=3D" + >=3Dnet-libs/telepathy-qt4-0.7.0 +" +RDEPEND=3D"${DEPEND}" diff --git a/net-im/telepathy-contact-list/telepathy-contact-list-9999.eb= uild b/net-im/telepathy-contact-list/telepathy-contact-list-9999.ebuild new file mode 100644 index 0000000..3ce3087 --- /dev/null +++ b/net-im/telepathy-contact-list/telepathy-contact-list-9999.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D4 + +KDE_SCM=3D"git" +inherit kde4-base +#EGIT_REPO_URI=3D"git://anongit.kde.org/clones/telepathy-contact-list/mk= lapetek/telepathy-contact-list-new" + +DESCRIPTION=3D"UI for contaclist" +HOMEPAGE=3D"" + +LICENSE=3D"GPL-3" +KEYWORDS=3D"~amd64" +SLOT=3D"0" +IUSE=3D"debug" + +DEPEND=3D" + >=3Dnet-libs/telepathy-qt4-0.5.6 + >=3Dnet-im/telepathy-accounts-kcm-9999 +" +RDEPEND=3D"${DEPEND}"