summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/ktp-auth-handler')
-rw-r--r--net-im/ktp-auth-handler/Manifest1
-rw-r--r--net-im/ktp-auth-handler/ktp-auth-handler-0.9.0.ebuild33
-rw-r--r--net-im/ktp-auth-handler/metadata.xml5
3 files changed, 39 insertions, 0 deletions
diff --git a/net-im/ktp-auth-handler/Manifest b/net-im/ktp-auth-handler/Manifest
new file mode 100644
index 000000000000..06404aac4ebb
--- /dev/null
+++ b/net-im/ktp-auth-handler/Manifest
@@ -0,0 +1 @@
+DIST ktp-auth-handler-0.9.0.tar.bz2 49212 SHA256 6eb07a75200bd18154f42fbe1ff64a9fb0799b709899c3cb31474523b418478e SHA512 915790f317d82a34b2daaf81eae47af0d68e6602de57902801d7904f3b64165556554a12a076bb40037ccdc6e74c39328dfdaefd2e30dd1018952ec3e4fae675 WHIRLPOOL ed97c5c475650fd6f20e55afe2deae9266531aa024874294110266d990018a93f9be51ab2ea982f25474375ee63e8c20dd7fbcad8b3b04ebe3aac66d467c016d
diff --git a/net-im/ktp-auth-handler/ktp-auth-handler-0.9.0.ebuild b/net-im/ktp-auth-handler/ktp-auth-handler-0.9.0.ebuild
new file mode 100644
index 000000000000..f4506037559f
--- /dev/null
+++ b/net-im/ktp-auth-handler/ktp-auth-handler-0.9.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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/stable/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[qt4(+)]
+ >=dev-libs/qjson-0.8
+ >=net-im/ktp-common-internals-${PV}
+ >=net-libs/telepathy-qt-0.9.5[qt4]
+"
+RDEPEND="${DEPEND}
+ app-crypt/qca:2[openssl]
+"
diff --git a/net-im/ktp-auth-handler/metadata.xml b/net-im/ktp-auth-handler/metadata.xml
new file mode 100644
index 000000000000..8d1e86a9cefb
--- /dev/null
+++ b/net-im/ktp-auth-handler/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>kde</herd>
+</pkgmetadata>