commit:     ec011181d280db31d8ab8ec847fcd3e14a7bcec4
Author:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 19 20:46:25 2014 +0000
Commit:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Fri Sep 19 20:46:25 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=ec011181

[net-im] Add ktp 0.8.80

Package-Manager: portage-2.2.13

---
 .../kde-telepathy-meta-0.8.80.ebuild               | 43 ++++++++++++++++++
 .../ktp-accounts-kcm-0.8.80.ebuild                 | 40 +++++++++++++++++
 net-im/ktp-approver/ktp-approver-0.8.80.ebuild     | 30 +++++++++++++
 .../ktp-auth-handler-0.8.80.ebuild                 | 33 ++++++++++++++
 net-im/ktp-call-ui/ktp-call-ui-0.8.80.ebuild       | 39 +++++++++++++++++
 .../ktp-common-internals-0.8.80.ebuild             | 51 ++++++++++++++++++++++
 .../ktp-contact-list-0.8.80.ebuild                 | 39 +++++++++++++++++
 .../ktp-contact-runner-0.8.80.ebuild               | 29 ++++++++++++
 .../ktp-desktop-applets-0.8.80.ebuild              | 33 ++++++++++++++
 .../ktp-filetransfer-handler-0.8.80.ebuild         | 29 ++++++++++++
 .../ktp-kded-module/ktp-kded-module-0.8.80.ebuild  | 32 ++++++++++++++
 net-im/ktp-send-file/ktp-send-file-0.8.80.ebuild   | 32 ++++++++++++++
 net-im/ktp-text-ui/ktp-text-ui-0.8.80.ebuild       | 43 ++++++++++++++++++
 13 files changed, 473 insertions(+)

diff --git a/net-im/kde-telepathy-meta/kde-telepathy-meta-0.8.80.ebuild 
b/net-im/kde-telepathy-meta/kde-telepathy-meta-0.8.80.ebuild
new file mode 100644
index 0000000..3a91402
--- /dev/null
+++ b/net-im/kde-telepathy-meta/kde-telepathy-meta-0.8.80.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+DESCRIPTION="KDE Telepathy client - merge this to pull in all net-im/ktp-*
+kde packages"
+HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration";
+
+if [[ ${PV} != *9999* ]]; then
+       KEYWORDS="~amd64 ~x86"
+else
+       KEYWORDS=""
+fi
+
+LICENSE="|| ( GPL-2 GPL-3 LGPL-2.1 )"
+SLOT="4"
+IUSE=""
+
+DEPEND=""
+RDEPEND="
+       >=net-im/ktp-accounts-kcm-${PV}
+       >=net-im/ktp-approver-${PV}
+       >=net-im/ktp-auth-handler-${PV}
+       >=net-im/ktp-call-ui-${PV}
+       >=net-im/ktp-common-internals-${PV}
+       >=net-im/ktp-contact-list-${PV}
+       >=net-im/ktp-contact-runner-${PV}
+       >=net-im/ktp-desktop-applets-${PV}
+       >=net-im/ktp-filetransfer-handler-${PV}
+       >=net-im/ktp-kded-module-${PV}
+       >=net-im/ktp-send-file-${PV}
+       >=net-im/ktp-text-ui-${PV}
+       net-im/telepathy-connection-managers
+"
+
+pkg_postinst() {
+       echo
+       elog "You can configure the accounts in the KDE System Settings"
+       elog "and then add the Instant Messaging plasma applet to access the 
contact list."
+       echo
+}

