aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Heidelberger <d.okias@gmail.com>2012-06-11 19:38:33 +0200
committerDavid Heidelberger <d.okias@gmail.com>2012-06-11 19:38:33 +0200
commit8909fd7b180f9ff2bb4368f510949036f06b7170 (patch)
tree924811b55070a45cccc8d9b9b38876317208de2b /net-im/ktp-auth-handler
parent[media-sound/idjc] Make repoman happy. (diff)
downloadkde-8909fd7b180f9ff2bb4368f510949036f06b7170.tar.gz
kde-8909fd7b180f9ff2bb4368f510949036f06b7170.tar.bz2
kde-8909fd7b180f9ff2bb4368f510949036f06b7170.zip
[net-*/* telepathy 0.4.0 bump
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.4.0.ebuild30
2 files changed, 31 insertions, 0 deletions
diff --git a/net-im/ktp-auth-handler/Manifest b/net-im/ktp-auth-handler/Manifest
new file mode 100644
index 0000000000..15324d4d0a
--- /dev/null
+++ b/net-im/ktp-auth-handler/Manifest
@@ -0,0 +1 @@
+DIST ktp-auth-handler-0.4.0.tar.bz2 28137 SHA256 8a77a6ea5f9fdbfb2228e980747855ccc44b1126674924fc3d6f8e6b8794b2e0 SHA512 04ba4eb9b0b3f68e675915286449341bcaeaa6e816c96757fb3c2637eab839338151cf77e138e0d7ea67fcc50c6da2d06a5606eeffe89ea49839c2ffb8974ccf WHIRLPOOL 51cb5cd47c662e8d824030e0344f1d1e19cfbf90d4f8f6b938c07837b3c5c4e18fbfa964d22a63519471f5a9a088bde5288f5485f3aaf565ca1436043ee29c0f
diff --git a/net-im/ktp-auth-handler/ktp-auth-handler-0.4.0.ebuild b/net-im/ktp-auth-handler/ktp-auth-handler-0.4.0.ebuild
new file mode 100644
index 0000000000..a84137d9ce
--- /dev/null
+++ b/net-im/ktp-auth-handler/ktp-auth-handler-0.4.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+KDE_LINGUAS="cs da de el es et ga gl hu it ja lt nb nds nl pl pt pt_BR sk sr
+sr@ijekavian sr@ijekavianlatin sr@latin 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="
+ dev-libs/qjson
+ >=net-im/ktp-common-internals-${PV}
+ >=net-libs/telepathy-qt-0.9.1
+"
+RDEPEND="${DEPEND}"