aboutsummaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2012-01-25 14:59:55 +0100
committerJohannes Huber <johu@gentoo.org>2012-01-25 14:59:55 +0100
commitbd43a0d4ebcbde7793af2c0d00edd1f365f1d58c (patch)
treed4ef0bd64e9dbf5e073e577e5edb2812fd3d13a9 /net-im
parent[kde-telepathy] Move packages according upstream renaming. Remove 0.2.0. Rena... (diff)
downloadkde-bd43a0d4ebcbde7793af2c0d00edd1f365f1d58c.tar.gz
kde-bd43a0d4ebcbde7793af2c0d00edd1f365f1d58c.tar.bz2
kde-bd43a0d4ebcbde7793af2c0d00edd1f365f1d58c.zip
[kde-telepathy] Version bump 0.3.0.
(Portage version: 2.2.0_alpha84/git/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'net-im')
-rw-r--r--net-im/kde-telepathy-meta/kde-telepathy-meta-0.3.0.ebuild42
-rw-r--r--net-im/kde-telepathy-meta/kde-telepathy-meta-9999.ebuild2
-rw-r--r--net-im/ktp-accounts-kcm/Manifest1
-rw-r--r--net-im/ktp-accounts-kcm/ktp-accounts-kcm-0.3.0.ebuild33
-rw-r--r--net-im/ktp-accounts-kcm/ktp-accounts-kcm-9999.ebuild6
-rw-r--r--net-im/ktp-approver/Manifest1
-rw-r--r--net-im/ktp-approver/ktp-approver-0.3.0.ebuild29
-rw-r--r--net-im/ktp-approver/ktp-approver-9999.ebuild4
-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
-rw-r--r--net-im/ktp-common-internals/Manifest1
-rw-r--r--net-im/ktp-common-internals/ktp-common-internals-0.3.0.ebuild27
-rw-r--r--net-im/ktp-common-internals/ktp-common-internals-9999.ebuild3
-rw-r--r--net-im/ktp-contact-applet/Manifest1
-rw-r--r--net-im/ktp-contact-applet/ktp-contact-applet-0.3.0.ebuild31
-rw-r--r--net-im/ktp-contact-applet/ktp-contact-applet-9999.ebuild4
-rw-r--r--net-im/ktp-contact-list/Manifest1
-rw-r--r--net-im/ktp-contact-list/ktp-contact-list-0.3.0.ebuild30
-rw-r--r--net-im/ktp-contact-list/ktp-contact-list-9999.ebuild5
-rw-r--r--net-im/ktp-filetransfer-handler/Manifest1
-rw-r--r--net-im/ktp-filetransfer-handler/ktp-filetransfer-handler-0.3.0.ebuild29
-rw-r--r--net-im/ktp-filetransfer-handler/ktp-filetransfer-handler-9999.ebuild5
-rw-r--r--net-im/ktp-kded-module/Manifest1
-rw-r--r--net-im/ktp-kded-module/ktp-kded-module-0.3.0.ebuild32
-rw-r--r--net-im/ktp-kded-module/ktp-kded-module-9999.ebuild8
-rw-r--r--net-im/ktp-presence-applet/Manifest1
-rw-r--r--net-im/ktp-presence-applet/ktp-presence-applet-0.3.0.ebuild29
-rw-r--r--net-im/ktp-presence-applet/ktp-presence-applet-9999.ebuild5
-rw-r--r--net-im/ktp-send-file/Manifest1
-rw-r--r--net-im/ktp-send-file/ktp-send-file-0.3.0.ebuild32
-rw-r--r--net-im/ktp-send-file/ktp-send-file-9999.ebuild4
-rw-r--r--net-im/ktp-text-ui/Manifest1
-rw-r--r--net-im/ktp-text-ui/ktp-text-ui-0.3.0.ebuild30
-rw-r--r--net-im/ktp-text-ui/ktp-text-ui-9999.ebuild5
35 files changed, 416 insertions, 22 deletions
diff --git a/net-im/kde-telepathy-meta/kde-telepathy-meta-0.3.0.ebuild b/net-im/kde-telepathy-meta/kde-telepathy-meta-0.3.0.ebuild
new file mode 100644
index 0000000000..11005f0577
--- /dev/null
+++ b/net-im/kde-telepathy-meta/kde-telepathy-meta-0.3.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+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/kde-telepathy-meta/kde-telepathy-meta-9999.ebuild b/net-im/kde-telepathy-meta/kde-telepathy-meta-9999.ebuild
index 042ddb3d8f..11005f0577 100644
--- a/net-im/kde-telepathy-meta/kde-telepathy-meta-9999.ebuild
+++ b/net-im/kde-telepathy-meta/kde-telepathy-meta-9999.ebuild
@@ -14,7 +14,7 @@ else
KEYWORDS=""
fi
-LICENSE="|| ( GPL-2 GPL-3 LGPL-2.1 )"
+LICENSE="|| ( GPL-2 LGPL-2.1 )"
SLOT="4"
IUSE=""
diff --git a/net-im/ktp-accounts-kcm/Manifest b/net-im/ktp-accounts-kcm/Manifest
new file mode 100644
index 0000000000..bd0155aa27
--- /dev/null
+++ b/net-im/ktp-accounts-kcm/Manifest
@@ -0,0 +1 @@
+DIST ktp-accounts-kcm-0.3.0.tar.bz2 149090 SHA256 9befb0ba3338d2181a75ece0c920b24d5b5de516171521417f3651c2cd279d44 SHA512 8f50eac029d7abf511666f47f0fac9a35db0bf450836998842ca7265c92afdf33a1162c4d84471b0792a732eceefdd0c39940f55b6a16a80812889d52a6a8d56 WHIRLPOOL ace5f7a79d97a55579de6a930ab04edddf056eeed3b70b3e9b7eefd39ef8c584863e39820207427a7bce774d02d7812a5b8edd02a40b03119d3095244f18ca60
diff --git a/net-im/ktp-accounts-kcm/ktp-accounts-kcm-0.3.0.ebuild b/net-im/ktp-accounts-kcm/ktp-accounts-kcm-0.3.0.ebuild
new file mode 100644
index 0000000000..8e4f8a3e8a
--- /dev/null
+++ b/net-im/ktp-accounts-kcm/ktp-accounts-kcm-0.3.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+KDE_MINIMAL="4.7"
+KDE_LINGUAS="cs da de el en_GB eo es et fi fr ga gl hu it ja km lt mai nds nl pl
+pt pt_BR ru 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-accounts-kcm/ktp-accounts-kcm-9999.ebuild b/net-im/ktp-accounts-kcm/ktp-accounts-kcm-9999.ebuild
index caaa7f0c13..8e4f8a3e8a 100644
--- a/net-im/ktp-accounts-kcm/ktp-accounts-kcm-9999.ebuild
+++ b/net-im/ktp-accounts-kcm/ktp-accounts-kcm-9999.ebuild
@@ -5,15 +5,15 @@
EAPI=4
KDE_MINIMAL="4.7"
-KDE_LINGUAS="cs da de en_GB eo es et fi fr hu it ja km lt mai nds nl pl pt pt_BR
-ru sv tr ug uk zh_TW"
+KDE_LINGUAS="cs da de el en_GB eo es et fi fr ga gl hu it ja km lt mai nds nl pl
+pt pt_BR ru 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/telepathy-kde/${PV}/src/${P}.tar.bz2"
+ SRC_URI="mirror://kde/unstable/kde-telepathy/${PV}/src/${P}.tar.bz2"
KEYWORDS="~amd64 ~x86"
else
KEYWORDS=""
diff --git a/net-im/ktp-approver/Manifest b/net-im/ktp-approver/Manifest
new file mode 100644
index 0000000000..23cbafa297
--- /dev/null
+++ b/net-im/ktp-approver/Manifest
@@ -0,0 +1 @@
+DIST ktp-approver-0.3.0.tar.bz2 22980 SHA256 2eedfb3fabe92e7c19b2d139208d0d889a5f2552b13fafcd380b291bb54c485a SHA512 bc9d3fb79d0de6c30fdbd1c58832104d959e2a0c36a9109367b6d983a355cfd4013097a25363a7ba2924d3e84de1ccdbdcecaa270bfea9a0a14d12e58357e01f WHIRLPOOL a02993129deee0312e630a9de40654883cdedfe6f88951ab7bacce2c6b85913bf769679df41d9dd7b226d06b689484cb72ae0548719b47f618420dc7149ecaf4
diff --git a/net-im/ktp-approver/ktp-approver-0.3.0.ebuild b/net-im/ktp-approver/ktp-approver-0.3.0.ebuild
new file mode 100644
index 0000000000..78b0dcd908
--- /dev/null
+++ b/net-im/ktp-approver/ktp-approver-0.3.0.ebuild
@@ -0,0 +1,29 @@
+# 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 lt nds nl pl pt pt_BR 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-approver/ktp-approver-9999.ebuild b/net-im/ktp-approver/ktp-approver-9999.ebuild
index 53939a7242..78b0dcd908 100644
--- a/net-im/ktp-approver/ktp-approver-9999.ebuild
+++ b/net-im/ktp-approver/ktp-approver-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 lt nds nl pl pt pt_BR 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/telepathy-kde/${PV}/src/${P}.tar.bz2"
+ SRC_URI="mirror://kde/unstable/kde-telepathy/${PV}/src/${P}.tar.bz2"
KEYWORDS="~amd64 ~x86"
else
KEYWORDS=""
diff --git a/net-im/ktp-auth-handler/Manifest b/net-im/ktp-auth-handler/Manifest
new file mode 100644
index 0000000000..16f039c3af
--- /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 0000000000..e9bcc5324a
--- /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 2d693ea55e..e9bcc5324a 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=""
diff --git a/net-im/ktp-common-internals/Manifest b/net-im/ktp-common-internals/Manifest
new file mode 100644
index 0000000000..372c896ee3
--- /dev/null
+++ b/net-im/ktp-common-internals/Manifest
@@ -0,0 +1 @@
+DIST ktp-common-internals-0.3.0.tar.bz2 62847 SHA256 4679369c6f157a5106aca36839585b5fcc0e0d9e9b57b51a0e818fe5e633cea4 SHA512 6916a95c0163f2c9d56ff5161c268e4ce3ba6901de69256f5b3606997ff54d0617f879376c157043210d0b9b1d0c3e8fb5d1dc65897feceb9086d0837eed61da WHIRLPOOL deb0147ff8c1bc04b216b15eb9e36961fd156036c69a86a9822f19013fb26412007b30eb723dd32bb149bf4595feb755e2d196459acbbd7eed2a4168abade10f
diff --git a/net-im/ktp-common-internals/ktp-common-internals-0.3.0.ebuild b/net-im/ktp-common-internals/ktp-common-internals-0.3.0.ebuild
new file mode 100644
index 0000000000..daa1488b88
--- /dev/null
+++ b/net-im/ktp-common-internals/ktp-common-internals-0.3.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+KDE_SCM="git"
+KDE_LINGUAS="cs da de es et ga hu it ja lt nds nl pl pt pt_BR 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-common-internals/ktp-common-internals-9999.ebuild b/net-im/ktp-common-internals/ktp-common-internals-9999.ebuild
index 250ae97320..daa1488b88 100644
--- a/net-im/ktp-common-internals/ktp-common-internals-9999.ebuild
+++ b/net-im/ktp-common-internals/ktp-common-internals-9999.ebuild
@@ -5,12 +5,13 @@
EAPI=4
KDE_SCM="git"
+KDE_LINGUAS="cs da de es et ga hu it ja lt nds nl pl pt pt_BR 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/telepathy-kde/${PV}/src/${P}.tar.bz2"
+ SRC_URI="mirror://kde/unstable/kde-telepathy/${PV}/src/${P}.tar.bz2"
KEYWORDS="~amd64 ~x86"
else
KEYWORDS=""
diff --git a/net-im/ktp-contact-applet/Manifest b/net-im/ktp-contact-applet/Manifest
new file mode 100644
index 0000000000..7e86a66135
--- /dev/null
+++ b/net-im/ktp-contact-applet/Manifest
@@ -0,0 +1 @@
+DIST ktp-contact-applet-0.3.0.tar.bz2 35519 SHA256 bc2131e7f0d0ede024f23f86e825f7e3a40b94583dde5f29c94159cf303a1bee SHA512 3568977fac9f58c4122b7788548daceaa0271c4087ece06e1f23341935461c58981ccab27bdd8444cd16cb8014de1f1dc594ea194b9d4cb0b66f3b7e91e94c3b WHIRLPOOL dcde91a8f28f29a0e989b81e3e751dbb1206b84738782c6b0d1ff4cb3b13fcb3f3c439237f99c572b4072ee864e0c8ec2dd9495dab875fd2d9970a0f385c60d4
diff --git a/net-im/ktp-contact-applet/ktp-contact-applet-0.3.0.ebuild b/net-im/ktp-contact-applet/ktp-contact-applet-0.3.0.ebuild
new file mode 100644
index 0000000000..254afc3cfd
--- /dev/null
+++ b/net-im/ktp-contact-applet/ktp-contact-applet-0.3.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+KDE_SCM="git"
+KDE_LINGUAS="cs da de el es et ga hu it ja lt nds nl pl pt pt_BR 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-applet/ktp-contact-applet-9999.ebuild b/net-im/ktp-contact-applet/ktp-contact-applet-9999.ebuild
index 1eeddfa2b4..254afc3cfd 100644
--- a/net-im/ktp-contact-applet/ktp-contact-applet-9999.ebuild
+++ b/net-im/ktp-contact-applet/ktp-contact-applet-9999.ebuild
@@ -5,12 +5,14 @@
EAPI=4
KDE_SCM="git"
+KDE_LINGUAS="cs da de el es et ga hu it ja lt nds nl pl pt pt_BR 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/telepathy-kde/${PV}/src/${P}.tar.bz2"
+ SRC_URI="mirror://kde/unstable/kde-telepathy/${PV}/src/${P}.tar.bz2"
KEYWORDS="~amd64 ~x86"
else
KEYWORDS=""
diff --git a/net-im/ktp-contact-list/Manifest b/net-im/ktp-contact-list/Manifest
new file mode 100644
index 0000000000..a8f014762e
--- /dev/null
+++ b/net-im/ktp-contact-list/Manifest
@@ -0,0 +1 @@
+DIST ktp-contact-list-0.3.0.tar.bz2 238162 SHA256 e37df7eaa0bd4dd7f574f34ff595f4598bdde3685ee9f8f6b9d13c2213a8f695 SHA512 bc2b75a588bba475461ae0adddd1a3ebc5351ceb70b5ba32bf5d442c560351e0c3ca82d8fcf3323ad0230be404826d8d3ed621d7c2ef1370657ae807c6d1ff3d WHIRLPOOL b0bf38283ed93596bec3bdb7691d129dfa376ce01c2afb6518cedd468b7495e424efb523a82d4f60bf24b68147e1eb6aadb4f58b953f20529ef901c92382afc1
diff --git a/net-im/ktp-contact-list/ktp-contact-list-0.3.0.ebuild b/net-im/ktp-contact-list/ktp-contact-list-0.3.0.ebuild
new file mode 100644
index 0000000000..04cd287110
--- /dev/null
+++ b/net-im/ktp-contact-list/ktp-contact-list-0.3.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 es et fr ga hu it ja km lt nds nl pl pt pt_BR 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-contact-list/ktp-contact-list-9999.ebuild b/net-im/ktp-contact-list/ktp-contact-list-9999.ebuild
index 8b756f4b76..04cd287110 100644
--- a/net-im/ktp-contact-list/ktp-contact-list-9999.ebuild
+++ b/net-im/ktp-contact-list/ktp-contact-list-9999.ebuild
@@ -4,14 +4,15 @@
EAPI=4
-KDE_LINGUAS="cs da de et fr hu it ja km lt nds nl pl pt pt_BR sv ug uk"
+KDE_LINGUAS="cs da de es et fr ga hu it ja km lt nds nl pl pt pt_BR 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/telepathy-kde/${PV}/src/${P}.tar.bz2"
+ SRC_URI="mirror://kde/unstable/kde-telepathy/${PV}/src/${P}.tar.bz2"
KEYWORDS="~amd64 ~x86"
else
KEYWORDS=""
diff --git a/net-im/ktp-filetransfer-handler/Manifest b/net-im/ktp-filetransfer-handler/Manifest
new file mode 100644
index 0000000000..0c56f8c9b3
--- /dev/null
+++ b/net-im/ktp-filetransfer-handler/Manifest
@@ -0,0 +1 @@
+DIST ktp-filetransfer-handler-0.3.0.tar.bz2 35421 SHA256 813d09ce5e5cd09e663d48e88fda974f4d222a3cf9862010788b639a294304d7 SHA512 8ab74b72578c725b78eb4c022dde2f88f7b4ad340951f5c9f2c14c30228ef91e2545e1b3b7e5609ddc17eafed7fb566ec3364b4b19a7eb651183daa5e0401243 WHIRLPOOL 15a442815587b1cebb011c955abf874c707bc97fcda03c08afba8cc9c9c3005dea067d06dd9277f8a461c2fa764ba13ce5fad03c392f8a539cfb0b5ea868d8a1
diff --git a/net-im/ktp-filetransfer-handler/ktp-filetransfer-handler-0.3.0.ebuild b/net-im/ktp-filetransfer-handler/ktp-filetransfer-handler-0.3.0.ebuild
new file mode 100644
index 0000000000..2abb5185c2
--- /dev/null
+++ b/net-im/ktp-filetransfer-handler/ktp-filetransfer-handler-0.3.0.ebuild
@@ -0,0 +1,29 @@
+# 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 fr 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 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-filetransfer-handler/ktp-filetransfer-handler-9999.ebuild b/net-im/ktp-filetransfer-handler/ktp-filetransfer-handler-9999.ebuild
index 17c3baeca7..2abb5185c2 100644
--- a/net-im/ktp-filetransfer-handler/ktp-filetransfer-handler-9999.ebuild
+++ b/net-im/ktp-filetransfer-handler/ktp-filetransfer-handler-9999.ebuild
@@ -4,14 +4,15 @@
EAPI=4
-KDE_LINGUAS="cs da de et fr hu it ja lt nds nl pl pt pt_BR sv uk"
+KDE_LINGUAS="cs da de es et fr 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 file transfer 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=""
diff --git a/net-im/ktp-kded-module/Manifest b/net-im/ktp-kded-module/Manifest
new file mode 100644
index 0000000000..474a456406
--- /dev/null
+++ b/net-im/ktp-kded-module/Manifest
@@ -0,0 +1 @@
+DIST ktp-kded-integration-module-0.3.0.tar.bz2 40339 SHA256 5569022772147f984b50147c7504df62b38ac30f4046d85124aa6d56f46c87dc SHA512 a4be2cb6022006a0db7d909fc30cb4e98db610aa21727544595a3fc6889d025bd65a56c042c2047b57d957f99e2f0535cb62e12bb2c4e44ce566252903213778 WHIRLPOOL 46e8d4ad98c9751e3448fb302a5274d24bc255c74f9c2257a272d8cbbe7e080df1813d40a975b8a7631b0eb15cad6acaecbbd56d64b81380fbfb03e11d3db1e6
diff --git a/net-im/ktp-kded-module/ktp-kded-module-0.3.0.ebuild b/net-im/ktp-kded-module/ktp-kded-module-0.3.0.ebuild
new file mode 100644
index 0000000000..6968b93c40
--- /dev/null
+++ b/net-im/ktp-kded-module/ktp-kded-module-0.3.0.ebuild
@@ -0,0 +1,32 @@
+# 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 fr ga hu it ja lt nds nl pl pt pt_BR 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-kded-module/ktp-kded-module-9999.ebuild b/net-im/ktp-kded-module/ktp-kded-module-9999.ebuild
index ee106be177..6968b93c40 100644
--- a/net-im/ktp-kded-module/ktp-kded-module-9999.ebuild
+++ b/net-im/ktp-kded-module/ktp-kded-module-9999.ebuild
@@ -4,14 +4,16 @@
EAPI=4
-KDE_LINGUAS="cs da de hu it lt nds nl pt pt_BR sv uk"
+KDE_LINGUAS="cs da de es et fr ga hu it ja lt nds nl pl pt pt_BR 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/telepathy-kde/${PV}/src/${P}.tar.bz2"
+ SRC_URI="mirror://kde/unstable/kde-telepathy/${PV}/src/${MY_P}.tar.bz2"
KEYWORDS="~amd64 ~x86"
else
KEYWORDS=""
@@ -26,3 +28,5 @@ DEPEND="
>=net-libs/telepathy-qt-0.9.0
"
RDEPEND="${DEPEND}"
+
+S=${WORKDIR}/${MY_P}
diff --git a/net-im/ktp-presence-applet/Manifest b/net-im/ktp-presence-applet/Manifest
new file mode 100644
index 0000000000..a0ca8fcbf3
--- /dev/null
+++ b/net-im/ktp-presence-applet/Manifest
@@ -0,0 +1 @@
+DIST ktp-presence-applet-0.3.0.tar.bz2 19629 SHA256 f910989783ac04be178d33a50b0c6f5da92b147e36d26bdb31ab7b415e2af9da SHA512 a027e4d0b7487874f8b04d84d809ef471bcfb9bbe45860a7aeaf1c0a8304ca97648c1c78b8d1dd063d2a30b5ddc064be3c4a92fa37fd4a21063f793ec33c5251 WHIRLPOOL d683f4209b504b4643cbbe0a0f409439cbf1668a131b8461a9992cf711c052f35c148df8ef23a15d8ed575b6adaed0544576e9b25f282bb425f8e4e6eaac60e7
diff --git a/net-im/ktp-presence-applet/ktp-presence-applet-0.3.0.ebuild b/net-im/ktp-presence-applet/ktp-presence-applet-0.3.0.ebuild
new file mode 100644
index 0000000000..b36280c7d4
--- /dev/null
+++ b/net-im/ktp-presence-applet/ktp-presence-applet-0.3.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+KDE_SCM="git"
+KDE_LINGUAS="cs da de es et ga hu it ja lt nds nl pl pt pt_BR 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-presence-applet/ktp-presence-applet-9999.ebuild b/net-im/ktp-presence-applet/ktp-presence-applet-9999.ebuild
index 85c3bae3e6..b36280c7d4 100644
--- a/net-im/ktp-presence-applet/ktp-presence-applet-9999.ebuild
+++ b/net-im/ktp-presence-applet/ktp-presence-applet-9999.ebuild
@@ -5,18 +5,19 @@
EAPI=4
KDE_SCM="git"
+KDE_LINGUAS="cs da de es et ga hu it ja lt nds nl pl pt pt_BR 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/telepathy-kde/${PV}/src/${P}.tar.bz2"
+ SRC_URI="mirror://kde/unstable/kde-telepathy/${PV}/src/${P}.tar.bz2"
KEYWORDS="~amd64 ~x86"
else
KEYWORDS=""
fi
-LICENSE="LGPL-2.1"
+LICENSE="GPL-2"
SLOT="4"
IUSE="debug"
diff --git a/net-im/ktp-send-file/Manifest b/net-im/ktp-send-file/Manifest
new file mode 100644
index 0000000000..8429a14978
--- /dev/null
+++ b/net-im/ktp-send-file/Manifest
@@ -0,0 +1 @@
+DIST ktp-send-file-0.3.0.tar.bz2 23051 SHA256 ac223f99e19b9cec363d7d4482f2724b974e991275f2c1b19755adb008fcc1a4 SHA512 408a7044969a13ca5e4abb5770378bde8b0e48ce66d11f83f6ca13b3875cb23e3bd301fb5e30224a721a3c60c6a8a694a36a96c86d9271bb80c5d77e12026cd0 WHIRLPOOL 51b3a75cb7ddc1a40e724a78c6bf33cf753f155bb2f1ab303a7068383ac24686d12bcc9173b65ad79f33084bbfe64bbad68454748852b0c09b5ca2ff36cce775
diff --git a/net-im/ktp-send-file/ktp-send-file-0.3.0.ebuild b/net-im/ktp-send-file/ktp-send-file-0.3.0.ebuild
new file mode 100644
index 0000000000..38573d0bb5
--- /dev/null
+++ b/net-im/ktp-send-file/ktp-send-file-0.3.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+KDE_MINIMAL="4.7"
+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 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-send-file/ktp-send-file-9999.ebuild b/net-im/ktp-send-file/ktp-send-file-9999.ebuild
index ed8c56fbda..38573d0bb5 100644
--- a/net-im/ktp-send-file/ktp-send-file-9999.ebuild
+++ b/net-im/ktp-send-file/ktp-send-file-9999.ebuild
@@ -5,14 +5,14 @@
EAPI=4
KDE_MINIMAL="4.7"
-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 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/telepathy-kde/${PV}/src/${P}.tar.bz2"
+ SRC_URI="mirror://kde/unstable/kde-telepathy/${PV}/src/${P}.tar.bz2"
KEYWORDS="~amd64 ~x86"
else
KEYWORDS=""
diff --git a/net-im/ktp-text-ui/Manifest b/net-im/ktp-text-ui/Manifest
new file mode 100644
index 0000000000..7acf708a9a
--- /dev/null
+++ b/net-im/ktp-text-ui/Manifest
@@ -0,0 +1 @@
+DIST ktp-text-ui-0.3.0.tar.bz2 183407 SHA256 f735708db55367ab37aa9b21af48ae7390022ba3a9b7c2ee9b369d430df79fa0 SHA512 31753a0292993568e22fdaae62a9e56bf3df1e5d2ec41acd82a28477390aab429e245defa890e02ff5e3b82e45a21331dacf1cbfd6db3e3eaaf7c94ca92aa902 WHIRLPOOL 292a3d39161ec861add24c050bc1cc4306fdee8c4e864d13d80e29bbd7d04c7422a284a51deddb1d622facec745f187e0aecd30c5e388d1d0778a9fff306975a
diff --git a/net-im/ktp-text-ui/ktp-text-ui-0.3.0.ebuild b/net-im/ktp-text-ui/ktp-text-ui-0.3.0.ebuild
new file mode 100644
index 0000000000..09fc761693
--- /dev/null
+++ b/net-im/ktp-text-ui/ktp-text-ui-0.3.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="ca cs da de es et fr ga hu it ja km lt nds nl pl pt pt_BR 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}
+"
diff --git a/net-im/ktp-text-ui/ktp-text-ui-9999.ebuild b/net-im/ktp-text-ui/ktp-text-ui-9999.ebuild
index 2a9bee2141..09fc761693 100644
--- a/net-im/ktp-text-ui/ktp-text-ui-9999.ebuild
+++ b/net-im/ktp-text-ui/ktp-text-ui-9999.ebuild
@@ -4,14 +4,15 @@
EAPI=4
-KDE_LINGUAS="cs da de et fr hu it ja km lt nds nl pl pt pt_BR sv ug uk"
+KDE_LINGUAS="ca cs da de es et fr ga hu it ja km lt nds nl pl pt pt_BR 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/telepathy-kde/${PV}/src/${P}.tar.bz2"
+ SRC_URI="mirror://kde/unstable/kde-telepathy/${PV}/src/${P}.tar.bz2"
KEYWORDS="~amd64 ~x86"
else
KEYWORDS=""