diff --git a/net-im/ktp-accounts-kcm/ktp-accounts-kcm-0.8.80.ebuild 
b/net-im/ktp-accounts-kcm/ktp-accounts-kcm-0.8.80.ebuild
new file mode 100644
index 0000000..bca3df8
--- /dev/null
+++ b/net-im/ktp-accounts-kcm/ktp-accounts-kcm-0.8.80.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+KDE_LINGUAS="bs ca ca@valencia cs da de el en_GB eo es et fi fr ga gl hu ia it
+ja kk km ko lt mai mr nb nds nl pa pl pt pt_BR ro ru sk sl sr sr@ijekavian
+sr@ijekavianlatin sr@latin sv tr ug uk vi wa zh_CN zh_TW"
+inherit kde4-base
+
+DESCRIPTION="KDE Telepathy account management kcm"
+HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration";
+if [[ ${PV} != *9999* ]]; then
+       SRC_URI="mirror://kde/unstable/kde-telepathy/${PV}/src/${P}.tar.bz2"
+       KEYWORDS="~amd64 ~x86"
+else
+       KEYWORDS=""
+fi
+
+LICENSE="LGPL-2.1"
+SLOT="4"
+IUSE="debug modemmanager"
+
+DEPEND="
+       >=net-im/ktp-common-internals-${PV}
+       net-im/telepathy-mission-control
+       net-libs/telepathy-glib
+       >=net-libs/telepathy-qt-0.9.5[qt4]
+       modemmanager? ( net-libs/libmm-qt )
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+       local mycmakeargs=(
+               $(cmake-utils_use_build modemmanager pintxo)
+       )
+
+       kde4-base_src_configure
+}

diff --git a/net-im/ktp-approver/ktp-approver-0.8.80.ebuild 
b/net-im/ktp-approver/ktp-approver-0.8.80.ebuild
new file mode 100644
index 0000000..1a553b7
--- /dev/null
+++ b/net-im/ktp-approver/ktp-approver-0.8.80.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk km
+ko lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
+sr@latin sv tr uk zh_CN zh_TW"
+inherit kde4-base
+
+DESCRIPTION="KDE Telepathy notification handler"
+HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration";
+if [[ ${PV} != *9999* ]]; then
+       SRC_URI="mirror://kde/unstable/kde-telepathy/${PV}/src/${P}.tar.bz2"
+       KEYWORDS="~amd64 ~x86"
+else
+       KEYWORDS=""
+fi
+
+LICENSE="LGPL-2.1"
+SLOT="4"
+IUSE="debug"
+
+DEPEND="
+       >=net-libs/telepathy-qt-0.9.5[qt4]
+"
+RDEPEND="${DEPEND}
+       >=net-im/ktp-contact-list-${PV}
+"

diff --git a/net-im/ktp-auth-handler/ktp-auth-handler-0.8.80.ebuild 
b/net-im/ktp-auth-handler/ktp-auth-handler-0.8.80.ebuild
new file mode 100644
index 0000000..33b43d4
--- /dev/null
+++ b/net-im/ktp-auth-handler/ktp-auth-handler-0.8.80.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk km
+ko lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
+sr@latin sv uk vi zh_CN zh_TW"
+inherit kde4-base
+
+DESCRIPTION="KDE Telepathy authentication handler"
+HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration";
+if [[ ${PV} != *9999* ]]; then
+       SRC_URI="mirror://kde/unstable/kde-telepathy/${PV}/src/${P}.tar.bz2"
+       KEYWORDS="~amd64 ~x86"
+else
+       KEYWORDS=""
+fi
+
+LICENSE="LGPL-2.1"
+SLOT="4"
+IUSE="debug"
+
+DEPEND="
+       app-crypt/qca:2
+       >=dev-libs/qjson-0.8
+       >=net-im/ktp-common-internals-${PV}
+       >=net-libs/telepathy-qt-0.9.5[qt4]
+"
+RDEPEND="${DEPEND}
+       app-crypt/qca-ossl:2
+"

