summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorPavlos Ratis <dastergon@gentoo.org>2012-11-22 00:15:27 +0000
committerPavlos Ratis <dastergon@gentoo.org>2012-11-22 00:15:27 +0000
commit959a1e89acf82f669409a3192baefdefb1f5dfe1 (patch)
tree1e40d4d7fd65baf1bc5b81000037dd932f96fd36 /net-im
parentstable arm ppc ppc64, bug #444145 (diff)
downloadgentoo-2-959a1e89acf82f669409a3192baefdefb1f5dfe1.tar.gz
gentoo-2-959a1e89acf82f669409a3192baefdefb1f5dfe1.tar.bz2
gentoo-2-959a1e89acf82f669409a3192baefdefb1f5dfe1.zip
Version bump KDE Telepathy 0.5.1
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 0x3A051746)
Diffstat (limited to 'net-im')
-rw-r--r--net-im/ktp-auth-handler/ChangeLog9
-rw-r--r--net-im/ktp-auth-handler/ktp-auth-handler-0.5.1.ebuild29
2 files changed, 36 insertions, 2 deletions
diff --git a/net-im/ktp-auth-handler/ChangeLog b/net-im/ktp-auth-handler/ChangeLog
index adc5dd62009b..fe70ff22f708 100644
--- a/net-im/ktp-auth-handler/ChangeLog
+++ b/net-im/ktp-auth-handler/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-im/ktp-auth-handler
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-auth-handler/ChangeLog,v 1.8 2012/08/28 12:27:50 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-auth-handler/ChangeLog,v 1.9 2012/11/22 00:15:27 dastergon Exp $
+
+*ktp-auth-handler-0.5.1 (22 Nov 2012)
+
+ 22 Nov 2012; Pavlos Ratis <dastergon@gentoo.org>
+ +ktp-auth-handler-0.5.1.ebuild:
+ Version bump KDE Telepathy 0.5.1
28 Aug 2012; Johannes Huber <johu@gentoo.org> -ktp-auth-handler-0.4.0.ebuild:
Remove KDE Telepathy 0.4.0.
@@ -36,4 +42,3 @@
25 Jan 2012; Johannes Huber <johu@gentoo.org> +ktp-auth-handler-0.3.0.ebuild,
+metadata.xml:
Initial import from kde overlay. Add KDE Telepathy 0.3.0.
-
diff --git a/net-im/ktp-auth-handler/ktp-auth-handler-0.5.1.ebuild b/net-im/ktp-auth-handler/ktp-auth-handler-0.5.1.ebuild
new file mode 100644
index 000000000000..11912009ca98
--- /dev/null
+++ b/net-im/ktp-auth-handler/ktp-auth-handler-0.5.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-auth-handler/ktp-auth-handler-0.5.1.ebuild,v 1.1 2012/11/22 00:15:27 dastergon Exp $
+
+EAPI=4
+
+KDE_LINGUAS="ca cs da de el es et fi fr 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"
+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.3
+"
+RDEPEND="${DEPEND}"