summaryrefslogtreecommitdiff
path: root/net-im/ktp-auth-handler
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.3.0.ebuild28
-rw-r--r--net-im/ktp-auth-handler/ktp-auth-handler-9999.ebuild4
3 files changed, 31 insertions, 2 deletions
diff --git a/net-im/ktp-auth-handler/Manifest b/net-im/ktp-auth-handler/Manifest
new file mode 100644
index 00000000000..16f039c3af4
--- /dev/null
+++ b/net-im/ktp-auth-handler/Manifest
@@ -0,0 +1 @@
+DIST ktp-auth-handler-0.3.0.tar.bz2 25301 SHA256 1a3a338ea9b071a22ba408ab0fe68bee994ebf9b84601239f3a79aa21492efb9 SHA512 c20e2e45e29b21a9fb2a8fe0bdd76284cf5039a8068ca6038bfc876653525e340186ef4cccd91ca066a3bac82c7f56b72be6fb6276851c6a33e701fe28625049 WHIRLPOOL 5bd838f697b426e1f33aec3a88c9e669b056d5a2b46a7873ee0bbce10371b622d9f2cb5f890e1e32d3373b82d72a783a99d20f9a3f59b9cc888322feeca8ebcd
diff --git a/net-im/ktp-auth-handler/ktp-auth-handler-0.3.0.ebuild b/net-im/ktp-auth-handler/ktp-auth-handler-0.3.0.ebuild
new file mode 100644
index 00000000000..e9bcc5324a7
--- /dev/null
+++ b/net-im/ktp-auth-handler/ktp-auth-handler-0.3.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+KDE_LINGUAS="cs da de es et ga hu it ja lt nds nl pl pt pt_BR sv uk zh_CN zh_TW"
+KDE_SCM="git"
+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="
+ >=net-im/ktp-common-internals-${PV}
+ >=net-libs/telepathy-qt-0.9.0
+"
+RDEPEND="${DEPEND}"
diff --git a/net-im/ktp-auth-handler/ktp-auth-handler-9999.ebuild b/net-im/ktp-auth-handler/ktp-auth-handler-9999.ebuild
index 2d693ea55e5..e9bcc5324a7 100644
--- a/net-im/ktp-auth-handler/ktp-auth-handler-9999.ebuild
+++ b/net-im/ktp-auth-handler/ktp-auth-handler-9999.ebuild
@@ -4,14 +4,14 @@
EAPI=4
-KDE_LINGUAS="cs da de hu it lt nds nl pt pt_BR sv uk"
+KDE_LINGUAS="cs da de es et ga hu it ja lt nds nl pl pt pt_BR sv uk zh_CN zh_TW"
KDE_SCM="git"
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/telepathy-kde/${PV}/src/${P}.tar.bz2"
+ SRC_URI="mirror://kde/unstable/kde-telepathy/${PV}/src/${P}.tar.bz2"
KEYWORDS="~amd64 ~x86"
else
KEYWORDS=""