diff --git a/net-im/ktp-call-ui/ktp-call-ui-0.8.80.ebuild 
b/net-im/ktp-call-ui/ktp-call-ui-0.8.80.ebuild
new file mode 100644
index 0000000..6cdae07
--- /dev/null
+++ b/net-im/ktp-call-ui/ktp-call-ui-0.8.80.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+KDE_LINGUAS="bg bs ca ca@valencia cs da de el en_GB eo es et fi fr ga gl hu ia
+it ja kk km ko lt mai mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian
+sr@ijekavianlatin sr@latin sv th tr ug uk zh_CN zh_TW"
+inherit kde4-base
+
+DESCRIPTION="KDE Telepathy audio/video conferencing ui"
+HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration";
+if [[ ${PV} != *9999* ]]; then
+       SRC_URI="mirror://kde/unstable/kde-telepathy/${PV}/src/${P}.tar.bz2"
+       KEYWORDS="~amd64 ~x86"
+else
+       KEYWORDS=""
+fi
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="4"
+IUSE="debug v4l"
+
+DEPEND="
+       >=media-libs/qt-gstreamer-1.2.0
+       >=net-im/ktp-common-internals-${PV}
+       net-libs/farstream:0.2
+       >=net-libs/telepathy-farstream-0.6.0
+       >=net-libs/telepathy-qt-0.9.5[farstream,qt4]
+"
+RDEPEND="${DEPEND}
+       || (
+               >=net-im/ktp-contact-list-${PV}
+               >=net-im/ktp-desktop-applets-${PV}
+               >=net-im/ktp-text-ui-${PV}
+       )
+       v4l? ( media-plugins/gst-plugins-v4l2:0.10 )
+"

diff --git a/net-im/ktp-common-internals/ktp-common-internals-0.8.80.ebuild 
b/net-im/ktp-common-internals/ktp-common-internals-0.8.80.ebuild
new file mode 100644
index 0000000..b422407
--- /dev/null
+++ b/net-im/ktp-common-internals/ktp-common-internals-0.8.80.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk ko
+lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
+sr@latin sv uk zh_CN zh_TW"
+inherit kde4-base
+
+DESCRIPTION="KDE Telepathy common library"
+HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration";
+if [[ ${PV} != *9999* ]]; then
+       SRC_URI="mirror://kde/unstable/kde-telepathy/${PV}/src/${P}.tar.bz2"
+       KEYWORDS="~amd64 ~x86"
+else
+       KEYWORDS=""
+fi
+
+LICENSE="LGPL-2.1"
+SLOT="4"
+IUSE="debug otr semantic-desktop"
+
+DEPEND="
+       >=net-libs/telepathy-qt-0.9.5[qt4]
+       >=net-libs/telepathy-logger-qt-0.5.80
+       otr? (
+               dev-libs/libgcrypt:=
+               >=net-libs/libotr-4.0.0
+       )
+       semantic-desktop? (
+               $(add_kdebase_dep kdepimlibs)
+               >=net-libs/libkpeople-0.3.0:=
+       )
+"
+RDEPEND="${DEPEND}
+       !!<net-im/ktp-contact-list-0.4.0
+       !<net-im/ktp-text-ui-0.5.80
+"
+
+src_configure() {
+       local mycmakeargs=(
+               $(cmake-utils_use_find_package otr Libgcrypt)
+               $(cmake-utils_use_find_package otr LibOTR)
+               $(cmake-utils_use_find_package semantic-desktop KPeople)
+               $(cmake-utils_use_find_package semantic-desktop KdepimLibs)
+       )
+
+       kde4-base_src_configure
+}

diff --git a/net-im/ktp-contact-list/ktp-contact-list-0.8.80.ebuild 
b/net-im/ktp-contact-list/ktp-contact-list-0.8.80.ebuild
new file mode 100644
index 0000000..7d4a0c0
--- /dev/null
+++ b/net-im/ktp-contact-list/ktp-contact-list-0.8.80.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk km
+ko lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
+sr@latin sv tr ug uk vi zh_CN zh_TW"
+inherit kde4-base
+
+DESCRIPTION="KDE Telepathy contact list"
+HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration";
+if [[ ${PV} != *9999* ]]; then
+       SRC_URI="mirror://kde/unstable/kde-telepathy/${PV}/src/${P}.tar.bz2"
+       KEYWORDS="~amd64 ~x86"
+else
+       KEYWORDS=""
+fi
+
+LICENSE="GPL-2"
+SLOT="4"
+IUSE="debug semantic-desktop"
+
+DEPEND="
+       >=net-im/ktp-accounts-kcm-${PV}
+       >=net-im/ktp-common-internals-${PV}[semantic-desktop?]
+       >=net-libs/telepathy-qt-0.9.5[qt4]
+       semantic-desktop? ( >=net-libs/libkpeople-0.3.0:= )
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+       local mycmakeargs=(
+               $(cmake-utils_use_find_package semantic-desktop KPeople)
+       )
+
+       kde4-base_src_configure
+}

