summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2012-04-05 11:02:23 +0000
committerJohannes Huber <johu@gentoo.org>2012-04-05 11:02:23 +0000
commit438c39f9e4018b0fad2dc20ddb4a9c1a9046f742 (patch)
treea08b53eacfcf95af50c0d35148b8ce91e9218292 /net-im
parentRemoved buggy version, bug #410685 (diff)
downloadgentoo-2-438c39f9e4018b0fad2dc20ddb4a9c1a9046f742.tar.gz
gentoo-2-438c39f9e4018b0fad2dc20ddb4a9c1a9046f742.tar.bz2
gentoo-2-438c39f9e4018b0fad2dc20ddb4a9c1a9046f742.zip
Version bump KDE Telepathy 0.3.1.
(Portage version: 2.2.0_alpha99/cvs/Linux x86_64)
Diffstat (limited to 'net-im')
-rw-r--r--net-im/kde-telepathy-meta/ChangeLog8
-rw-r--r--net-im/kde-telepathy-meta/kde-telepathy-meta-0.3.1.ebuild42
-rw-r--r--net-im/ktp-accounts-kcm/ChangeLog7
-rw-r--r--net-im/ktp-accounts-kcm/ktp-accounts-kcm-0.3.1.ebuild34
-rw-r--r--net-im/ktp-approver/ChangeLog7
-rw-r--r--net-im/ktp-approver/ktp-approver-0.3.1.ebuild30
-rw-r--r--net-im/ktp-auth-handler/ChangeLog7
-rw-r--r--net-im/ktp-auth-handler/ktp-auth-handler-0.3.1.ebuild29
-rw-r--r--net-im/ktp-common-internals/ChangeLog8
-rw-r--r--net-im/ktp-common-internals/ktp-common-internals-0.3.1.ebuild28
-rw-r--r--net-im/ktp-contact-applet/ChangeLog8
-rw-r--r--net-im/ktp-contact-applet/ktp-contact-applet-0.3.1.ebuild31
-rw-r--r--net-im/ktp-contact-list/ChangeLog7
-rw-r--r--net-im/ktp-contact-list/ktp-contact-list-0.3.1.ebuild30
-rw-r--r--net-im/ktp-filetransfer-handler/ChangeLog8
-rw-r--r--net-im/ktp-filetransfer-handler/ktp-filetransfer-handler-0.3.1.ebuild29
-rw-r--r--net-im/ktp-kded-module/ChangeLog7
-rw-r--r--net-im/ktp-kded-module/ktp-kded-module-0.3.1.ebuild32
-rw-r--r--net-im/ktp-presence-applet/ChangeLog8
-rw-r--r--net-im/ktp-presence-applet/ktp-presence-applet-0.3.1.ebuild30
-rw-r--r--net-im/ktp-send-file/ChangeLog7
-rw-r--r--net-im/ktp-send-file/ktp-send-file-0.3.1.ebuild33
-rw-r--r--net-im/ktp-text-ui/ChangeLog7
-rw-r--r--net-im/ktp-text-ui/ktp-text-ui-0.3.1.ebuild30
24 files changed, 455 insertions, 12 deletions
diff --git a/net-im/kde-telepathy-meta/ChangeLog b/net-im/kde-telepathy-meta/ChangeLog
index 10230f788da9..7fe17c93a6d8 100644
--- a/net-im/kde-telepathy-meta/ChangeLog
+++ b/net-im/kde-telepathy-meta/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-im/kde-telepathy-meta
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/kde-telepathy-meta/ChangeLog,v 1.1 2012/01/25 22:53:25 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/kde-telepathy-meta/ChangeLog,v 1.2 2012/04/05 11:02:23 johu Exp $
+
+*kde-telepathy-meta-0.3.1 (05 Apr 2012)
+
+ 05 Apr 2012; Johannes Huber <johu@gentoo.org>
+ +kde-telepathy-meta-0.3.1.ebuild:
+ Version bump KDE Telepathy 0.3.1.
*kde-telepathy-meta-0.3.0 (25 Jan 2012)
diff --git a/net-im/kde-telepathy-meta/kde-telepathy-meta-0.3.1.ebuild b/net-im/kde-telepathy-meta/kde-telepathy-meta-0.3.1.ebuild
new file mode 100644
index 000000000000..c24c63f27641
--- /dev/null
+++ b/net-im/kde-telepathy-meta/kde-telepathy-meta-0.3.1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-im/kde-telepathy-meta/kde-telepathy-meta-0.3.1.ebuild,v 1.1 2012/04/05 11:02:23 johu Exp $
+
+EAPI=4
+
+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 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-common-internals-${PV}
+ >=net-im/ktp-contact-applet-${PV}
+ >=net-im/ktp-contact-list-${PV}
+ >=net-im/ktp-filetransfer-handler-${PV}
+ >=net-im/ktp-kded-module-${PV}
+ >=net-im/ktp-presence-applet-${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/ChangeLog b/net-im/ktp-accounts-kcm/ChangeLog
index 1188a62caa6a..6dd09133d107 100644
--- a/net-im/ktp-accounts-kcm/ChangeLog
+++ b/net-im/ktp-accounts-kcm/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-im/ktp-accounts-kcm
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-accounts-kcm/ChangeLog,v 1.1 2012/01/25 22:53:25 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-accounts-kcm/ChangeLog,v 1.2 2012/04/05 11:02:22 johu Exp $
+
+*ktp-accounts-kcm-0.3.1 (05 Apr 2012)
+
+ 05 Apr 2012; Johannes Huber <johu@gentoo.org> +ktp-accounts-kcm-0.3.1.ebuild:
+ Version bump KDE Telepathy 0.3.1.
*ktp-accounts-kcm-0.3.0 (25 Jan 2012)
diff --git a/net-im/ktp-accounts-kcm/ktp-accounts-kcm-0.3.1.ebuild b/net-im/ktp-accounts-kcm/ktp-accounts-kcm-0.3.1.ebuild
new file mode 100644
index 000000000000..15c6de6d8924
--- /dev/null
+++ b/net-im/ktp-accounts-kcm/ktp-accounts-kcm-0.3.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-accounts-kcm/ktp-accounts-kcm-0.3.1.ebuild,v 1.1 2012/04/05 11:02:22 johu Exp $
+
+EAPI=4
+
+KDE_MINIMAL="4.7"
+KDE_LINGUAS="ca cs da de el en_GB eo es et fi fr ga gl hu it ja km lt mai nb nds
+nl pl pt pt_BR ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv tr ug uk
+zh_CN zh_TW"
+KDE_SCM="git"
+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"
+
+DEPEND="
+ >=net-im/ktp-common-internals-${PV}
+ net-im/telepathy-mission-control
+ net-libs/telepathy-glib
+ >=net-libs/telepathy-qt-0.9.0
+"
+RDEPEND="${DEPEND}
+"
diff --git a/net-im/ktp-approver/ChangeLog b/net-im/ktp-approver/ChangeLog
index 89d2c75906a5..14996729b30f 100644
--- a/net-im/ktp-approver/ChangeLog
+++ b/net-im/ktp-approver/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-im/ktp-approver
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-approver/ChangeLog,v 1.1 2012/01/25 22:53:25 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-approver/ChangeLog,v 1.2 2012/04/05 11:02:23 johu Exp $
+
+*ktp-approver-0.3.1 (05 Apr 2012)
+
+ 05 Apr 2012; Johannes Huber <johu@gentoo.org> +ktp-approver-0.3.1.ebuild:
+ Version bump KDE Telepathy 0.3.1.
*ktp-approver-0.3.0 (25 Jan 2012)
diff --git a/net-im/ktp-approver/ktp-approver-0.3.1.ebuild b/net-im/ktp-approver/ktp-approver-0.3.1.ebuild
new file mode 100644
index 000000000000..0ec83582f08f
--- /dev/null
+++ b/net-im/ktp-approver/ktp-approver-0.3.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-approver/ktp-approver-0.3.1.ebuild,v 1.1 2012/04/05 11:02:23 johu Exp $
+
+EAPI=4
+
+KDE_LINGUAS="cs da de es 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 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.0
+"
+RDEPEND="${DEPEND}
+ >=net-im/ktp-contact-list-${PV}
+"
diff --git a/net-im/ktp-auth-handler/ChangeLog b/net-im/ktp-auth-handler/ChangeLog
index 47ee0569bf8f..3a3accc63f26 100644
--- a/net-im/ktp-auth-handler/ChangeLog
+++ b/net-im/ktp-auth-handler/ChangeLog
@@ -1,6 +1,11 @@
# 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.1 2012/01/25 22:53:24 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-auth-handler/ChangeLog,v 1.2 2012/04/05 11:02:21 johu Exp $
+
+*ktp-auth-handler-0.3.1 (05 Apr 2012)
+
+ 05 Apr 2012; Johannes Huber <johu@gentoo.org> +ktp-auth-handler-0.3.1.ebuild:
+ Version bump KDE Telepathy 0.3.1.
*ktp-auth-handler-0.3.0 (25 Jan 2012)
diff --git a/net-im/ktp-auth-handler/ktp-auth-handler-0.3.1.ebuild b/net-im/ktp-auth-handler/ktp-auth-handler-0.3.1.ebuild
new file mode 100644
index 000000000000..64ce8d09be33
--- /dev/null
+++ b/net-im/ktp-auth-handler/ktp-auth-handler-0.3.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.3.1.ebuild,v 1.1 2012/04/05 11:02:21 johu Exp $
+
+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="
+ >=net-im/ktp-common-internals-${PV}
+ >=net-libs/telepathy-qt-0.9.0
+"
+RDEPEND="${DEPEND}"
diff --git a/net-im/ktp-common-internals/ChangeLog b/net-im/ktp-common-internals/ChangeLog
index 2a8191c2c4d1..0ddfa1538603 100644
--- a/net-im/ktp-common-internals/ChangeLog
+++ b/net-im/ktp-common-internals/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-im/ktp-common-internals
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-common-internals/ChangeLog,v 1.1 2012/01/25 22:53:24 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-common-internals/ChangeLog,v 1.2 2012/04/05 11:02:21 johu Exp $
+
+*ktp-common-internals-0.3.1 (05 Apr 2012)
+
+ 05 Apr 2012; Johannes Huber <johu@gentoo.org>
+ +ktp-common-internals-0.3.1.ebuild:
+ Version bump KDE Telepathy 0.3.1.
*ktp-common-internals-0.3.0 (25 Jan 2012)
diff --git a/net-im/ktp-common-internals/ktp-common-internals-0.3.1.ebuild b/net-im/ktp-common-internals/ktp-common-internals-0.3.1.ebuild
new file mode 100644
index 000000000000..aacac6af92b6
--- /dev/null
+++ b/net-im/ktp-common-internals/ktp-common-internals-0.3.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-common-internals/ktp-common-internals-0.3.1.ebuild,v 1.1 2012/04/05 11:02:21 johu Exp $
+
+EAPI=4
+
+KDE_SCM="git"
+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"
+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"
+
+DEPEND="
+ >=net-libs/telepathy-qt-0.9.0
+"
+RDEPEND="${DEPEND}"
diff --git a/net-im/ktp-contact-applet/ChangeLog b/net-im/ktp-contact-applet/ChangeLog
index d2a058c860d2..cdc896fff380 100644
--- a/net-im/ktp-contact-applet/ChangeLog
+++ b/net-im/ktp-contact-applet/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-im/ktp-contact-applet
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-contact-applet/ChangeLog,v 1.2 2012/01/27 10:40:18 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-contact-applet/ChangeLog,v 1.3 2012/04/05 11:02:22 johu Exp $
+
+*ktp-contact-applet-0.3.1 (05 Apr 2012)
+
+ 05 Apr 2012; Johannes Huber <johu@gentoo.org>
+ +ktp-contact-applet-0.3.1.ebuild:
+ Version bump KDE Telepathy 0.3.1.
*ktp-contact-applet-0.3.0-r1 (27 Jan 2012)
diff --git a/net-im/ktp-contact-applet/ktp-contact-applet-0.3.1.ebuild b/net-im/ktp-contact-applet/ktp-contact-applet-0.3.1.ebuild
new file mode 100644
index 000000000000..791f97939921
--- /dev/null
+++ b/net-im/ktp-contact-applet/ktp-contact-applet-0.3.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-contact-applet/ktp-contact-applet-0.3.1.ebuild,v 1.1 2012/04/05 11:02:22 johu Exp $
+
+EAPI=4
+
+KDE_SCM="git"
+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"
+inherit kde4-base
+
+DESCRIPTION="KDE Telepathy contact applet"
+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.0
+"
+RDEPEND="${DEPEND}
+ >=net-im/ktp-contact-list-${PV}
+"
diff --git a/net-im/ktp-contact-list/ChangeLog b/net-im/ktp-contact-list/ChangeLog
index bc2933ca0314..1a138fac3e3b 100644
--- a/net-im/ktp-contact-list/ChangeLog
+++ b/net-im/ktp-contact-list/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-im/ktp-contact-list
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-contact-list/ChangeLog,v 1.1 2012/01/25 22:53:24 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-contact-list/ChangeLog,v 1.2 2012/04/05 11:02:22 johu Exp $
+
+*ktp-contact-list-0.3.1 (05 Apr 2012)
+
+ 05 Apr 2012; Johannes Huber <johu@gentoo.org> +ktp-contact-list-0.3.1.ebuild:
+ Version bump KDE Telepathy 0.3.1.
*ktp-contact-list-0.3.0 (25 Jan 2012)
diff --git a/net-im/ktp-contact-list/ktp-contact-list-0.3.1.ebuild b/net-im/ktp-contact-list/ktp-contact-list-0.3.1.ebuild
new file mode 100644
index 000000000000..fbd20e4d0c0b
--- /dev/null
+++ b/net-im/ktp-contact-list/ktp-contact-list-0.3.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-contact-list/ktp-contact-list-0.3.1.ebuild,v 1.1 2012/04/05 11:02:22 johu Exp $
+
+EAPI=4
+
+KDE_LINGUAS="cs da de es et fr ga gl hu it ja km lt nb nds nl pl pt pt_BR sk sr
+sr@ijekavian sr@ijekavianlatin sr@latin sv ug uk zh_CN zh_TW"
+KDE_SCM="git"
+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"
+
+DEPEND="
+ >=net-im/ktp-accounts-kcm-${PV}
+ >=net-im/ktp-common-internals-${PV}
+ >=net-libs/telepathy-qt-0.9.0
+"
+RDEPEND="${DEPEND}"
diff --git a/net-im/ktp-filetransfer-handler/ChangeLog b/net-im/ktp-filetransfer-handler/ChangeLog
index e4d065af273c..4b997865abd1 100644
--- a/net-im/ktp-filetransfer-handler/ChangeLog
+++ b/net-im/ktp-filetransfer-handler/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-im/ktp-filetransfer-handler
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-filetransfer-handler/ChangeLog,v 1.1 2012/01/25 22:53:25 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-filetransfer-handler/ChangeLog,v 1.2 2012/04/05 11:02:23 johu Exp $
+
+*ktp-filetransfer-handler-0.3.1 (05 Apr 2012)
+
+ 05 Apr 2012; Johannes Huber <johu@gentoo.org>
+ +ktp-filetransfer-handler-0.3.1.ebuild:
+ Version bump KDE Telepathy 0.3.1.
*ktp-filetransfer-handler-0.3.0 (25 Jan 2012)
diff --git a/net-im/ktp-filetransfer-handler/ktp-filetransfer-handler-0.3.1.ebuild b/net-im/ktp-filetransfer-handler/ktp-filetransfer-handler-0.3.1.ebuild
new file mode 100644
index 000000000000..153b6ee60eef
--- /dev/null
+++ b/net-im/ktp-filetransfer-handler/ktp-filetransfer-handler-0.3.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-filetransfer-handler/ktp-filetransfer-handler-0.3.1.ebuild,v 1.1 2012/04/05 11:02:23 johu Exp $
+
+EAPI=4
+
+KDE_LINGUAS="cs da de es et 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"
+KDE_SCM="git"
+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.0
+"
+RDEPEND="${DEPEND}"
diff --git a/net-im/ktp-kded-module/ChangeLog b/net-im/ktp-kded-module/ChangeLog
index 7590fe3f2978..3e5841f9796e 100644
--- a/net-im/ktp-kded-module/ChangeLog
+++ b/net-im/ktp-kded-module/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-im/ktp-kded-module
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-kded-module/ChangeLog,v 1.1 2012/01/25 22:53:25 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-kded-module/ChangeLog,v 1.2 2012/04/05 11:02:21 johu Exp $
+
+*ktp-kded-module-0.3.1 (05 Apr 2012)
+
+ 05 Apr 2012; Johannes Huber <johu@gentoo.org> +ktp-kded-module-0.3.1.ebuild:
+ Version bump KDE Telepathy 0.3.1.
*ktp-kded-module-0.3.0 (25 Jan 2012)
diff --git a/net-im/ktp-kded-module/ktp-kded-module-0.3.1.ebuild b/net-im/ktp-kded-module/ktp-kded-module-0.3.1.ebuild
new file mode 100644
index 000000000000..a5900a0ba0d9
--- /dev/null
+++ b/net-im/ktp-kded-module/ktp-kded-module-0.3.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-kded-module/ktp-kded-module-0.3.1.ebuild,v 1.1 2012/04/05 11:02:21 johu Exp $
+
+EAPI=4
+
+KDE_LINGUAS="cs da de el es et 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"
+KDE_SCM="git"
+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.0
+"
+RDEPEND="${DEPEND}"
+
+S=${WORKDIR}/${MY_P}
diff --git a/net-im/ktp-presence-applet/ChangeLog b/net-im/ktp-presence-applet/ChangeLog
index b48d44935937..728dab5971ab 100644
--- a/net-im/ktp-presence-applet/ChangeLog
+++ b/net-im/ktp-presence-applet/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-im/ktp-presence-applet
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-presence-applet/ChangeLog,v 1.2 2012/01/27 10:36:33 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-presence-applet/ChangeLog,v 1.3 2012/04/05 11:02:22 johu Exp $
+
+*ktp-presence-applet-0.3.1 (05 Apr 2012)
+
+ 05 Apr 2012; Johannes Huber <johu@gentoo.org>
+ +ktp-presence-applet-0.3.1.ebuild:
+ Version bump KDE Telepathy 0.3.1.
*ktp-presence-applet-0.3.0-r1 (27 Jan 2012)
diff --git a/net-im/ktp-presence-applet/ktp-presence-applet-0.3.1.ebuild b/net-im/ktp-presence-applet/ktp-presence-applet-0.3.1.ebuild
new file mode 100644
index 000000000000..7339943f4553
--- /dev/null
+++ b/net-im/ktp-presence-applet/ktp-presence-applet-0.3.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-presence-applet/ktp-presence-applet-0.3.1.ebuild,v 1.1 2012/04/05 11:02:22 johu Exp $
+
+EAPI=4
+
+KDE_SCM="git"
+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"
+inherit kde4-base
+
+DESCRIPTION="KDE Telepathy presence applet"
+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-libs/telepathy-qt-0.9.0
+"
+RDEPEND="${DEPEND}
+ >=net-im/ktp-contact-list-${PV}
+"
diff --git a/net-im/ktp-send-file/ChangeLog b/net-im/ktp-send-file/ChangeLog
index 84020dbbcf3e..b1152513ab9d 100644
--- a/net-im/ktp-send-file/ChangeLog
+++ b/net-im/ktp-send-file/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-im/ktp-send-file
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-send-file/ChangeLog,v 1.1 2012/01/25 22:53:24 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-send-file/ChangeLog,v 1.2 2012/04/05 11:02:21 johu Exp $
+
+*ktp-send-file-0.3.1 (05 Apr 2012)
+
+ 05 Apr 2012; Johannes Huber <johu@gentoo.org> +ktp-send-file-0.3.1.ebuild:
+ Version bump KDE Telepathy 0.3.1.
*ktp-send-file-0.3.0 (25 Jan 2012)
diff --git a/net-im/ktp-send-file/ktp-send-file-0.3.1.ebuild b/net-im/ktp-send-file/ktp-send-file-0.3.1.ebuild
new file mode 100644
index 000000000000..3fb9cdb5a7f7
--- /dev/null
+++ b/net-im/ktp-send-file/ktp-send-file-0.3.1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-send-file/ktp-send-file-0.3.1.ebuild,v 1.1 2012/04/05 11:02:21 johu Exp $
+
+EAPI=4
+
+KDE_MINIMAL="4.7"
+KDE_LINGUAS="cs da de 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 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.0
+"
+RDEPEND="${DEPEND}
+ >=net-im/ktp-contact-list-${PV}
+ >=net-im/ktp-filetransfer-handler-${PV}
+"
diff --git a/net-im/ktp-text-ui/ChangeLog b/net-im/ktp-text-ui/ChangeLog
index 39e1dd34b158..568d436e5bff 100644
--- a/net-im/ktp-text-ui/ChangeLog
+++ b/net-im/ktp-text-ui/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-im/ktp-text-ui
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-text-ui/ChangeLog,v 1.1 2012/01/25 22:53:25 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-text-ui/ChangeLog,v 1.2 2012/04/05 11:02:22 johu Exp $
+
+*ktp-text-ui-0.3.1 (05 Apr 2012)
+
+ 05 Apr 2012; Johannes Huber <johu@gentoo.org> +ktp-text-ui-0.3.1.ebuild:
+ Version bump KDE Telepathy 0.3.1.
*ktp-text-ui-0.3.0 (25 Jan 2012)
diff --git a/net-im/ktp-text-ui/ktp-text-ui-0.3.1.ebuild b/net-im/ktp-text-ui/ktp-text-ui-0.3.1.ebuild
new file mode 100644
index 000000000000..1b8a6bb6933b
--- /dev/null
+++ b/net-im/ktp-text-ui/ktp-text-ui-0.3.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-text-ui/ktp-text-ui-0.3.1.ebuild,v 1.1 2012/04/05 11:02:22 johu Exp $
+
+EAPI=4
+
+KDE_LINGUAS="ca cs da de el es et fr ga gl hu it ja km lt nb nds nl pl pt pt_BR
+sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv ug uk zh_CN zh_TW"
+KDE_SCM="git"
+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"
+
+DEPEND="
+ >=net-libs/telepathy-qt-0.9.0
+"
+RDEPEND="${DEPEND}
+ >=net-im/ktp-contact-list-${PV}
+"