diff --git a/net-im/ktp-contact-runner/ktp-contact-runner-0.8.80.ebuild 
b/net-im/ktp-contact-runner/ktp-contact-runner-0.8.80.ebuild
new file mode 100644
index 0000000..766764d
--- /dev/null
+++ b/net-im/ktp-contact-runner/ktp-contact-runner-0.8.80.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it kk km ko
+lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
+sr@latin sv tr uk vi zh_CN zh_TW"
+inherit kde4-base
+
+DESCRIPTION="KDE Telepathy krunner plugin"
+HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration";
+if [[ ${PV} != *9999* ]]; then
+       SRC_URI="mirror://kde/unstable/kde-telepathy/${PV}/src/${P}.tar.bz2"
+       KEYWORDS="~amd64 ~x86"
+else
+       KEYWORDS=""
+fi
+
+LICENSE="LGPL-2.1"
+SLOT="4"
+IUSE="debug"
+
+DEPEND="
+       >=net-im/ktp-common-internals-${PV}
+       >=net-libs/telepathy-qt-0.9.5[qt4]
+"
+RDEPEND="${DEPEND}"

diff --git a/net-im/ktp-desktop-applets/ktp-desktop-applets-0.8.80.ebuild 
b/net-im/ktp-desktop-applets/ktp-desktop-applets-0.8.80.ebuild
new file mode 100644
index 0000000..7eaf613
--- /dev/null
+++ b/net-im/ktp-desktop-applets/ktp-desktop-applets-0.8.80.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk km
+ko lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
+sr@latin sv tr uk vi wa zh_CN zh_TW"
+inherit kde4-base
+
+DESCRIPTION="KDE Telepathy contact, presence and chat Plasma applets"
+HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration";
+if [[ ${PV} != *9999* ]]; then
+       SRC_URI="mirror://kde/unstable/kde-telepathy/${PV}/src/${P}.tar.bz2"
+       KEYWORDS="~amd64 ~x86"
+else
+       KEYWORDS=""
+fi
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="4"
+IUSE="debug"
+
+DEPEND="
+       >=net-im/ktp-common-internals-${PV}
+       >=net-libs/telepathy-qt-0.9.5[qt4]
+"
+RDEPEND="${DEPEND}
+       !net-im/ktp-contact-applet
+       !net-im/ktp-presence-applet
+       >=net-im/ktp-contact-list-${PV}
+"

diff --git 
a/net-im/ktp-filetransfer-handler/ktp-filetransfer-handler-0.8.80.ebuild 
b/net-im/ktp-filetransfer-handler/ktp-filetransfer-handler-0.8.80.ebuild
new file mode 100644
index 0000000..7c1469f
--- /dev/null
+++ b/net-im/ktp-filetransfer-handler/ktp-filetransfer-handler-0.8.80.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk ko
+lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
+sr@latin sv uk zh_CN zh_TW"
+inherit kde4-base
+
+DESCRIPTION="KDE Telepathy file transfer handler"
+HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration";
+if [[ ${PV} != *9999* ]]; then
+       SRC_URI="mirror://kde/unstable/kde-telepathy/${PV}/src/${P}.tar.bz2"
+       KEYWORDS="~amd64 ~x86"
+else
+       KEYWORDS=""
+fi
+
+LICENSE="GPL-2"
+SLOT="4"
+IUSE="debug"
+
+DEPEND="
+       >=net-im/ktp-common-internals-${PV}
+       >=net-libs/telepathy-qt-0.9.5[qt4]
+"
+RDEPEND="${DEPEND}"

diff --git a/net-im/ktp-kded-module/ktp-kded-module-0.8.80.ebuild 
b/net-im/ktp-kded-module/ktp-kded-module-0.8.80.ebuild
new file mode 100644
index 0000000..660d46d
--- /dev/null
+++ b/net-im/ktp-kded-module/ktp-kded-module-0.8.80.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk km
+ko lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
+sr@latin sv uk zh_CN zh_TW"
+MY_P=${PN/kded/kded-integration}-${PV}
+inherit kde4-base
+
+DESCRIPTION="KDE Telepathy workspace integration"
+HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration";
+if [[ ${PV} != *9999* ]]; then
+       SRC_URI="mirror://kde/unstable/kde-telepathy/${PV}/src/${MY_P}.tar.bz2"
+       KEYWORDS="~amd64 ~x86"
+else
+       KEYWORDS=""
+fi
+
+LICENSE="LGPL-2.1"
+SLOT="4"
+IUSE="debug"
+
+DEPEND="
+       >=net-im/ktp-common-internals-${PV}
+       >=net-libs/telepathy-qt-0.9.5[qt4]
+"
+RDEPEND="${DEPEND}"
+
+[[ ${PV} == *9999* ]] || S=${WORKDIR}/${MY_P}

diff --git a/net-im/ktp-send-file/ktp-send-file-0.8.80.ebuild 
b/net-im/ktp-send-file/ktp-send-file-0.8.80.ebuild
new file mode 100644
index 0000000..fc1331e
--- /dev/null
+++ b/net-im/ktp-send-file/ktp-send-file-0.8.80.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk km
+ko lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
+sr@latin sv tr uk vi zh_CN zh_TW"
+inherit kde4-base
+
+DESCRIPTION="KDE Telepathy file manager plugin to send files to contacts"
+HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration";
+if [[ ${PV} != *9999* ]]; then
+       SRC_URI="mirror://kde/unstable/kde-telepathy/${PV}/src/${P}.tar.bz2"
+       KEYWORDS="~amd64 ~x86"
+else
+       KEYWORDS=""
+fi
+
+LICENSE="LGPL-2.1"
+SLOT="4"
+IUSE="debug"
+
+DEPEND="
+       >=net-im/ktp-common-internals-${PV}
+       >=net-libs/telepathy-qt-0.9.5[qt4]
+"
+RDEPEND="${DEPEND}
+       >=net-im/ktp-contact-list-${PV}
+       >=net-im/ktp-filetransfer-handler-${PV}
+"

diff --git a/net-im/ktp-text-ui/ktp-text-ui-0.8.80.ebuild 
b/net-im/ktp-text-ui/ktp-text-ui-0.8.80.ebuild
new file mode 100644
index 0000000..8e6eddf
--- /dev/null
+++ b/net-im/ktp-text-ui/ktp-text-ui-0.8.80.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk km
+ko lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
+sr@latin sv tr ug uk vi wa zh_CN zh_TW"
+inherit kde4-base
+
+DESCRIPTION="KDE Telepathy text chat window"
+HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration";
+if [[ ${PV} != *9999* ]]; then
+       SRC_URI="mirror://kde/unstable/kde-telepathy/${PV}/src/${P}.tar.bz2"
+       KEYWORDS="~amd64 ~x86"
+else
+       KEYWORDS=""
+fi
+
+LICENSE="GPL-2"
+SLOT="4"
+IUSE="debug semantic-desktop"
+
+DEPEND="
+       >=net-libs/telepathy-qt-0.9.5[qt4]
+       >=net-libs/telepathy-logger-qt-0.8
+       semantic-desktop? (
+               $(add_kdebase_dep kdepimlibs)
+               >=net-libs/libkpeople-0.3.0:=
+       )
+"
+RDEPEND="${DEPEND}
+       >=net-im/ktp-contact-list-${PV}
+"
+
+src_configure() {
+       local mycmakeargs=(
+               $(cmake-utils_use_find_package semantic-desktop KPeople)
+       )
+
+       kde4-base_src_configure
+}

Reply via email to