* [gentoo-commits] proj/kde:master commit in: net-im/ktp-desktop-applets/, net-im/ktp-contact-runner/, ...
@ 2013-10-29 20:17 Johannes Huber
0 siblings, 0 replies; 11+ messages in thread
From: Johannes Huber @ 2013-10-29 20:17 UTC (permalink / raw
To: gentoo-commits
commit: 9adcf636deb8743e4e14df829af29784c6c2502c
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 29 21:16:53 2013 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue Oct 29 21:16:53 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=9adcf636
[net-im] Remove old, newer KDE Telepathy in tree.
Package-Manager: portage-2.2.7
---
.../kde-telepathy-meta-0.6.80.ebuild | 43 ----------------------
.../ktp-accounts-kcm-0.6.80-libmm-qt-api-fix.patch | 32 ----------------
.../ktp-accounts-kcm-0.6.80.ebuild | 38 -------------------
net-im/ktp-approver/ktp-approver-0.6.80.ebuild | 30 ---------------
.../ktp-auth-handler-0.6.80.ebuild | 30 ---------------
net-im/ktp-call-ui/ktp-call-ui-0.6.80.ebuild | 38 -------------------
.../ktp-common-internals-0.6.80.ebuild | 33 -----------------
.../ktp-contact-list-0.6.80.ebuild | 31 ----------------
.../ktp-contact-runner-0.6.80.ebuild | 29 ---------------
.../ktp-desktop-applets-0.6.80.ebuild | 33 -----------------
.../ktp-filetransfer-handler-0.6.80.ebuild | 29 ---------------
.../ktp-kded-module/ktp-kded-module-0.6.80.ebuild | 32 ----------------
net-im/ktp-send-file/ktp-send-file-0.6.80.ebuild | 33 -----------------
net-im/ktp-text-ui/ktp-text-ui-0.6.80.ebuild | 31 ----------------
14 files changed, 462 deletions(-)
diff --git a/net-im/kde-telepathy-meta/kde-telepathy-meta-0.6.80.ebuild b/net-im/kde-telepathy-meta/kde-telepathy-meta-0.6.80.ebuild
deleted file mode 100644
index 4cded86..0000000
--- a/net-im/kde-telepathy-meta/kde-telepathy-meta-0.6.80.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-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 GPL-3 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-call-ui-${PV}
- >=net-im/ktp-common-internals-${PV}
- >=net-im/ktp-contact-list-${PV}
- >=net-im/ktp-contact-runner-${PV}
- >=net-im/ktp-desktop-applets-${PV}
- >=net-im/ktp-filetransfer-handler-${PV}
- >=net-im/ktp-kded-module-${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/files/ktp-accounts-kcm-0.6.80-libmm-qt-api-fix.patch b/net-im/ktp-accounts-kcm/files/ktp-accounts-kcm-0.6.80-libmm-qt-api-fix.patch
deleted file mode 100644
index 47e6adb..0000000
--- a/net-im/ktp-accounts-kcm/files/ktp-accounts-kcm-0.6.80-libmm-qt-api-fix.patch
+++ /dev/null
@@ -1,32 +0,0 @@
---- a/plugins/pintxo/modem-combobox.cpp
-+++ b/plugins/pintxo/modem-combobox.cpp
-@@ -33,8 +33,8 @@
- Q_FOREACH(ModemManager::ModemInterface::Ptr modem, modems) {
- ModemManager::ModemGsmCardInterface::Ptr simCard = ModemManager::findModemInterface(modem->udi(), ModemManager::ModemInterface::GsmCard).objectCast<ModemManager::ModemGsmCardInterface>();
- if(!simCard.isNull()) {
-- QString simIdent = simCard->getSimIdentifier();
-- QDBusReply<QString> spn = simCard->getSpn();
-+ QString simIdent = simCard->simIdentifier();
-+ QDBusReply<QString> spn = simCard->serviceProviderName();
- addItem(spn.isValid() ? spn.value() : QLatin1String("Unknown modem"));
- }
- }
-@@ -51,7 +51,7 @@
- if(!modem.isNull()){
- ModemManager::ModemGsmCardInterface::Ptr simCard = ModemManager::findModemInterface(modems.at(currentIndex())->udi(), ModemManager::ModemInterface::GsmCard).objectCast<ModemManager::ModemGsmCardInterface>();
- if(!simCard.isNull()) {
-- return simCard->getSimIdentifier();
-+ return simCard->simIdentifier();
- }
- }
- return QString();
-@@ -64,7 +64,7 @@
- Q_FOREACH(ModemManager::ModemInterface::Ptr modem, modems) {
- ModemManager::ModemGsmCardInterface::Ptr simCard = ModemManager::findModemInterface(modem->udi(), ModemManager::ModemInterface::GsmCard).objectCast<ModemManager::ModemGsmCardInterface>();
- if(!simCard.isNull()) {
-- QString simIdent = simCard->getSimIdentifier();
-+ QString simIdent = simCard->simIdentifier();
- if (simIdent == selectedSimIdentifier) {
- setCurrentIndex(i);
- return;
-
diff --git a/net-im/ktp-accounts-kcm/ktp-accounts-kcm-0.6.80.ebuild b/net-im/ktp-accounts-kcm/ktp-accounts-kcm-0.6.80.ebuild
deleted file mode 100644
index b5fd834..0000000
--- a/net-im/ktp-accounts-kcm/ktp-accounts-kcm-0.6.80.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-KDE_MINIMAL="4.7"
-KDE_LINGUAS="bs ca ca@valencia cs da de el en_GB eo es et fi fr ga gl hu ia it
-ja kk km lt mai mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian
-sr@ijekavianlatin sr@latin sv tr ug uk vi wa zh_CN zh_TW"
-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.3
-"
-RDEPEND="${DEPEND}
-"
-
-PATCHES=(
- "${FILESDIR}/${P}-libmm-qt-api-fix.patch"
-)
-
diff --git a/net-im/ktp-approver/ktp-approver-0.6.80.ebuild b/net-im/ktp-approver/ktp-approver-0.6.80.ebuild
deleted file mode 100644
index e4070ce..0000000
--- a/net-im/ktp-approver/ktp-approver-0.6.80.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk km
-lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
-sr@latin sv tr uk zh_CN zh_TW"
-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.3
-"
-RDEPEND="${DEPEND}
- >=net-im/ktp-contact-list-${PV}
-"
diff --git a/net-im/ktp-auth-handler/ktp-auth-handler-0.6.80.ebuild b/net-im/ktp-auth-handler/ktp-auth-handler-0.6.80.ebuild
deleted file mode 100644
index 36b1e59..0000000
--- a/net-im/ktp-auth-handler/ktp-auth-handler-0.6.80.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk km
-lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
-sr@latin sv uk vi 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-0.8
- >=net-im/ktp-common-internals-${PV}
- >=net-libs/telepathy-qt-0.9.3
-"
-RDEPEND="${DEPEND}"
diff --git a/net-im/ktp-call-ui/ktp-call-ui-0.6.80.ebuild b/net-im/ktp-call-ui/ktp-call-ui-0.6.80.ebuild
deleted file mode 100644
index a77531b..0000000
--- a/net-im/ktp-call-ui/ktp-call-ui-0.6.80.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-KDE_LINGUAS="bg bs ca ca@valencia cs da de el en_GB eo es et fi fr ga gl hu ia
-it ja kk km lt mai mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian
-sr@ijekavianlatin sr@latin sv th tr ug uk zh_CN zh_TW"
-inherit kde4-base
-
-DESCRIPTION="KDE Telepathy audio/video conferencing ui"
-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 LGPL-2.1"
-SLOT="4"
-IUSE="debug v4l"
-
-DEPEND="
- >=media-libs/qt-gstreamer-0.10.2
- >=net-im/ktp-common-internals-${PV}
- <net-libs/telepathy-farstream-0.6
- >=net-libs/telepathy-qt-0.9.3[farstream]
-"
-RDEPEND="${DEPEND}
- || (
- >=net-im/ktp-contact-list-${PV}
- >=net-im/ktp-desktop-applets-${PV}
- >=net-im/ktp-text-ui-${PV}
- )
- v4l? ( media-plugins/gst-plugins-v4l2:0.10 )
-"
diff --git a/net-im/ktp-common-internals/ktp-common-internals-0.6.80.ebuild b/net-im/ktp-common-internals/ktp-common-internals-0.6.80.ebuild
deleted file mode 100644
index a75bbc4..0000000
--- a/net-im/ktp-common-internals/ktp-common-internals-0.6.80.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk lt
-mr nb nds nl pl pt pt_BR ro ru sk sl 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/libkpeople
- >=net-libs/telepathy-qt-0.9.3
- >=net-libs/telepathy-logger-qt-0.5.80
-"
-RDEPEND="${DEPEND}
- !!<net-im/ktp-contact-list-0.4.0
- !<net-im/ktp-text-ui-0.5.80
-"
diff --git a/net-im/ktp-contact-list/ktp-contact-list-0.6.80.ebuild b/net-im/ktp-contact-list/ktp-contact-list-0.6.80.ebuild
deleted file mode 100644
index ed71a16..0000000
--- a/net-im/ktp-contact-list/ktp-contact-list-0.6.80.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk km
-lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
-sr@latin sv tr ug uk vi zh_CN zh_TW"
-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/libkpeople
- >=net-libs/telepathy-qt-0.9.3
-"
-RDEPEND="${DEPEND}"
diff --git a/net-im/ktp-contact-runner/ktp-contact-runner-0.6.80.ebuild b/net-im/ktp-contact-runner/ktp-contact-runner-0.6.80.ebuild
deleted file mode 100644
index 91b3005..0000000
--- a/net-im/ktp-contact-runner/ktp-contact-runner-0.6.80.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it kk km lt
-mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin sr@latin
-sv tr uk vi zh_CN zh_TW"
-inherit kde4-base
-
-DESCRIPTION="KDE Telepathy krunner plugin"
-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.3
-"
-RDEPEND="${DEPEND}"
diff --git a/net-im/ktp-desktop-applets/ktp-desktop-applets-0.6.80.ebuild b/net-im/ktp-desktop-applets/ktp-desktop-applets-0.6.80.ebuild
deleted file mode 100644
index 29a31a5..0000000
--- a/net-im/ktp-desktop-applets/ktp-desktop-applets-0.6.80.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk km
-lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
-sr@latin sv tr uk vi wa zh_CN zh_TW"
-inherit kde4-base
-
-DESCRIPTION="KDE Telepathy contact, presence and chat Plasma applets"
-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 LGPL-2.1"
-SLOT="4"
-IUSE="debug"
-
-DEPEND="
- >=net-im/ktp-common-internals-${PV}
- >=net-libs/telepathy-qt-0.9.3
-"
-RDEPEND="${DEPEND}
- !net-im/ktp-contact-applet
- !net-im/ktp-presence-applet
- >=net-im/ktp-contact-list-${PV}
-"
diff --git a/net-im/ktp-filetransfer-handler/ktp-filetransfer-handler-0.6.80.ebuild b/net-im/ktp-filetransfer-handler/ktp-filetransfer-handler-0.6.80.ebuild
deleted file mode 100644
index c223080..0000000
--- a/net-im/ktp-filetransfer-handler/ktp-filetransfer-handler-0.6.80.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk lt
-mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin sr@latin
-sv uk zh_CN zh_TW"
-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.3
-"
-RDEPEND="${DEPEND}"
diff --git a/net-im/ktp-kded-module/ktp-kded-module-0.6.80.ebuild b/net-im/ktp-kded-module/ktp-kded-module-0.6.80.ebuild
deleted file mode 100644
index d96bd90..0000000
--- a/net-im/ktp-kded-module/ktp-kded-module-0.6.80.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk km
-lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
-sr@latin sv uk zh_CN zh_TW"
-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.3
-"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_P}
diff --git a/net-im/ktp-send-file/ktp-send-file-0.6.80.ebuild b/net-im/ktp-send-file/ktp-send-file-0.6.80.ebuild
deleted file mode 100644
index 2731e7c..0000000
--- a/net-im/ktp-send-file/ktp-send-file-0.6.80.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-KDE_MINIMAL="4.7"
-KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk km
-lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
-sr@latin sv tr uk vi zh_CN zh_TW"
-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.3
-"
-RDEPEND="${DEPEND}
- >=net-im/ktp-contact-list-${PV}
- >=net-im/ktp-filetransfer-handler-${PV}
-"
diff --git a/net-im/ktp-text-ui/ktp-text-ui-0.6.80.ebuild b/net-im/ktp-text-ui/ktp-text-ui-0.6.80.ebuild
deleted file mode 100644
index 80e7561..0000000
--- a/net-im/ktp-text-ui/ktp-text-ui-0.6.80.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk km
-lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
-sr@latin sv tr ug uk vi wa zh_CN zh_TW"
-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.3
- >=net-libs/telepathy-logger-qt-0.8
-"
-RDEPEND="${DEPEND}
- >=net-im/ktp-contact-list-${PV}
-"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-im/ktp-desktop-applets/, net-im/ktp-contact-runner/, ...
@ 2014-09-19 20:46 Alexey Shvetsov
0 siblings, 0 replies; 11+ messages in thread
From: Alexey Shvetsov @ 2014-09-19 20:46 UTC (permalink / raw
To: gentoo-commits
commit: ec011181d280db31d8ab8ec847fcd3e14a7bcec4
Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 19 20:46:25 2014 +0000
Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Fri Sep 19 20:46:25 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=ec011181
[net-im] Add ktp 0.8.80
Package-Manager: portage-2.2.13
---
.../kde-telepathy-meta-0.8.80.ebuild | 43 ++++++++++++++++++
.../ktp-accounts-kcm-0.8.80.ebuild | 40 +++++++++++++++++
net-im/ktp-approver/ktp-approver-0.8.80.ebuild | 30 +++++++++++++
.../ktp-auth-handler-0.8.80.ebuild | 33 ++++++++++++++
net-im/ktp-call-ui/ktp-call-ui-0.8.80.ebuild | 39 +++++++++++++++++
.../ktp-common-internals-0.8.80.ebuild | 51 ++++++++++++++++++++++
.../ktp-contact-list-0.8.80.ebuild | 39 +++++++++++++++++
.../ktp-contact-runner-0.8.80.ebuild | 29 ++++++++++++
.../ktp-desktop-applets-0.8.80.ebuild | 33 ++++++++++++++
.../ktp-filetransfer-handler-0.8.80.ebuild | 29 ++++++++++++
.../ktp-kded-module/ktp-kded-module-0.8.80.ebuild | 32 ++++++++++++++
net-im/ktp-send-file/ktp-send-file-0.8.80.ebuild | 32 ++++++++++++++
net-im/ktp-text-ui/ktp-text-ui-0.8.80.ebuild | 43 ++++++++++++++++++
13 files changed, 473 insertions(+)
diff --git a/net-im/kde-telepathy-meta/kde-telepathy-meta-0.8.80.ebuild b/net-im/kde-telepathy-meta/kde-telepathy-meta-0.8.80.ebuild
new file mode 100644
index 0000000..3a91402
--- /dev/null
+++ b/net-im/kde-telepathy-meta/kde-telepathy-meta-0.8.80.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+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 GPL-3 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-call-ui-${PV}
+ >=net-im/ktp-common-internals-${PV}
+ >=net-im/ktp-contact-list-${PV}
+ >=net-im/ktp-contact-runner-${PV}
+ >=net-im/ktp-desktop-applets-${PV}
+ >=net-im/ktp-filetransfer-handler-${PV}
+ >=net-im/ktp-kded-module-${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/ktp-accounts-kcm-0.8.80.ebuild b/net-im/ktp-accounts-kcm/ktp-accounts-kcm-0.8.80.ebuild
new file mode 100644
index 0000000..bca3df8
--- /dev/null
+++ b/net-im/ktp-accounts-kcm/ktp-accounts-kcm-0.8.80.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+KDE_LINGUAS="bs ca ca@valencia cs da de el en_GB eo es et fi fr ga gl hu ia it
+ja kk km ko lt mai mr nb nds nl pa pl pt pt_BR ro ru sk sl sr sr@ijekavian
+sr@ijekavianlatin sr@latin sv tr ug uk vi wa zh_CN zh_TW"
+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 modemmanager"
+
+DEPEND="
+ >=net-im/ktp-common-internals-${PV}
+ net-im/telepathy-mission-control
+ net-libs/telepathy-glib
+ >=net-libs/telepathy-qt-0.9.5[qt4]
+ modemmanager? ( net-libs/libmm-qt )
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake-utils_use_build modemmanager pintxo)
+ )
+
+ kde4-base_src_configure
+}
diff --git a/net-im/ktp-approver/ktp-approver-0.8.80.ebuild b/net-im/ktp-approver/ktp-approver-0.8.80.ebuild
new file mode 100644
index 0000000..1a553b7
--- /dev/null
+++ b/net-im/ktp-approver/ktp-approver-0.8.80.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk km
+ko lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
+sr@latin sv tr uk zh_CN zh_TW"
+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.5[qt4]
+"
+RDEPEND="${DEPEND}
+ >=net-im/ktp-contact-list-${PV}
+"
diff --git a/net-im/ktp-auth-handler/ktp-auth-handler-0.8.80.ebuild b/net-im/ktp-auth-handler/ktp-auth-handler-0.8.80.ebuild
new file mode 100644
index 0000000..33b43d4
--- /dev/null
+++ b/net-im/ktp-auth-handler/ktp-auth-handler-0.8.80.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk km
+ko lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
+sr@latin sv uk vi 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="
+ app-crypt/qca:2
+ >=dev-libs/qjson-0.8
+ >=net-im/ktp-common-internals-${PV}
+ >=net-libs/telepathy-qt-0.9.5[qt4]
+"
+RDEPEND="${DEPEND}
+ app-crypt/qca-ossl:2
+"
diff --git a/net-im/ktp-call-ui/ktp-call-ui-0.8.80.ebuild b/net-im/ktp-call-ui/ktp-call-ui-0.8.80.ebuild
new file mode 100644
index 0000000..6cdae07
--- /dev/null
+++ b/net-im/ktp-call-ui/ktp-call-ui-0.8.80.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+KDE_LINGUAS="bg bs ca ca@valencia cs da de el en_GB eo es et fi fr ga gl hu ia
+it ja kk km ko lt mai mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian
+sr@ijekavianlatin sr@latin sv th tr ug uk zh_CN zh_TW"
+inherit kde4-base
+
+DESCRIPTION="KDE Telepathy audio/video conferencing ui"
+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 LGPL-2.1"
+SLOT="4"
+IUSE="debug v4l"
+
+DEPEND="
+ >=media-libs/qt-gstreamer-1.2.0
+ >=net-im/ktp-common-internals-${PV}
+ net-libs/farstream:0.2
+ >=net-libs/telepathy-farstream-0.6.0
+ >=net-libs/telepathy-qt-0.9.5[farstream,qt4]
+"
+RDEPEND="${DEPEND}
+ || (
+ >=net-im/ktp-contact-list-${PV}
+ >=net-im/ktp-desktop-applets-${PV}
+ >=net-im/ktp-text-ui-${PV}
+ )
+ v4l? ( media-plugins/gst-plugins-v4l2:0.10 )
+"
diff --git a/net-im/ktp-common-internals/ktp-common-internals-0.8.80.ebuild b/net-im/ktp-common-internals/ktp-common-internals-0.8.80.ebuild
new file mode 100644
index 0000000..b422407
--- /dev/null
+++ b/net-im/ktp-common-internals/ktp-common-internals-0.8.80.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk ko
+lt mr nb nds nl pl pt pt_BR ro ru sk sl 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 otr semantic-desktop"
+
+DEPEND="
+ >=net-libs/telepathy-qt-0.9.5[qt4]
+ >=net-libs/telepathy-logger-qt-0.5.80
+ otr? (
+ dev-libs/libgcrypt:=
+ >=net-libs/libotr-4.0.0
+ )
+ semantic-desktop? (
+ $(add_kdebase_dep kdepimlibs)
+ >=net-libs/libkpeople-0.3.0:=
+ )
+"
+RDEPEND="${DEPEND}
+ !!<net-im/ktp-contact-list-0.4.0
+ !<net-im/ktp-text-ui-0.5.80
+"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake-utils_use_find_package otr Libgcrypt)
+ $(cmake-utils_use_find_package otr LibOTR)
+ $(cmake-utils_use_find_package semantic-desktop KPeople)
+ $(cmake-utils_use_find_package semantic-desktop KdepimLibs)
+ )
+
+ kde4-base_src_configure
+}
diff --git a/net-im/ktp-contact-list/ktp-contact-list-0.8.80.ebuild b/net-im/ktp-contact-list/ktp-contact-list-0.8.80.ebuild
new file mode 100644
index 0000000..7d4a0c0
--- /dev/null
+++ b/net-im/ktp-contact-list/ktp-contact-list-0.8.80.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk km
+ko lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
+sr@latin sv tr ug uk vi zh_CN zh_TW"
+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 semantic-desktop"
+
+DEPEND="
+ >=net-im/ktp-accounts-kcm-${PV}
+ >=net-im/ktp-common-internals-${PV}[semantic-desktop?]
+ >=net-libs/telepathy-qt-0.9.5[qt4]
+ semantic-desktop? ( >=net-libs/libkpeople-0.3.0:= )
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake-utils_use_find_package semantic-desktop KPeople)
+ )
+
+ kde4-base_src_configure
+}
diff --git a/net-im/ktp-contact-runner/ktp-contact-runner-0.8.80.ebuild b/net-im/ktp-contact-runner/ktp-contact-runner-0.8.80.ebuild
new file mode 100644
index 0000000..766764d
--- /dev/null
+++ b/net-im/ktp-contact-runner/ktp-contact-runner-0.8.80.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it kk km ko
+lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
+sr@latin sv tr uk vi zh_CN zh_TW"
+inherit kde4-base
+
+DESCRIPTION="KDE Telepathy krunner plugin"
+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.5[qt4]
+"
+RDEPEND="${DEPEND}"
diff --git a/net-im/ktp-desktop-applets/ktp-desktop-applets-0.8.80.ebuild b/net-im/ktp-desktop-applets/ktp-desktop-applets-0.8.80.ebuild
new file mode 100644
index 0000000..7eaf613
--- /dev/null
+++ b/net-im/ktp-desktop-applets/ktp-desktop-applets-0.8.80.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk km
+ko lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
+sr@latin sv tr uk vi wa zh_CN zh_TW"
+inherit kde4-base
+
+DESCRIPTION="KDE Telepathy contact, presence and chat Plasma applets"
+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 LGPL-2.1"
+SLOT="4"
+IUSE="debug"
+
+DEPEND="
+ >=net-im/ktp-common-internals-${PV}
+ >=net-libs/telepathy-qt-0.9.5[qt4]
+"
+RDEPEND="${DEPEND}
+ !net-im/ktp-contact-applet
+ !net-im/ktp-presence-applet
+ >=net-im/ktp-contact-list-${PV}
+"
diff --git a/net-im/ktp-filetransfer-handler/ktp-filetransfer-handler-0.8.80.ebuild b/net-im/ktp-filetransfer-handler/ktp-filetransfer-handler-0.8.80.ebuild
new file mode 100644
index 0000000..7c1469f
--- /dev/null
+++ b/net-im/ktp-filetransfer-handler/ktp-filetransfer-handler-0.8.80.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk ko
+lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
+sr@latin sv uk zh_CN zh_TW"
+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.5[qt4]
+"
+RDEPEND="${DEPEND}"
diff --git a/net-im/ktp-kded-module/ktp-kded-module-0.8.80.ebuild b/net-im/ktp-kded-module/ktp-kded-module-0.8.80.ebuild
new file mode 100644
index 0000000..660d46d
--- /dev/null
+++ b/net-im/ktp-kded-module/ktp-kded-module-0.8.80.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk km
+ko lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
+sr@latin sv uk zh_CN zh_TW"
+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.5[qt4]
+"
+RDEPEND="${DEPEND}"
+
+[[ ${PV} == *9999* ]] || S=${WORKDIR}/${MY_P}
diff --git a/net-im/ktp-send-file/ktp-send-file-0.8.80.ebuild b/net-im/ktp-send-file/ktp-send-file-0.8.80.ebuild
new file mode 100644
index 0000000..fc1331e
--- /dev/null
+++ b/net-im/ktp-send-file/ktp-send-file-0.8.80.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk km
+ko lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
+sr@latin sv tr uk vi zh_CN zh_TW"
+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.5[qt4]
+"
+RDEPEND="${DEPEND}
+ >=net-im/ktp-contact-list-${PV}
+ >=net-im/ktp-filetransfer-handler-${PV}
+"
diff --git a/net-im/ktp-text-ui/ktp-text-ui-0.8.80.ebuild b/net-im/ktp-text-ui/ktp-text-ui-0.8.80.ebuild
new file mode 100644
index 0000000..8e6eddf
--- /dev/null
+++ b/net-im/ktp-text-ui/ktp-text-ui-0.8.80.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk km
+ko lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
+sr@latin sv tr ug uk vi wa zh_CN zh_TW"
+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 semantic-desktop"
+
+DEPEND="
+ >=net-libs/telepathy-qt-0.9.5[qt4]
+ >=net-libs/telepathy-logger-qt-0.8
+ semantic-desktop? (
+ $(add_kdebase_dep kdepimlibs)
+ >=net-libs/libkpeople-0.3.0:=
+ )
+"
+RDEPEND="${DEPEND}
+ >=net-im/ktp-contact-list-${PV}
+"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake-utils_use_find_package semantic-desktop KPeople)
+ )
+
+ kde4-base_src_configure
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-im/ktp-desktop-applets/, net-im/ktp-contact-runner/, ...
@ 2014-09-15 17:00 Johannes Huber
0 siblings, 0 replies; 11+ messages in thread
From: Johannes Huber @ 2014-09-15 17:00 UTC (permalink / raw
To: gentoo-commits
commit: 6a47f422cfc82f99582c1a363fbbadc7594f7213
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 15 16:59:54 2014 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon Sep 15 16:59:54 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=6a47f422
[net-im/ktp*] Adjust dependency on net-libs/telepathy-qt
Package-Manager: portage-2.2.12
---
net-im/ktp-accounts-kcm/ktp-accounts-kcm-4.9999.ebuild | 2 +-
net-im/ktp-approver/ktp-approver-4.9999.ebuild | 2 +-
net-im/ktp-auth-handler/ktp-auth-handler-4.9999.ebuild | 2 +-
net-im/ktp-call-ui/ktp-call-ui-4.9999.ebuild | 2 +-
net-im/ktp-common-internals/ktp-common-internals-4.9999.ebuild | 2 +-
net-im/ktp-common-internals/ktp-common-internals-9999.ebuild | 2 +-
net-im/ktp-contact-list/ktp-contact-list-4.9999.ebuild | 2 +-
net-im/ktp-contact-runner/ktp-contact-runner-4.9999.ebuild | 2 +-
net-im/ktp-desktop-applets/ktp-desktop-applets-4.9999.ebuild | 2 +-
net-im/ktp-filetransfer-handler/ktp-filetransfer-handler-4.9999.ebuild | 2 +-
net-im/ktp-kded-module/ktp-kded-module-4.9999.ebuild | 2 +-
net-im/ktp-send-file/ktp-send-file-4.9999.ebuild | 2 +-
net-im/ktp-text-ui/ktp-text-ui-4.9999.ebuild | 2 +-
13 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/net-im/ktp-accounts-kcm/ktp-accounts-kcm-4.9999.ebuild b/net-im/ktp-accounts-kcm/ktp-accounts-kcm-4.9999.ebuild
index 365a83c..3ab9ed6 100644
--- a/net-im/ktp-accounts-kcm/ktp-accounts-kcm-4.9999.ebuild
+++ b/net-im/ktp-accounts-kcm/ktp-accounts-kcm-4.9999.ebuild
@@ -26,7 +26,7 @@ DEPEND="
>=net-im/ktp-common-internals-${PV}
net-im/telepathy-mission-control
net-libs/telepathy-glib
- >=net-libs/telepathy-qt-0.9.3
+ >=net-libs/telepathy-qt-0.9.5[qt4]
modemmanager? ( net-libs/libmm-qt )
"
RDEPEND="${DEPEND}"
diff --git a/net-im/ktp-approver/ktp-approver-4.9999.ebuild b/net-im/ktp-approver/ktp-approver-4.9999.ebuild
index 27d55e5..8eb3295 100644
--- a/net-im/ktp-approver/ktp-approver-4.9999.ebuild
+++ b/net-im/ktp-approver/ktp-approver-4.9999.ebuild
@@ -23,7 +23,7 @@ SLOT="4"
IUSE="debug"
DEPEND="
- >=net-libs/telepathy-qt-0.9.3
+ >=net-libs/telepathy-qt-0.9.5[qt4]
"
RDEPEND="${DEPEND}
>=net-im/ktp-contact-list-${PV}
diff --git a/net-im/ktp-auth-handler/ktp-auth-handler-4.9999.ebuild b/net-im/ktp-auth-handler/ktp-auth-handler-4.9999.ebuild
index 0fda1f5..c3e8c72 100644
--- a/net-im/ktp-auth-handler/ktp-auth-handler-4.9999.ebuild
+++ b/net-im/ktp-auth-handler/ktp-auth-handler-4.9999.ebuild
@@ -26,6 +26,6 @@ DEPEND="
app-crypt/qca:2
>=dev-libs/qjson-0.8
>=net-im/ktp-common-internals-${PV}
- >=net-libs/telepathy-qt-0.9.3
+ >=net-libs/telepathy-qt-0.9.5[qt4]
"
RDEPEND="${DEPEND}"
diff --git a/net-im/ktp-call-ui/ktp-call-ui-4.9999.ebuild b/net-im/ktp-call-ui/ktp-call-ui-4.9999.ebuild
index aa6ea5a..f8fd0d3 100644
--- a/net-im/ktp-call-ui/ktp-call-ui-4.9999.ebuild
+++ b/net-im/ktp-call-ui/ktp-call-ui-4.9999.ebuild
@@ -27,7 +27,7 @@ DEPEND="
>=net-im/ktp-common-internals-${PV}
net-libs/farstream:0.2
>=net-libs/telepathy-farstream-0.6.0
- >=net-libs/telepathy-qt-0.9.3[farstream]
+ >=net-libs/telepathy-qt-0.9.5[farstream,qt4]
"
RDEPEND="${DEPEND}
|| (
diff --git a/net-im/ktp-common-internals/ktp-common-internals-4.9999.ebuild b/net-im/ktp-common-internals/ktp-common-internals-4.9999.ebuild
index 61345d1..ba84a8f 100644
--- a/net-im/ktp-common-internals/ktp-common-internals-4.9999.ebuild
+++ b/net-im/ktp-common-internals/ktp-common-internals-4.9999.ebuild
@@ -23,7 +23,7 @@ SLOT="4"
IUSE="debug semantic-desktop"
DEPEND="
- >=net-libs/telepathy-qt-0.9.3
+ >=net-libs/telepathy-qt-0.9.5[qt4]
>=net-libs/telepathy-logger-qt-0.5.80
semantic-desktop? (
$(add_kdebase_dep kdepimlibs)
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 4737bb5..98ce352 100644
--- a/net-im/ktp-common-internals/ktp-common-internals-9999.ebuild
+++ b/net-im/ktp-common-internals/ktp-common-internals-9999.ebuild
@@ -45,7 +45,7 @@ DEPEND="
dev-qt/qtgui:5
dev-qt/qtwidgets:5
dev-qt/qtxml:5
- net-libs/telepathy-qt[qt5]
+ >=net-libs/telepathy-qt-0.9.5[qt5]
"
RDEPEND="${DEPEND}
!net-im/ktp-common-internals:4
diff --git a/net-im/ktp-contact-list/ktp-contact-list-4.9999.ebuild b/net-im/ktp-contact-list/ktp-contact-list-4.9999.ebuild
index 1b3c1b9..249361a 100644
--- a/net-im/ktp-contact-list/ktp-contact-list-4.9999.ebuild
+++ b/net-im/ktp-contact-list/ktp-contact-list-4.9999.ebuild
@@ -25,7 +25,7 @@ IUSE="debug semantic-desktop"
DEPEND="
>=net-im/ktp-accounts-kcm-${PV}
>=net-im/ktp-common-internals-${PV}[semantic-desktop?]
- >=net-libs/telepathy-qt-0.9.3
+ >=net-libs/telepathy-qt-0.9.5[qt4]
semantic-desktop? ( >=net-libs/libkpeople-0.2.1 )
"
RDEPEND="${DEPEND}"
diff --git a/net-im/ktp-contact-runner/ktp-contact-runner-4.9999.ebuild b/net-im/ktp-contact-runner/ktp-contact-runner-4.9999.ebuild
index 783ae96..b1b375e 100644
--- a/net-im/ktp-contact-runner/ktp-contact-runner-4.9999.ebuild
+++ b/net-im/ktp-contact-runner/ktp-contact-runner-4.9999.ebuild
@@ -24,6 +24,6 @@ IUSE="debug"
DEPEND="
>=net-im/ktp-common-internals-${PV}
- >=net-libs/telepathy-qt-0.9.3
+ >=net-libs/telepathy-qt-0.9.5[qt4]
"
RDEPEND="${DEPEND}"
diff --git a/net-im/ktp-desktop-applets/ktp-desktop-applets-4.9999.ebuild b/net-im/ktp-desktop-applets/ktp-desktop-applets-4.9999.ebuild
index ecd7305..3c8cadb 100644
--- a/net-im/ktp-desktop-applets/ktp-desktop-applets-4.9999.ebuild
+++ b/net-im/ktp-desktop-applets/ktp-desktop-applets-4.9999.ebuild
@@ -24,7 +24,7 @@ IUSE="debug"
DEPEND="
>=net-im/ktp-common-internals-${PV}
- >=net-libs/telepathy-qt-0.9.3
+ >=net-libs/telepathy-qt-0.9.5[qt4]
"
RDEPEND="${DEPEND}
!net-im/ktp-contact-applet
diff --git a/net-im/ktp-filetransfer-handler/ktp-filetransfer-handler-4.9999.ebuild b/net-im/ktp-filetransfer-handler/ktp-filetransfer-handler-4.9999.ebuild
index 638f5b7..5612dde 100644
--- a/net-im/ktp-filetransfer-handler/ktp-filetransfer-handler-4.9999.ebuild
+++ b/net-im/ktp-filetransfer-handler/ktp-filetransfer-handler-4.9999.ebuild
@@ -24,6 +24,6 @@ IUSE="debug"
DEPEND="
>=net-im/ktp-common-internals-${PV}
- >=net-libs/telepathy-qt-0.9.3
+ >=net-libs/telepathy-qt-0.9.5[qt4]
"
RDEPEND="${DEPEND}"
diff --git a/net-im/ktp-kded-module/ktp-kded-module-4.9999.ebuild b/net-im/ktp-kded-module/ktp-kded-module-4.9999.ebuild
index f9d1b91..cddf4a5 100644
--- a/net-im/ktp-kded-module/ktp-kded-module-4.9999.ebuild
+++ b/net-im/ktp-kded-module/ktp-kded-module-4.9999.ebuild
@@ -25,7 +25,7 @@ IUSE="debug"
DEPEND="
>=net-im/ktp-common-internals-${PV}
- >=net-libs/telepathy-qt-0.9.3
+ >=net-libs/telepathy-qt-0.9.5[qt4]
"
RDEPEND="${DEPEND}"
diff --git a/net-im/ktp-send-file/ktp-send-file-4.9999.ebuild b/net-im/ktp-send-file/ktp-send-file-4.9999.ebuild
index 1e77760..f75339c 100644
--- a/net-im/ktp-send-file/ktp-send-file-4.9999.ebuild
+++ b/net-im/ktp-send-file/ktp-send-file-4.9999.ebuild
@@ -24,7 +24,7 @@ IUSE="debug"
DEPEND="
>=net-im/ktp-common-internals-${PV}
- >=net-libs/telepathy-qt-0.9.3
+ >=net-libs/telepathy-qt-0.9.5[qt4]
"
RDEPEND="${DEPEND}
>=net-im/ktp-contact-list-${PV}
diff --git a/net-im/ktp-text-ui/ktp-text-ui-4.9999.ebuild b/net-im/ktp-text-ui/ktp-text-ui-4.9999.ebuild
index fab6777..024ce13 100644
--- a/net-im/ktp-text-ui/ktp-text-ui-4.9999.ebuild
+++ b/net-im/ktp-text-ui/ktp-text-ui-4.9999.ebuild
@@ -23,7 +23,7 @@ SLOT="4"
IUSE="debug"
DEPEND="
- >=net-libs/telepathy-qt-0.9.3
+ >=net-libs/telepathy-qt-0.9.5[qt4]
>=net-libs/telepathy-logger-qt-0.8
"
RDEPEND="${DEPEND}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-im/ktp-desktop-applets/, net-im/ktp-contact-runner/, ...
@ 2014-03-12 10:51 Johannes Huber
0 siblings, 0 replies; 11+ messages in thread
From: Johannes Huber @ 2014-03-12 10:51 UTC (permalink / raw
To: gentoo-commits
commit: 66cbe00db05fbdb44b7d07f9df801ab7e47359c9
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 12 10:50:58 2014 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Wed Mar 12 10:50:58 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=66cbe00d
[net-im/ktp-*] Sync with tree
Package-Manager: portage-2.2.8-r1
---
net-im/ktp-accounts-kcm/ktp-accounts-kcm-9999.ebuild | 3 +--
net-im/ktp-approver/ktp-approver-9999.ebuild | 2 +-
net-im/ktp-auth-handler/ktp-auth-handler-9999.ebuild | 3 ++-
net-im/ktp-call-ui/ktp-call-ui-9999.ebuild | 2 +-
net-im/ktp-common-internals/ktp-common-internals-9999.ebuild | 6 +++---
net-im/ktp-contact-list/ktp-contact-list-9999.ebuild | 2 +-
net-im/ktp-contact-runner/ktp-contact-runner-9999.ebuild | 6 +++---
net-im/ktp-desktop-applets/ktp-desktop-applets-9999.ebuild | 2 +-
.../ktp-filetransfer-handler/ktp-filetransfer-handler-9999.ebuild | 6 +++---
net-im/ktp-kded-module/ktp-kded-module-9999.ebuild | 2 +-
net-im/ktp-send-file/ktp-send-file-9999.ebuild | 3 +--
net-im/ktp-text-ui/ktp-text-ui-9999.ebuild | 2 +-
12 files changed, 19 insertions(+), 20 deletions(-)
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 cc49be4..365a83c 100644
--- a/net-im/ktp-accounts-kcm/ktp-accounts-kcm-9999.ebuild
+++ b/net-im/ktp-accounts-kcm/ktp-accounts-kcm-9999.ebuild
@@ -4,9 +4,8 @@
EAPI=5
-KDE_MINIMAL="4.7"
KDE_LINGUAS="bs ca ca@valencia cs da de el en_GB eo es et fi fr ga gl hu ia it
-ja kk km lt mai mr nb nds nl pa pl pt pt_BR ro ru sk sl sr sr@ijekavian
+ja kk km ko lt mai mr nb nds nl pa pl pt pt_BR ro ru sk sl sr sr@ijekavian
sr@ijekavianlatin sr@latin sv tr ug uk vi wa zh_CN zh_TW"
inherit kde4-base
diff --git a/net-im/ktp-approver/ktp-approver-9999.ebuild b/net-im/ktp-approver/ktp-approver-9999.ebuild
index 4bd0e14..27d55e5 100644
--- a/net-im/ktp-approver/ktp-approver-9999.ebuild
+++ b/net-im/ktp-approver/ktp-approver-9999.ebuild
@@ -5,7 +5,7 @@
EAPI=5
KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk km
-lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
+ko lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
sr@latin sv tr uk zh_CN zh_TW"
inherit kde4-base
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 0c69a71..0fda1f5 100644
--- a/net-im/ktp-auth-handler/ktp-auth-handler-9999.ebuild
+++ b/net-im/ktp-auth-handler/ktp-auth-handler-9999.ebuild
@@ -5,7 +5,7 @@
EAPI=5
KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk km
-lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
+ko lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
sr@latin sv uk vi zh_CN zh_TW"
inherit kde4-base
@@ -23,6 +23,7 @@ SLOT="4"
IUSE="debug"
DEPEND="
+ app-crypt/qca:2
>=dev-libs/qjson-0.8
>=net-im/ktp-common-internals-${PV}
>=net-libs/telepathy-qt-0.9.3
diff --git a/net-im/ktp-call-ui/ktp-call-ui-9999.ebuild b/net-im/ktp-call-ui/ktp-call-ui-9999.ebuild
index de4de9a..1e9b7fa 100644
--- a/net-im/ktp-call-ui/ktp-call-ui-9999.ebuild
+++ b/net-im/ktp-call-ui/ktp-call-ui-9999.ebuild
@@ -5,7 +5,7 @@
EAPI=5
KDE_LINGUAS="bg bs ca ca@valencia cs da de el en_GB eo es et fi fr ga gl hu ia
-it ja kk km lt mai mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian
+it ja kk km ko lt mai mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian
sr@ijekavianlatin sr@latin sv th tr ug uk zh_CN zh_TW"
inherit kde4-base
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 57d0b40..caedd3d 100644
--- a/net-im/ktp-common-internals/ktp-common-internals-9999.ebuild
+++ b/net-im/ktp-common-internals/ktp-common-internals-9999.ebuild
@@ -4,9 +4,9 @@
EAPI=5
-KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk lt
-mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin sr@latin
-sv uk zh_CN zh_TW"
+KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk ko
+lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
+sr@latin sv uk zh_CN zh_TW"
inherit kde4-base
DESCRIPTION="KDE Telepathy common library"
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 ee98f85..f857a03 100644
--- a/net-im/ktp-contact-list/ktp-contact-list-9999.ebuild
+++ b/net-im/ktp-contact-list/ktp-contact-list-9999.ebuild
@@ -5,7 +5,7 @@
EAPI=5
KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk km
-lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
+ko lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
sr@latin sv tr ug uk vi zh_CN zh_TW"
inherit kde4-base
diff --git a/net-im/ktp-contact-runner/ktp-contact-runner-9999.ebuild b/net-im/ktp-contact-runner/ktp-contact-runner-9999.ebuild
index 1370c58..783ae96 100644
--- a/net-im/ktp-contact-runner/ktp-contact-runner-9999.ebuild
+++ b/net-im/ktp-contact-runner/ktp-contact-runner-9999.ebuild
@@ -4,9 +4,9 @@
EAPI=5
-KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it kk km lt
-mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin sr@latin
-sv tr uk vi zh_CN zh_TW"
+KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it kk km ko
+lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
+sr@latin sv tr uk vi zh_CN zh_TW"
inherit kde4-base
DESCRIPTION="KDE Telepathy krunner plugin"
diff --git a/net-im/ktp-desktop-applets/ktp-desktop-applets-9999.ebuild b/net-im/ktp-desktop-applets/ktp-desktop-applets-9999.ebuild
index 58a5f1d..ecd7305 100644
--- a/net-im/ktp-desktop-applets/ktp-desktop-applets-9999.ebuild
+++ b/net-im/ktp-desktop-applets/ktp-desktop-applets-9999.ebuild
@@ -5,7 +5,7 @@
EAPI=5
KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk km
-lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
+ko lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
sr@latin sv tr uk vi wa zh_CN zh_TW"
inherit kde4-base
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 88b1e41..638f5b7 100644
--- a/net-im/ktp-filetransfer-handler/ktp-filetransfer-handler-9999.ebuild
+++ b/net-im/ktp-filetransfer-handler/ktp-filetransfer-handler-9999.ebuild
@@ -4,9 +4,9 @@
EAPI=5
-KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk lt
-mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin sr@latin
-sv uk zh_CN zh_TW"
+KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk ko
+lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
+sr@latin sv uk zh_CN zh_TW"
inherit kde4-base
DESCRIPTION="KDE Telepathy file transfer handler"
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 f834e45..1047862 100644
--- a/net-im/ktp-kded-module/ktp-kded-module-9999.ebuild
+++ b/net-im/ktp-kded-module/ktp-kded-module-9999.ebuild
@@ -5,7 +5,7 @@
EAPI=5
KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk km
-lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
+ko lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
sr@latin sv uk zh_CN zh_TW"
MY_P=${PN/kded/kded-integration}-${PV}
inherit kde4-base
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 3d524cf..1e77760 100644
--- a/net-im/ktp-send-file/ktp-send-file-9999.ebuild
+++ b/net-im/ktp-send-file/ktp-send-file-9999.ebuild
@@ -4,9 +4,8 @@
EAPI=5
-KDE_MINIMAL="4.7"
KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk km
-lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
+ko lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
sr@latin sv tr uk vi zh_CN zh_TW"
inherit kde4-base
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 f5f4af9..fab6777 100644
--- a/net-im/ktp-text-ui/ktp-text-ui-9999.ebuild
+++ b/net-im/ktp-text-ui/ktp-text-ui-9999.ebuild
@@ -5,7 +5,7 @@
EAPI=5
KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk km
-lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
+ko lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
sr@latin sv tr ug uk vi wa zh_CN zh_TW"
inherit kde4-base
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-im/ktp-desktop-applets/, net-im/ktp-contact-runner/, ...
@ 2013-04-20 20:05 Johannes Huber
0 siblings, 0 replies; 11+ messages in thread
From: Johannes Huber @ 2013-04-20 20:05 UTC (permalink / raw
To: gentoo-commits
commit: 6975b08be7f2e9c4bfea1335512dd9cf56984859
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 20 20:05:42 2013 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sat Apr 20 20:05:42 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=6975b08b
[kde-telepathy] Sync with tree.
Package-Manager: portage-2.2.0_alpha173
---
.../ktp-accounts-kcm/ktp-accounts-kcm-9999.ebuild | 8 ++++----
net-im/ktp-approver/ktp-approver-9999.ebuild | 7 ++++---
.../ktp-auth-handler/ktp-auth-handler-9999.ebuild | 7 ++++---
net-im/ktp-call-ui/ktp-call-ui-9999.ebuild | 8 ++++----
.../ktp-common-internals-9999.ebuild | 12 +++++++-----
.../ktp-contact-list/ktp-contact-list-9999.ebuild | 7 ++++---
.../ktp-contact-runner-9999.ebuild | 7 ++++---
.../ktp-desktop-applets-9999.ebuild | 11 ++++++-----
.../ktp-filetransfer-handler-9999.ebuild | 7 ++++---
net-im/ktp-kded-module/ktp-kded-module-9999.ebuild | 7 ++++---
net-im/ktp-send-file/ktp-send-file-9999.ebuild | 7 ++++---
net-im/ktp-text-ui/ktp-text-ui-9999.ebuild | 7 ++++---
12 files changed, 53 insertions(+), 42 deletions(-)
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 47cbac7..cde851a 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=5
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 vi
-zh_CN zh_TW"
+KDE_LINGUAS="bs ca ca@valencia cs da de el en_GB eo es et fi fr ga gl hu ia it
+ja kk km lt mai mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian
+sr@ijekavianlatin sr@latin sv tr ug uk vi wa zh_CN zh_TW"
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"
+ SRC_URI="mirror://kde/stable/kde-telepathy/${PV}/src/${P}.tar.bz2"
KEYWORDS="~amd64 ~x86"
else
KEYWORDS=""
diff --git a/net-im/ktp-approver/ktp-approver-9999.ebuild b/net-im/ktp-approver/ktp-approver-9999.ebuild
index 2977859..efc824a 100644
--- a/net-im/ktp-approver/ktp-approver-9999.ebuild
+++ b/net-im/ktp-approver/ktp-approver-9999.ebuild
@@ -4,14 +4,15 @@
EAPI=5
-KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it ja km lt nb nds nl pl pt
-pt_BR ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv uk zh_CN zh_TW"
+KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk km
+lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
+sr@latin sv tr uk zh_CN zh_TW"
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"
+ SRC_URI="mirror://kde/stable/kde-telepathy/${PV}/src/${P}.tar.bz2"
KEYWORDS="~amd64 ~x86"
else
KEYWORDS=""
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 622898d..69775b7 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,15 @@
EAPI=5
-KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it ja km lt nb nds nl pl pt
-pt_BR ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv uk zh_CN zh_TW"
+KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk km
+lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
+sr@latin sv uk vi 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"
+ SRC_URI="mirror://kde/stable/kde-telepathy/${PV}/src/${P}.tar.bz2"
KEYWORDS="~amd64 ~x86"
else
KEYWORDS=""
diff --git a/net-im/ktp-call-ui/ktp-call-ui-9999.ebuild b/net-im/ktp-call-ui/ktp-call-ui-9999.ebuild
index 42928c4..365e7c2 100644
--- a/net-im/ktp-call-ui/ktp-call-ui-9999.ebuild
+++ b/net-im/ktp-call-ui/ktp-call-ui-9999.ebuild
@@ -4,15 +4,15 @@
EAPI=5
-KDE_LINGUAS="bg ca cs da de en_GB eo es et fi fr ga gl hu it ja km lt mai nds nl
-pl pt pt_BR ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv th tr ug uk
-zh_TW"
+KDE_LINGUAS="bg bs ca ca@valencia cs da de el en_GB eo es et fi fr ga gl hu ia
+it ja kk km lt mai mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian
+sr@ijekavianlatin sr@latin sv th tr ug uk zh_CN zh_TW"
inherit kde4-base
DESCRIPTION="KDE Telepathy audio/video conferencing ui"
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"
+ SRC_URI="mirror://kde/stable/kde-telepathy/${PV}/src/${P}.tar.bz2"
KEYWORDS="~amd64 ~x86"
else
KEYWORDS=""
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 60f8152..062f734 100644
--- a/net-im/ktp-common-internals/ktp-common-internals-9999.ebuild
+++ b/net-im/ktp-common-internals/ktp-common-internals-9999.ebuild
@@ -4,14 +4,15 @@
EAPI=5
-KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it ja lt nb nds nl pl pt pt_BR
-ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv uk zh_CN zh_TW"
+KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk lt
+mr nb nds nl pl pt pt_BR ro ru sk sl 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"
+ SRC_URI="mirror://kde/stable/kde-telepathy/${PV}/src/${P}.tar.bz2"
KEYWORDS="~amd64 ~x86"
else
KEYWORDS=""
@@ -24,7 +25,8 @@ IUSE="debug"
DEPEND="
>=net-libs/telepathy-qt-0.9.3
>=net-libs/telepathy-logger-qt-0.5.80
- !<net-im/ktp-text-ui-0.5.80
+"
+RDEPEND="${DEPEND}
!!<net-im/ktp-contact-list-0.4.0
+ !<net-im/ktp-text-ui-0.5.80
"
-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 8616149..818163e 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=5
-KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it ja km lt nb nds nl pl pt
-pt_BR ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv ug uk zh_CN zh_TW"
+KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk km
+lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
+sr@latin sv tr ug uk vi zh_CN zh_TW"
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"
+ SRC_URI="mirror://kde/stable/kde-telepathy/${PV}/src/${P}.tar.bz2"
KEYWORDS="~amd64 ~x86"
else
KEYWORDS=""
diff --git a/net-im/ktp-contact-runner/ktp-contact-runner-9999.ebuild b/net-im/ktp-contact-runner/ktp-contact-runner-9999.ebuild
index 4d91ffa..bd0e9e3 100644
--- a/net-im/ktp-contact-runner/ktp-contact-runner-9999.ebuild
+++ b/net-im/ktp-contact-runner/ktp-contact-runner-9999.ebuild
@@ -4,14 +4,15 @@
EAPI=5
-KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it km lt nds nl pl pt pt_BR ru
-sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv uk zh_CN zh_TW"
+KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it kk km lt
+mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin sr@latin
+sv tr uk vi zh_CN zh_TW"
inherit kde4-base
DESCRIPTION="KDE Telepathy krunner plugin"
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"
+ SRC_URI="mirror://kde/stable/kde-telepathy/${PV}/src/${P}.tar.bz2"
KEYWORDS="~amd64 ~x86"
else
KEYWORDS=""
diff --git a/net-im/ktp-desktop-applets/ktp-desktop-applets-9999.ebuild b/net-im/ktp-desktop-applets/ktp-desktop-applets-9999.ebuild
index 27b85c9..9dbc0ca 100644
--- a/net-im/ktp-desktop-applets/ktp-desktop-applets-9999.ebuild
+++ b/net-im/ktp-desktop-applets/ktp-desktop-applets-9999.ebuild
@@ -4,14 +4,15 @@
EAPI=5
-KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it ja km lt nb nds nl pl pt
-pt_BR ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv uk zh_CN zh_TW"
+KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk km
+lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
+sr@latin sv tr uk vi wa zh_CN zh_TW"
inherit kde4-base
DESCRIPTION="KDE Telepathy contact, presence and chat Plasma applets"
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"
+ SRC_URI="mirror://kde/stable/kde-telepathy/${PV}/src/${P}.tar.bz2"
KEYWORDS="~amd64 ~x86"
else
KEYWORDS=""
@@ -22,11 +23,11 @@ SLOT="4"
IUSE="debug"
DEPEND="
- !net-im/ktp-contact-applet
- !net-im/ktp-presence-applet
>=net-im/ktp-common-internals-${PV}
>=net-libs/telepathy-qt-0.9.3
"
RDEPEND="${DEPEND}
+ !net-im/ktp-contact-applet
+ !net-im/ktp-presence-applet
>=net-im/ktp-contact-list-${PV}
"
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 6c146f4..4e504c0 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=5
-KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it ja lt nb nds nl pl pt pt_BR
-ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv uk zh_CN zh_TW"
+KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk lt
+mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin sr@latin
+sv uk zh_CN zh_TW"
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"
+ SRC_URI="mirror://kde/stable/kde-telepathy/${PV}/src/${P}.tar.bz2"
KEYWORDS="~amd64 ~x86"
else
KEYWORDS=""
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 d32ef0f..a7e8fdf 100644
--- a/net-im/ktp-kded-module/ktp-kded-module-9999.ebuild
+++ b/net-im/ktp-kded-module/ktp-kded-module-9999.ebuild
@@ -4,15 +4,16 @@
EAPI=5
-KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it ja km lt nb nds nl pl pt
-pt_BR ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv uk zh_CN zh_TW"
+KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk km
+lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
+sr@latin sv uk zh_CN zh_TW"
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"
+ SRC_URI="mirror://kde/stable/kde-telepathy/${PV}/src/${MY_P}.tar.bz2"
KEYWORDS="~amd64 ~x86"
else
KEYWORDS=""
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 edf3472..0037698 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,15 @@
EAPI=5
KDE_MINIMAL="4.7"
-KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it ja km lt nb nds nl pl pt
-pt_BR ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv uk zh_CN zh_TW"
+KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk km
+lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
+sr@latin sv tr uk vi zh_CN zh_TW"
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"
+ SRC_URI="mirror://kde/stable/kde-telepathy/${PV}/src/${P}.tar.bz2"
KEYWORDS="~amd64 ~x86"
else
KEYWORDS=""
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 088c001..5fefdee 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=5
-KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it ja km lt nb nds nl pl pt
-pt_BR ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv ug uk zh_CN zh_TW"
+KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk km
+lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
+sr@latin sv tr ug uk vi wa zh_CN zh_TW"
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"
+ SRC_URI="mirror://kde/stable/kde-telepathy/${PV}/src/${P}.tar.bz2"
KEYWORDS="~amd64 ~x86"
else
KEYWORDS=""
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-im/ktp-desktop-applets/, net-im/ktp-contact-runner/, ...
@ 2013-04-20 14:11 Johannes Huber
0 siblings, 0 replies; 11+ messages in thread
From: Johannes Huber @ 2013-04-20 14:11 UTC (permalink / raw
To: gentoo-commits
commit: cb4d847d5845703b865badfc6d7bedc68a497abb
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 20 14:11:04 2013 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sat Apr 20 14:11:04 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=cb4d847d
[kde-telepathy] EAPI 5, remove non-declared use flag usage...
Package-Manager: portage-2.2.0_alpha173
---
.../kde-telepathy-meta-9999.ebuild | 2 +-
.../ktp-accounts-kcm/ktp-accounts-kcm-9999.ebuild | 2 +-
net-im/ktp-approver/ktp-approver-9999.ebuild | 2 +-
.../ktp-auth-handler/ktp-auth-handler-9999.ebuild | 2 +-
net-im/ktp-call-ui/ktp-call-ui-9999.ebuild | 2 +-
.../ktp-common-internals-9999.ebuild | 2 +-
net-im/ktp-contact-applet/metadata.xml | 5 -----
.../ktp-contact-list/ktp-contact-list-9999.ebuild | 2 +-
.../ktp-contact-runner-9999.ebuild | 2 +-
.../ktp-desktop-applets-9999.ebuild | 2 +-
.../ktp-filetransfer-handler-9999.ebuild | 2 +-
net-im/ktp-kded-module/ktp-kded-module-9999.ebuild | 2 +-
net-im/ktp-presence-applet/metadata.xml | 5 -----
net-im/ktp-send-file/ktp-send-file-9999.ebuild | 2 +-
net-im/ktp-text-ui/ktp-text-ui-9999.ebuild | 10 +---------
net-im/ktp-text-ui/metadata.xml | 3 ---
16 files changed, 13 insertions(+), 34 deletions(-)
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 0a929f2..4cded86 100644
--- a/net-im/kde-telepathy-meta/kde-telepathy-meta-9999.ebuild
+++ b/net-im/kde-telepathy-meta/kde-telepathy-meta-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=4
+EAPI=5
DESCRIPTION="KDE Telepathy client - merge this to pull in all net-im/ktp-*
kde packages"
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 8316cba..47cbac7 100644
--- a/net-im/ktp-accounts-kcm/ktp-accounts-kcm-9999.ebuild
+++ b/net-im/ktp-accounts-kcm/ktp-accounts-kcm-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=4
+EAPI=5
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
diff --git a/net-im/ktp-approver/ktp-approver-9999.ebuild b/net-im/ktp-approver/ktp-approver-9999.ebuild
index 0a8f87b..2977859 100644
--- a/net-im/ktp-approver/ktp-approver-9999.ebuild
+++ b/net-im/ktp-approver/ktp-approver-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=4
+EAPI=5
KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it ja km lt nb nds nl pl pt
pt_BR ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv uk zh_CN zh_TW"
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 ca46f58..622898d 100644
--- a/net-im/ktp-auth-handler/ktp-auth-handler-9999.ebuild
+++ b/net-im/ktp-auth-handler/ktp-auth-handler-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=4
+EAPI=5
KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it ja km lt nb nds nl pl pt
pt_BR ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv uk zh_CN zh_TW"
diff --git a/net-im/ktp-call-ui/ktp-call-ui-9999.ebuild b/net-im/ktp-call-ui/ktp-call-ui-9999.ebuild
index 0b6abde..42928c4 100644
--- a/net-im/ktp-call-ui/ktp-call-ui-9999.ebuild
+++ b/net-im/ktp-call-ui/ktp-call-ui-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=4
+EAPI=5
KDE_LINGUAS="bg ca cs da de en_GB eo es et fi fr ga gl hu it ja km lt mai nds nl
pl pt pt_BR ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv th tr ug uk
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 45578d4..60f8152 100644
--- a/net-im/ktp-common-internals/ktp-common-internals-9999.ebuild
+++ b/net-im/ktp-common-internals/ktp-common-internals-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=4
+EAPI=5
KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it ja lt nb nds nl pl pt pt_BR
ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv uk zh_CN zh_TW"
diff --git a/net-im/ktp-contact-applet/metadata.xml b/net-im/ktp-contact-applet/metadata.xml
deleted file mode 100644
index 8d1e86a..0000000
--- a/net-im/ktp-contact-applet/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>kde</herd>
-</pkgmetadata>
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 2b8484b..8616149 100644
--- a/net-im/ktp-contact-list/ktp-contact-list-9999.ebuild
+++ b/net-im/ktp-contact-list/ktp-contact-list-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=4
+EAPI=5
KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it ja km lt nb nds nl pl pt
pt_BR ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv ug uk zh_CN zh_TW"
diff --git a/net-im/ktp-contact-runner/ktp-contact-runner-9999.ebuild b/net-im/ktp-contact-runner/ktp-contact-runner-9999.ebuild
index b37f67f..4d91ffa 100644
--- a/net-im/ktp-contact-runner/ktp-contact-runner-9999.ebuild
+++ b/net-im/ktp-contact-runner/ktp-contact-runner-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=4
+EAPI=5
KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it km lt nds nl pl pt pt_BR ru
sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv uk zh_CN zh_TW"
diff --git a/net-im/ktp-desktop-applets/ktp-desktop-applets-9999.ebuild b/net-im/ktp-desktop-applets/ktp-desktop-applets-9999.ebuild
index c5146ef..27b85c9 100644
--- a/net-im/ktp-desktop-applets/ktp-desktop-applets-9999.ebuild
+++ b/net-im/ktp-desktop-applets/ktp-desktop-applets-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=4
+EAPI=5
KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it ja km lt nb nds nl pl pt
pt_BR ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv uk zh_CN zh_TW"
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 7dc4469..6c146f4 100644
--- a/net-im/ktp-filetransfer-handler/ktp-filetransfer-handler-9999.ebuild
+++ b/net-im/ktp-filetransfer-handler/ktp-filetransfer-handler-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=4
+EAPI=5
KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it ja lt nb nds nl pl pt pt_BR
ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv uk zh_CN zh_TW"
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 64bc844..d32ef0f 100644
--- a/net-im/ktp-kded-module/ktp-kded-module-9999.ebuild
+++ b/net-im/ktp-kded-module/ktp-kded-module-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=4
+EAPI=5
KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it ja km lt nb nds nl pl pt
pt_BR ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv uk zh_CN zh_TW"
diff --git a/net-im/ktp-presence-applet/metadata.xml b/net-im/ktp-presence-applet/metadata.xml
deleted file mode 100644
index 8d1e86a..0000000
--- a/net-im/ktp-presence-applet/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>kde</herd>
-</pkgmetadata>
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 38d12cc..edf3472 100644
--- a/net-im/ktp-send-file/ktp-send-file-9999.ebuild
+++ b/net-im/ktp-send-file/ktp-send-file-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=4
+EAPI=5
KDE_MINIMAL="4.7"
KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it ja km lt nb nds nl pl pt
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 f7c62d1..088c001 100644
--- a/net-im/ktp-text-ui/ktp-text-ui-9999.ebuild
+++ b/net-im/ktp-text-ui/ktp-text-ui-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=4
+EAPI=5
KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it ja km lt nb nds nl pl pt
pt_BR ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv ug uk zh_CN zh_TW"
@@ -28,11 +28,3 @@ DEPEND="
RDEPEND="${DEPEND}
>=net-im/ktp-contact-list-${PV}
"
-
-src_configure() {
- mycmakeargs=(
- $(cmake-utils_use_with history TelepathyLoggerQt4)
- )
-
- cmake-utils_src_configure
-}
diff --git a/net-im/ktp-text-ui/metadata.xml b/net-im/ktp-text-ui/metadata.xml
index 48ead88..8d1e86a 100644
--- a/net-im/ktp-text-ui/metadata.xml
+++ b/net-im/ktp-text-ui/metadata.xml
@@ -2,7 +2,4 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>kde</herd>
-<use>
- <flag name="history">Enables saving chat history.</flag>
-</use>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-im/ktp-desktop-applets/, net-im/ktp-contact-runner/, ...
@ 2013-04-11 15:16 Tomas Chvatal
0 siblings, 0 replies; 11+ messages in thread
From: Tomas Chvatal @ 2013-04-11 15:16 UTC (permalink / raw
To: gentoo-commits
commit: 8db14c2190d5061f074c355015eb0b8fc79fca18
Author: Tomas Chvatal <tchvatal <AT> suse <DOT> cz>
AuthorDate: Thu Apr 11 15:04:19 2013 +0000
Commit: Tomas Chvatal <scarabeus <AT> gentoo <DOT> org>
CommitDate: Thu Apr 11 15:14:03 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=8db14c21
Remove versioned releases as 0.6.0 was added to main tree.
---
.../kde-telepathy-meta-0.5.3.ebuild | 44 --------------------
.../kde-telepathy-meta-0.5.80.ebuild | 43 -------------------
.../kde-telepathy-meta-0.6.0.ebuild | 43 -------------------
.../ktp-accounts-kcm/ktp-accounts-kcm-0.5.3.ebuild | 33 ---------------
.../ktp-accounts-kcm-0.5.80.ebuild | 33 ---------------
.../ktp-accounts-kcm/ktp-accounts-kcm-0.6.0.ebuild | 33 ---------------
net-im/ktp-approver/ktp-approver-0.5.3.ebuild | 29 -------------
net-im/ktp-approver/ktp-approver-0.5.80.ebuild | 29 -------------
net-im/ktp-approver/ktp-approver-0.6.0.ebuild | 29 -------------
.../ktp-auth-handler/ktp-auth-handler-0.5.3.ebuild | 29 -------------
.../ktp-auth-handler-0.5.80.ebuild | 29 -------------
.../ktp-auth-handler/ktp-auth-handler-0.6.0.ebuild | 29 -------------
net-im/ktp-call-ui/ktp-call-ui-0.5.3.ebuild | 38 -----------------
net-im/ktp-call-ui/ktp-call-ui-0.5.80.ebuild | 38 -----------------
net-im/ktp-call-ui/ktp-call-ui-0.6.0.ebuild | 38 -----------------
.../ktp-common-internals-0.5.3.ebuild | 28 ------------
.../ktp-common-internals-0.5.80.ebuild | 30 -------------
.../ktp-common-internals-0.6.0.ebuild | 30 -------------
.../ktp-contact-applet-0.5.3.ebuild | 30 -------------
.../ktp-contact-list/ktp-contact-list-0.5.3.ebuild | 29 -------------
.../ktp-contact-list-0.5.80.ebuild | 29 -------------
.../ktp-contact-list/ktp-contact-list-0.6.0.ebuild | 29 -------------
.../ktp-contact-runner-0.5.3.ebuild | 28 ------------
.../ktp-contact-runner-0.5.80.ebuild | 28 ------------
.../ktp-contact-runner-0.6.0.ebuild | 28 ------------
.../ktp-desktop-applets-0.5.80.ebuild | 32 --------------
.../ktp-desktop-applets-0.6.0.ebuild | 32 --------------
.../ktp-filetransfer-handler-0.5.3.ebuild | 28 ------------
.../ktp-filetransfer-handler-0.5.80.ebuild | 28 ------------
.../ktp-filetransfer-handler-0.6.0.ebuild | 28 ------------
.../ktp-kded-module/ktp-kded-module-0.5.3.ebuild | 31 --------------
.../ktp-kded-module/ktp-kded-module-0.5.80.ebuild | 31 --------------
.../ktp-kded-module/ktp-kded-module-0.6.0.ebuild | 31 --------------
.../ktp-presence-applet-0.5.3.ebuild | 29 -------------
net-im/ktp-send-file/ktp-send-file-0.5.3.ebuild | 32 --------------
net-im/ktp-send-file/ktp-send-file-0.5.80.ebuild | 32 --------------
net-im/ktp-send-file/ktp-send-file-0.6.0.ebuild | 32 --------------
net-im/ktp-text-ui/ktp-text-ui-0.5.3.ebuild | 38 -----------------
net-im/ktp-text-ui/ktp-text-ui-0.5.80.ebuild | 38 -----------------
net-im/ktp-text-ui/ktp-text-ui-0.6.0.ebuild | 38 -----------------
.../telepathy-logger-qt-0.5.3.ebuild | 42 -------------------
.../telepathy-logger-qt-0.5.80.ebuild | 42 -------------------
42 files changed, 0 insertions(+), 1370 deletions(-)
diff --git a/net-im/kde-telepathy-meta/kde-telepathy-meta-0.5.3.ebuild b/net-im/kde-telepathy-meta/kde-telepathy-meta-0.5.3.ebuild
deleted file mode 100644
index ff33c1e..0000000
--- a/net-im/kde-telepathy-meta/kde-telepathy-meta-0.5.3.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2013 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 GPL-3 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-call-ui-${PV}
- >=net-im/ktp-common-internals-${PV}
- >=net-im/ktp-contact-applet-${PV}
- >=net-im/ktp-contact-list-${PV}
- >=net-im/ktp-contact-runner-${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-0.5.80.ebuild b/net-im/kde-telepathy-meta/kde-telepathy-meta-0.5.80.ebuild
deleted file mode 100644
index 0a929f2..0000000
--- a/net-im/kde-telepathy-meta/kde-telepathy-meta-0.5.80.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2013 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 GPL-3 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-call-ui-${PV}
- >=net-im/ktp-common-internals-${PV}
- >=net-im/ktp-contact-list-${PV}
- >=net-im/ktp-contact-runner-${PV}
- >=net-im/ktp-desktop-applets-${PV}
- >=net-im/ktp-filetransfer-handler-${PV}
- >=net-im/ktp-kded-module-${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-0.6.0.ebuild b/net-im/kde-telepathy-meta/kde-telepathy-meta-0.6.0.ebuild
deleted file mode 100644
index 0a929f2..0000000
--- a/net-im/kde-telepathy-meta/kde-telepathy-meta-0.6.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2013 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 GPL-3 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-call-ui-${PV}
- >=net-im/ktp-common-internals-${PV}
- >=net-im/ktp-contact-list-${PV}
- >=net-im/ktp-contact-runner-${PV}
- >=net-im/ktp-desktop-applets-${PV}
- >=net-im/ktp-filetransfer-handler-${PV}
- >=net-im/ktp-kded-module-${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/ktp-accounts-kcm-0.5.3.ebuild b/net-im/ktp-accounts-kcm/ktp-accounts-kcm-0.5.3.ebuild
deleted file mode 100644
index 8316cba..0000000
--- a/net-im/ktp-accounts-kcm/ktp-accounts-kcm-0.5.3.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-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 vi
-zh_CN zh_TW"
-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.3
-"
-RDEPEND="${DEPEND}
-"
diff --git a/net-im/ktp-accounts-kcm/ktp-accounts-kcm-0.5.80.ebuild b/net-im/ktp-accounts-kcm/ktp-accounts-kcm-0.5.80.ebuild
deleted file mode 100644
index 8316cba..0000000
--- a/net-im/ktp-accounts-kcm/ktp-accounts-kcm-0.5.80.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-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 vi
-zh_CN zh_TW"
-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.3
-"
-RDEPEND="${DEPEND}
-"
diff --git a/net-im/ktp-accounts-kcm/ktp-accounts-kcm-0.6.0.ebuild b/net-im/ktp-accounts-kcm/ktp-accounts-kcm-0.6.0.ebuild
deleted file mode 100644
index b5a87c9..0000000
--- a/net-im/ktp-accounts-kcm/ktp-accounts-kcm-0.6.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-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 vi
-zh_CN zh_TW"
-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/stable/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.3
-"
-RDEPEND="${DEPEND}
-"
diff --git a/net-im/ktp-approver/ktp-approver-0.5.3.ebuild b/net-im/ktp-approver/ktp-approver-0.5.3.ebuild
deleted file mode 100644
index 0a8f87b..0000000
--- a/net-im/ktp-approver/ktp-approver-0.5.3.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it ja km lt nb nds nl pl pt
-pt_BR ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv uk zh_CN zh_TW"
-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.3
-"
-RDEPEND="${DEPEND}
- >=net-im/ktp-contact-list-${PV}
-"
diff --git a/net-im/ktp-approver/ktp-approver-0.5.80.ebuild b/net-im/ktp-approver/ktp-approver-0.5.80.ebuild
deleted file mode 100644
index 0a8f87b..0000000
--- a/net-im/ktp-approver/ktp-approver-0.5.80.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it ja km lt nb nds nl pl pt
-pt_BR ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv uk zh_CN zh_TW"
-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.3
-"
-RDEPEND="${DEPEND}
- >=net-im/ktp-contact-list-${PV}
-"
diff --git a/net-im/ktp-approver/ktp-approver-0.6.0.ebuild b/net-im/ktp-approver/ktp-approver-0.6.0.ebuild
deleted file mode 100644
index c1cdc68..0000000
--- a/net-im/ktp-approver/ktp-approver-0.6.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it ja km lt nb nds nl pl pt
-pt_BR ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv uk zh_CN zh_TW"
-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/stable/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.3
-"
-RDEPEND="${DEPEND}
- >=net-im/ktp-contact-list-${PV}
-"
diff --git a/net-im/ktp-auth-handler/ktp-auth-handler-0.5.3.ebuild b/net-im/ktp-auth-handler/ktp-auth-handler-0.5.3.ebuild
deleted file mode 100644
index ca46f58..0000000
--- a/net-im/ktp-auth-handler/ktp-auth-handler-0.5.3.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it ja km lt nb nds nl pl pt
-pt_BR ru 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}"
diff --git a/net-im/ktp-auth-handler/ktp-auth-handler-0.5.80.ebuild b/net-im/ktp-auth-handler/ktp-auth-handler-0.5.80.ebuild
deleted file mode 100644
index ca46f58..0000000
--- a/net-im/ktp-auth-handler/ktp-auth-handler-0.5.80.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it ja km lt nb nds nl pl pt
-pt_BR ru 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}"
diff --git a/net-im/ktp-auth-handler/ktp-auth-handler-0.6.0.ebuild b/net-im/ktp-auth-handler/ktp-auth-handler-0.6.0.ebuild
deleted file mode 100644
index 54567ea..0000000
--- a/net-im/ktp-auth-handler/ktp-auth-handler-0.6.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it ja km lt nb nds nl pl pt
-pt_BR ru 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/stable/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}"
diff --git a/net-im/ktp-call-ui/ktp-call-ui-0.5.3.ebuild b/net-im/ktp-call-ui/ktp-call-ui-0.5.3.ebuild
deleted file mode 100644
index 7e344fa..0000000
--- a/net-im/ktp-call-ui/ktp-call-ui-0.5.3.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-KDE_LINGUAS="bg ca cs da de en_GB eo es et fi fr ga gl hu it ja km lt mai nds nl
-pl pt pt_BR ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv th tr ug uk
-zh_TW"
-inherit kde4-base
-
-DESCRIPTION="KDE Telepathy audio/video conferencing ui"
-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 v4l"
-
-DEPEND="
- >=media-libs/qt-gstreamer-0.10.2
- >=net-im/ktp-common-internals-${PV}
- net-libs/telepathy-farstream
- >=net-libs/telepathy-qt-0.9.3[farstream]
-"
-RDEPEND="${DEPEND}
- || (
- >=net-im/ktp-contact-applet-${PV}
- >=net-im/ktp-contact-list-${PV}
- >=net-im/ktp-text-ui-${PV}
- )
- v4l? ( media-plugins/gst-plugins-v4l2:0.10 )
-"
diff --git a/net-im/ktp-call-ui/ktp-call-ui-0.5.80.ebuild b/net-im/ktp-call-ui/ktp-call-ui-0.5.80.ebuild
deleted file mode 100644
index 7e344fa..0000000
--- a/net-im/ktp-call-ui/ktp-call-ui-0.5.80.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-KDE_LINGUAS="bg ca cs da de en_GB eo es et fi fr ga gl hu it ja km lt mai nds nl
-pl pt pt_BR ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv th tr ug uk
-zh_TW"
-inherit kde4-base
-
-DESCRIPTION="KDE Telepathy audio/video conferencing ui"
-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 v4l"
-
-DEPEND="
- >=media-libs/qt-gstreamer-0.10.2
- >=net-im/ktp-common-internals-${PV}
- net-libs/telepathy-farstream
- >=net-libs/telepathy-qt-0.9.3[farstream]
-"
-RDEPEND="${DEPEND}
- || (
- >=net-im/ktp-contact-applet-${PV}
- >=net-im/ktp-contact-list-${PV}
- >=net-im/ktp-text-ui-${PV}
- )
- v4l? ( media-plugins/gst-plugins-v4l2:0.10 )
-"
diff --git a/net-im/ktp-call-ui/ktp-call-ui-0.6.0.ebuild b/net-im/ktp-call-ui/ktp-call-ui-0.6.0.ebuild
deleted file mode 100644
index 2722538..0000000
--- a/net-im/ktp-call-ui/ktp-call-ui-0.6.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-KDE_LINGUAS="bg ca cs da de en_GB eo es et fi fr ga gl hu it ja km lt mai nds nl
-pl pt pt_BR ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv th tr ug uk
-zh_TW"
-inherit kde4-base
-
-DESCRIPTION="KDE Telepathy audio/video conferencing ui"
-HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration"
-if [[ ${PV} != *9999* ]]; then
- SRC_URI="mirror://kde/stable/kde-telepathy/${PV}/src/${P}.tar.bz2"
- KEYWORDS="~amd64 ~x86"
-else
- KEYWORDS=""
-fi
-
-LICENSE="GPL-2"
-SLOT="4"
-IUSE="debug v4l"
-
-DEPEND="
- >=media-libs/qt-gstreamer-0.10.2
- >=net-im/ktp-common-internals-${PV}
- net-libs/telepathy-farstream
- >=net-libs/telepathy-qt-0.9.3[farstream]
-"
-RDEPEND="${DEPEND}
- || (
- >=net-im/ktp-contact-applet-${PV}
- >=net-im/ktp-contact-list-${PV}
- >=net-im/ktp-text-ui-${PV}
- )
- v4l? ( media-plugins/gst-plugins-v4l2:0.10 )
-"
diff --git a/net-im/ktp-common-internals/ktp-common-internals-0.5.3.ebuild b/net-im/ktp-common-internals/ktp-common-internals-0.5.3.ebuild
deleted file mode 100644
index 9925a8b..0000000
--- a/net-im/ktp-common-internals/ktp-common-internals-0.5.3.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-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
-ru 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.3
- !!<net-im/ktp-contact-list-0.4.0
-"
-RDEPEND="${DEPEND}"
diff --git a/net-im/ktp-common-internals/ktp-common-internals-0.5.80.ebuild b/net-im/ktp-common-internals/ktp-common-internals-0.5.80.ebuild
deleted file mode 100644
index 45578d4..0000000
--- a/net-im/ktp-common-internals/ktp-common-internals-0.5.80.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-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
-ru 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.3
- >=net-libs/telepathy-logger-qt-0.5.80
- !<net-im/ktp-text-ui-0.5.80
- !!<net-im/ktp-contact-list-0.4.0
-"
-RDEPEND="${DEPEND}"
diff --git a/net-im/ktp-common-internals/ktp-common-internals-0.6.0.ebuild b/net-im/ktp-common-internals/ktp-common-internals-0.6.0.ebuild
deleted file mode 100644
index 9b585db..0000000
--- a/net-im/ktp-common-internals/ktp-common-internals-0.6.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-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
-ru 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/stable/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.3
- >=net-libs/telepathy-logger-qt-0.5.80
- !<net-im/ktp-text-ui-0.5.80
- !!<net-im/ktp-contact-list-0.4.0
-"
-RDEPEND="${DEPEND}"
diff --git a/net-im/ktp-contact-applet/ktp-contact-applet-0.5.3.ebuild b/net-im/ktp-contact-applet/ktp-contact-applet-0.5.3.ebuild
deleted file mode 100644
index 3c1e0a7..0000000
--- a/net-im/ktp-contact-applet/ktp-contact-applet-0.5.3.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2013 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.5.2.ebuild,v 1.1 2013/01/21 14:23:57 scarabeus Exp $
-
-EAPI=4
-
-KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it ja km lt nb nds nl pl pt
-pt_BR ru 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.3
-"
-RDEPEND="${DEPEND}
- >=net-im/ktp-contact-list-${PV}
-"
diff --git a/net-im/ktp-contact-list/ktp-contact-list-0.5.3.ebuild b/net-im/ktp-contact-list/ktp-contact-list-0.5.3.ebuild
deleted file mode 100644
index 2b8484b..0000000
--- a/net-im/ktp-contact-list/ktp-contact-list-0.5.3.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it ja km lt nb nds nl pl pt
-pt_BR ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv ug uk zh_CN zh_TW"
-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.3
-"
-RDEPEND="${DEPEND}"
diff --git a/net-im/ktp-contact-list/ktp-contact-list-0.5.80.ebuild b/net-im/ktp-contact-list/ktp-contact-list-0.5.80.ebuild
deleted file mode 100644
index 2b8484b..0000000
--- a/net-im/ktp-contact-list/ktp-contact-list-0.5.80.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it ja km lt nb nds nl pl pt
-pt_BR ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv ug uk zh_CN zh_TW"
-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.3
-"
-RDEPEND="${DEPEND}"
diff --git a/net-im/ktp-contact-list/ktp-contact-list-0.6.0.ebuild b/net-im/ktp-contact-list/ktp-contact-list-0.6.0.ebuild
deleted file mode 100644
index b1ce90b..0000000
--- a/net-im/ktp-contact-list/ktp-contact-list-0.6.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it ja km lt nb nds nl pl pt
-pt_BR ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv ug uk zh_CN zh_TW"
-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/stable/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.3
-"
-RDEPEND="${DEPEND}"
diff --git a/net-im/ktp-contact-runner/ktp-contact-runner-0.5.3.ebuild b/net-im/ktp-contact-runner/ktp-contact-runner-0.5.3.ebuild
deleted file mode 100644
index b37f67f..0000000
--- a/net-im/ktp-contact-runner/ktp-contact-runner-0.5.3.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it km lt nds nl pl pt pt_BR ru
-sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv uk zh_CN zh_TW"
-inherit kde4-base
-
-DESCRIPTION="KDE Telepathy krunner plugin"
-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.3
-"
-RDEPEND="${DEPEND}"
diff --git a/net-im/ktp-contact-runner/ktp-contact-runner-0.5.80.ebuild b/net-im/ktp-contact-runner/ktp-contact-runner-0.5.80.ebuild
deleted file mode 100644
index b37f67f..0000000
--- a/net-im/ktp-contact-runner/ktp-contact-runner-0.5.80.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it km lt nds nl pl pt pt_BR ru
-sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv uk zh_CN zh_TW"
-inherit kde4-base
-
-DESCRIPTION="KDE Telepathy krunner plugin"
-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.3
-"
-RDEPEND="${DEPEND}"
diff --git a/net-im/ktp-contact-runner/ktp-contact-runner-0.6.0.ebuild b/net-im/ktp-contact-runner/ktp-contact-runner-0.6.0.ebuild
deleted file mode 100644
index 6d6300a..0000000
--- a/net-im/ktp-contact-runner/ktp-contact-runner-0.6.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it km lt nds nl pl pt pt_BR ru
-sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv uk zh_CN zh_TW"
-inherit kde4-base
-
-DESCRIPTION="KDE Telepathy krunner plugin"
-HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration"
-if [[ ${PV} != *9999* ]]; then
- SRC_URI="mirror://kde/stable/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.3
-"
-RDEPEND="${DEPEND}"
diff --git a/net-im/ktp-desktop-applets/ktp-desktop-applets-0.5.80.ebuild b/net-im/ktp-desktop-applets/ktp-desktop-applets-0.5.80.ebuild
deleted file mode 100644
index c5146ef..0000000
--- a/net-im/ktp-desktop-applets/ktp-desktop-applets-0.5.80.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it ja km lt nb nds nl pl pt
-pt_BR ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv uk zh_CN zh_TW"
-inherit kde4-base
-
-DESCRIPTION="KDE Telepathy contact, presence and chat Plasma applets"
-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-contact-applet
- !net-im/ktp-presence-applet
- >=net-im/ktp-common-internals-${PV}
- >=net-libs/telepathy-qt-0.9.3
-"
-RDEPEND="${DEPEND}
- >=net-im/ktp-contact-list-${PV}
-"
diff --git a/net-im/ktp-desktop-applets/ktp-desktop-applets-0.6.0.ebuild b/net-im/ktp-desktop-applets/ktp-desktop-applets-0.6.0.ebuild
deleted file mode 100644
index 49cf52c..0000000
--- a/net-im/ktp-desktop-applets/ktp-desktop-applets-0.6.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it ja km lt nb nds nl pl pt
-pt_BR ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv uk zh_CN zh_TW"
-inherit kde4-base
-
-DESCRIPTION="KDE Telepathy contact, presence and chat Plasma applets"
-HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration"
-if [[ ${PV} != *9999* ]]; then
- SRC_URI="mirror://kde/stable/kde-telepathy/${PV}/src/${P}.tar.bz2"
- KEYWORDS="~amd64 ~x86"
-else
- KEYWORDS=""
-fi
-
-LICENSE="GPL-2"
-SLOT="4"
-IUSE="debug"
-
-DEPEND="
- !net-im/ktp-contact-applet
- !net-im/ktp-presence-applet
- >=net-im/ktp-common-internals-${PV}
- >=net-libs/telepathy-qt-0.9.3
-"
-RDEPEND="${DEPEND}
- >=net-im/ktp-contact-list-${PV}
-"
diff --git a/net-im/ktp-filetransfer-handler/ktp-filetransfer-handler-0.5.3.ebuild b/net-im/ktp-filetransfer-handler/ktp-filetransfer-handler-0.5.3.ebuild
deleted file mode 100644
index 7dc4469..0000000
--- a/net-im/ktp-filetransfer-handler/ktp-filetransfer-handler-0.5.3.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-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
-ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv uk zh_CN zh_TW"
-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.3
-"
-RDEPEND="${DEPEND}"
diff --git a/net-im/ktp-filetransfer-handler/ktp-filetransfer-handler-0.5.80.ebuild b/net-im/ktp-filetransfer-handler/ktp-filetransfer-handler-0.5.80.ebuild
deleted file mode 100644
index 7dc4469..0000000
--- a/net-im/ktp-filetransfer-handler/ktp-filetransfer-handler-0.5.80.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-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
-ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv uk zh_CN zh_TW"
-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.3
-"
-RDEPEND="${DEPEND}"
diff --git a/net-im/ktp-filetransfer-handler/ktp-filetransfer-handler-0.6.0.ebuild b/net-im/ktp-filetransfer-handler/ktp-filetransfer-handler-0.6.0.ebuild
deleted file mode 100644
index e3c2499..0000000
--- a/net-im/ktp-filetransfer-handler/ktp-filetransfer-handler-0.6.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-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
-ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv uk zh_CN zh_TW"
-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/stable/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.3
-"
-RDEPEND="${DEPEND}"
diff --git a/net-im/ktp-kded-module/ktp-kded-module-0.5.3.ebuild b/net-im/ktp-kded-module/ktp-kded-module-0.5.3.ebuild
deleted file mode 100644
index 64bc844..0000000
--- a/net-im/ktp-kded-module/ktp-kded-module-0.5.3.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it ja km lt nb nds nl pl pt
-pt_BR ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv uk zh_CN zh_TW"
-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.3
-"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_P}
diff --git a/net-im/ktp-kded-module/ktp-kded-module-0.5.80.ebuild b/net-im/ktp-kded-module/ktp-kded-module-0.5.80.ebuild
deleted file mode 100644
index 64bc844..0000000
--- a/net-im/ktp-kded-module/ktp-kded-module-0.5.80.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it ja km lt nb nds nl pl pt
-pt_BR ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv uk zh_CN zh_TW"
-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.3
-"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_P}
diff --git a/net-im/ktp-kded-module/ktp-kded-module-0.6.0.ebuild b/net-im/ktp-kded-module/ktp-kded-module-0.6.0.ebuild
deleted file mode 100644
index 75a522e..0000000
--- a/net-im/ktp-kded-module/ktp-kded-module-0.6.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it ja km lt nb nds nl pl pt
-pt_BR ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv uk zh_CN zh_TW"
-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/stable/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.3
-"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_P}
diff --git a/net-im/ktp-presence-applet/ktp-presence-applet-0.5.3.ebuild b/net-im/ktp-presence-applet/ktp-presence-applet-0.5.3.ebuild
deleted file mode 100644
index a53cfa2..0000000
--- a/net-im/ktp-presence-applet/ktp-presence-applet-0.5.3.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2013 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.5.2.ebuild,v 1.1 2013/01/21 14:26:59 scarabeus Exp $
-
-EAPI=4
-
-KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it ja km lt nb nds nl pl pt
-pt_BR ru 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="LGPL-2.1"
-SLOT="4"
-IUSE="debug"
-
-DEPEND="
- >=net-libs/telepathy-qt-0.9.3
-"
-RDEPEND="${DEPEND}
- >=net-im/ktp-contact-list-${PV}
-"
diff --git a/net-im/ktp-send-file/ktp-send-file-0.5.3.ebuild b/net-im/ktp-send-file/ktp-send-file-0.5.3.ebuild
deleted file mode 100644
index 38d12cc..0000000
--- a/net-im/ktp-send-file/ktp-send-file-0.5.3.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-KDE_MINIMAL="4.7"
-KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it ja km lt nb nds nl pl pt
-pt_BR ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv uk zh_CN zh_TW"
-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.3
-"
-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-0.5.80.ebuild b/net-im/ktp-send-file/ktp-send-file-0.5.80.ebuild
deleted file mode 100644
index 38d12cc..0000000
--- a/net-im/ktp-send-file/ktp-send-file-0.5.80.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-KDE_MINIMAL="4.7"
-KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it ja km lt nb nds nl pl pt
-pt_BR ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv uk zh_CN zh_TW"
-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.3
-"
-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-0.6.0.ebuild b/net-im/ktp-send-file/ktp-send-file-0.6.0.ebuild
deleted file mode 100644
index 3500703..0000000
--- a/net-im/ktp-send-file/ktp-send-file-0.6.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-KDE_MINIMAL="4.7"
-KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it ja km lt nb nds nl pl pt
-pt_BR ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv uk zh_CN zh_TW"
-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/stable/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.3
-"
-RDEPEND="${DEPEND}
- >=net-im/ktp-contact-list-${PV}
- >=net-im/ktp-filetransfer-handler-${PV}
-"
diff --git a/net-im/ktp-text-ui/ktp-text-ui-0.5.3.ebuild b/net-im/ktp-text-ui/ktp-text-ui-0.5.3.ebuild
deleted file mode 100644
index f1638a3..0000000
--- a/net-im/ktp-text-ui/ktp-text-ui-0.5.3.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it ja km lt nb nds nl pl pt
-pt_BR ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv ug uk zh_CN zh_TW"
-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 +history"
-
-DEPEND="
- >=net-libs/telepathy-qt-0.9.3
- history? ( >=net-libs/telepathy-logger-qt-0.5.0 )
-"
-RDEPEND="${DEPEND}
- >=net-im/ktp-contact-list-${PV}
-"
-
-src_configure() {
- mycmakeargs=(
- $(cmake-utils_use_with history TelepathyLoggerQt4)
- )
-
- cmake-utils_src_configure
-}
diff --git a/net-im/ktp-text-ui/ktp-text-ui-0.5.80.ebuild b/net-im/ktp-text-ui/ktp-text-ui-0.5.80.ebuild
deleted file mode 100644
index f7c62d1..0000000
--- a/net-im/ktp-text-ui/ktp-text-ui-0.5.80.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it ja km lt nb nds nl pl pt
-pt_BR ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv ug uk zh_CN zh_TW"
-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.3
- >=net-libs/telepathy-logger-qt-0.5.80
-"
-RDEPEND="${DEPEND}
- >=net-im/ktp-contact-list-${PV}
-"
-
-src_configure() {
- mycmakeargs=(
- $(cmake-utils_use_with history TelepathyLoggerQt4)
- )
-
- cmake-utils_src_configure
-}
diff --git a/net-im/ktp-text-ui/ktp-text-ui-0.6.0.ebuild b/net-im/ktp-text-ui/ktp-text-ui-0.6.0.ebuild
deleted file mode 100644
index f7af6a1..0000000
--- a/net-im/ktp-text-ui/ktp-text-ui-0.6.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it ja km lt nb nds nl pl pt
-pt_BR ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv ug uk zh_CN zh_TW"
-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/stable/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.3
- >=net-libs/telepathy-logger-qt-0.5.80
-"
-RDEPEND="${DEPEND}
- >=net-im/ktp-contact-list-${PV}
-"
-
-src_configure() {
- mycmakeargs=(
- $(cmake-utils_use_with history TelepathyLoggerQt4)
- )
-
- cmake-utils_src_configure
-}
diff --git a/net-libs/telepathy-logger-qt/telepathy-logger-qt-0.5.3.ebuild b/net-libs/telepathy-logger-qt/telepathy-logger-qt-0.5.3.ebuild
deleted file mode 100644
index 446b3c3..0000000
--- a/net-libs/telepathy-logger-qt/telepathy-logger-qt-0.5.3.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-inherit kde4-base python
-
-DESCRIPTION="Qt4 bindings for the Telepathy logger"
-HOMEPAGE="https://projects.kde.org/projects/extragear/network/telepathy/telepathy-logger-qt"
-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="0"
-IUSE="debug"
-
-RDEPEND="
- media-libs/qt-gstreamer
- >=net-im/telepathy-logger-0.2.12-r1
- >=net-libs/telepathy-qt-0.9.1
-"
-DEPEND="${RDEPEND}
- sys-devel/bison
- sys-devel/flex
-"
-
-pkg_setup() {
- python_set_active_version 2
- python_pkg_setup
-}
-
-src_configure() {
- local mycmakeargs=(
- -DBUILD_SHARED_LIBS=ON
- )
- kde4-base_src_configure
-}
diff --git a/net-libs/telepathy-logger-qt/telepathy-logger-qt-0.5.80.ebuild b/net-libs/telepathy-logger-qt/telepathy-logger-qt-0.5.80.ebuild
deleted file mode 100644
index 446b3c3..0000000
--- a/net-libs/telepathy-logger-qt/telepathy-logger-qt-0.5.80.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-inherit kde4-base python
-
-DESCRIPTION="Qt4 bindings for the Telepathy logger"
-HOMEPAGE="https://projects.kde.org/projects/extragear/network/telepathy/telepathy-logger-qt"
-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="0"
-IUSE="debug"
-
-RDEPEND="
- media-libs/qt-gstreamer
- >=net-im/telepathy-logger-0.2.12-r1
- >=net-libs/telepathy-qt-0.9.1
-"
-DEPEND="${RDEPEND}
- sys-devel/bison
- sys-devel/flex
-"
-
-pkg_setup() {
- python_set_active_version 2
- python_pkg_setup
-}
-
-src_configure() {
- local mycmakeargs=(
- -DBUILD_SHARED_LIBS=ON
- )
- kde4-base_src_configure
-}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-im/ktp-desktop-applets/, net-im/ktp-contact-runner/, ...
@ 2013-04-04 17:55 Dennis Schridde
0 siblings, 0 replies; 11+ messages in thread
From: Dennis Schridde @ 2013-04-04 17:55 UTC (permalink / raw
To: gentoo-commits
commit: af07e4ec32c6997024622f33a86999e7709a5a43
Author: Dennis Schridde <devurandom <AT> gmx <DOT> net>
AuthorDate: Thu Apr 4 17:55:00 2013 +0000
Commit: Dennis Schridde <devurandom <AT> gmx <DOT> net>
CommitDate: Thu Apr 4 17:55:00 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=af07e4ec
[net-im/kde-telepathy-meta] Version bump to 0.6.0
---
.../kde-telepathy-meta-0.6.0.ebuild | 43 ++++++++++++++++++++
.../ktp-accounts-kcm/ktp-accounts-kcm-0.6.0.ebuild | 33 +++++++++++++++
net-im/ktp-approver/ktp-approver-0.6.0.ebuild | 29 +++++++++++++
.../ktp-auth-handler/ktp-auth-handler-0.6.0.ebuild | 29 +++++++++++++
net-im/ktp-call-ui/ktp-call-ui-0.6.0.ebuild | 38 +++++++++++++++++
.../ktp-common-internals-0.6.0.ebuild | 30 ++++++++++++++
.../ktp-contact-list/ktp-contact-list-0.6.0.ebuild | 29 +++++++++++++
.../ktp-contact-runner-0.6.0.ebuild | 28 +++++++++++++
.../ktp-desktop-applets-0.6.0.ebuild | 32 +++++++++++++++
.../ktp-filetransfer-handler-0.6.0.ebuild | 28 +++++++++++++
.../ktp-kded-module/ktp-kded-module-0.6.0.ebuild | 31 ++++++++++++++
net-im/ktp-send-file/ktp-send-file-0.6.0.ebuild | 32 +++++++++++++++
net-im/ktp-text-ui/ktp-text-ui-0.6.0.ebuild | 38 +++++++++++++++++
13 files changed, 420 insertions(+), 0 deletions(-)
diff --git a/net-im/kde-telepathy-meta/kde-telepathy-meta-0.6.0.ebuild b/net-im/kde-telepathy-meta/kde-telepathy-meta-0.6.0.ebuild
new file mode 100644
index 0000000..0a929f2
--- /dev/null
+++ b/net-im/kde-telepathy-meta/kde-telepathy-meta-0.6.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2013 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 GPL-3 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-call-ui-${PV}
+ >=net-im/ktp-common-internals-${PV}
+ >=net-im/ktp-contact-list-${PV}
+ >=net-im/ktp-contact-runner-${PV}
+ >=net-im/ktp-desktop-applets-${PV}
+ >=net-im/ktp-filetransfer-handler-${PV}
+ >=net-im/ktp-kded-module-${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/ktp-accounts-kcm-0.6.0.ebuild b/net-im/ktp-accounts-kcm/ktp-accounts-kcm-0.6.0.ebuild
new file mode 100644
index 0000000..b5a87c9
--- /dev/null
+++ b/net-im/ktp-accounts-kcm/ktp-accounts-kcm-0.6.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+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 vi
+zh_CN zh_TW"
+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/stable/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.3
+"
+RDEPEND="${DEPEND}
+"
diff --git a/net-im/ktp-approver/ktp-approver-0.6.0.ebuild b/net-im/ktp-approver/ktp-approver-0.6.0.ebuild
new file mode 100644
index 0000000..c1cdc68
--- /dev/null
+++ b/net-im/ktp-approver/ktp-approver-0.6.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it ja km lt nb nds nl pl pt
+pt_BR ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv uk zh_CN zh_TW"
+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/stable/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.3
+"
+RDEPEND="${DEPEND}
+ >=net-im/ktp-contact-list-${PV}
+"
diff --git a/net-im/ktp-auth-handler/ktp-auth-handler-0.6.0.ebuild b/net-im/ktp-auth-handler/ktp-auth-handler-0.6.0.ebuild
new file mode 100644
index 0000000..54567ea
--- /dev/null
+++ b/net-im/ktp-auth-handler/ktp-auth-handler-0.6.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it ja km lt nb nds nl pl pt
+pt_BR ru 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/stable/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}"
diff --git a/net-im/ktp-call-ui/ktp-call-ui-0.6.0.ebuild b/net-im/ktp-call-ui/ktp-call-ui-0.6.0.ebuild
new file mode 100644
index 0000000..2722538
--- /dev/null
+++ b/net-im/ktp-call-ui/ktp-call-ui-0.6.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+KDE_LINGUAS="bg ca cs da de en_GB eo es et fi fr ga gl hu it ja km lt mai nds nl
+pl pt pt_BR ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv th tr ug uk
+zh_TW"
+inherit kde4-base
+
+DESCRIPTION="KDE Telepathy audio/video conferencing ui"
+HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration"
+if [[ ${PV} != *9999* ]]; then
+ SRC_URI="mirror://kde/stable/kde-telepathy/${PV}/src/${P}.tar.bz2"
+ KEYWORDS="~amd64 ~x86"
+else
+ KEYWORDS=""
+fi
+
+LICENSE="GPL-2"
+SLOT="4"
+IUSE="debug v4l"
+
+DEPEND="
+ >=media-libs/qt-gstreamer-0.10.2
+ >=net-im/ktp-common-internals-${PV}
+ net-libs/telepathy-farstream
+ >=net-libs/telepathy-qt-0.9.3[farstream]
+"
+RDEPEND="${DEPEND}
+ || (
+ >=net-im/ktp-contact-applet-${PV}
+ >=net-im/ktp-contact-list-${PV}
+ >=net-im/ktp-text-ui-${PV}
+ )
+ v4l? ( media-plugins/gst-plugins-v4l2:0.10 )
+"
diff --git a/net-im/ktp-common-internals/ktp-common-internals-0.6.0.ebuild b/net-im/ktp-common-internals/ktp-common-internals-0.6.0.ebuild
new file mode 100644
index 0000000..9b585db
--- /dev/null
+++ b/net-im/ktp-common-internals/ktp-common-internals-0.6.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+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
+ru 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/stable/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.3
+ >=net-libs/telepathy-logger-qt-0.5.80
+ !<net-im/ktp-text-ui-0.5.80
+ !!<net-im/ktp-contact-list-0.4.0
+"
+RDEPEND="${DEPEND}"
diff --git a/net-im/ktp-contact-list/ktp-contact-list-0.6.0.ebuild b/net-im/ktp-contact-list/ktp-contact-list-0.6.0.ebuild
new file mode 100644
index 0000000..b1ce90b
--- /dev/null
+++ b/net-im/ktp-contact-list/ktp-contact-list-0.6.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it ja km lt nb nds nl pl pt
+pt_BR ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv ug uk zh_CN zh_TW"
+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/stable/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.3
+"
+RDEPEND="${DEPEND}"
diff --git a/net-im/ktp-contact-runner/ktp-contact-runner-0.6.0.ebuild b/net-im/ktp-contact-runner/ktp-contact-runner-0.6.0.ebuild
new file mode 100644
index 0000000..6d6300a
--- /dev/null
+++ b/net-im/ktp-contact-runner/ktp-contact-runner-0.6.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it km lt nds nl pl pt pt_BR ru
+sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv uk zh_CN zh_TW"
+inherit kde4-base
+
+DESCRIPTION="KDE Telepathy krunner plugin"
+HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration"
+if [[ ${PV} != *9999* ]]; then
+ SRC_URI="mirror://kde/stable/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.3
+"
+RDEPEND="${DEPEND}"
diff --git a/net-im/ktp-desktop-applets/ktp-desktop-applets-0.6.0.ebuild b/net-im/ktp-desktop-applets/ktp-desktop-applets-0.6.0.ebuild
new file mode 100644
index 0000000..49cf52c
--- /dev/null
+++ b/net-im/ktp-desktop-applets/ktp-desktop-applets-0.6.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it ja km lt nb nds nl pl pt
+pt_BR ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv uk zh_CN zh_TW"
+inherit kde4-base
+
+DESCRIPTION="KDE Telepathy contact, presence and chat Plasma applets"
+HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration"
+if [[ ${PV} != *9999* ]]; then
+ SRC_URI="mirror://kde/stable/kde-telepathy/${PV}/src/${P}.tar.bz2"
+ KEYWORDS="~amd64 ~x86"
+else
+ KEYWORDS=""
+fi
+
+LICENSE="GPL-2"
+SLOT="4"
+IUSE="debug"
+
+DEPEND="
+ !net-im/ktp-contact-applet
+ !net-im/ktp-presence-applet
+ >=net-im/ktp-common-internals-${PV}
+ >=net-libs/telepathy-qt-0.9.3
+"
+RDEPEND="${DEPEND}
+ >=net-im/ktp-contact-list-${PV}
+"
diff --git a/net-im/ktp-filetransfer-handler/ktp-filetransfer-handler-0.6.0.ebuild b/net-im/ktp-filetransfer-handler/ktp-filetransfer-handler-0.6.0.ebuild
new file mode 100644
index 0000000..e3c2499
--- /dev/null
+++ b/net-im/ktp-filetransfer-handler/ktp-filetransfer-handler-0.6.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+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
+ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv uk zh_CN zh_TW"
+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/stable/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.3
+"
+RDEPEND="${DEPEND}"
diff --git a/net-im/ktp-kded-module/ktp-kded-module-0.6.0.ebuild b/net-im/ktp-kded-module/ktp-kded-module-0.6.0.ebuild
new file mode 100644
index 0000000..75a522e
--- /dev/null
+++ b/net-im/ktp-kded-module/ktp-kded-module-0.6.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it ja km lt nb nds nl pl pt
+pt_BR ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv uk zh_CN zh_TW"
+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/stable/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.3
+"
+RDEPEND="${DEPEND}"
+
+S=${WORKDIR}/${MY_P}
diff --git a/net-im/ktp-send-file/ktp-send-file-0.6.0.ebuild b/net-im/ktp-send-file/ktp-send-file-0.6.0.ebuild
new file mode 100644
index 0000000..3500703
--- /dev/null
+++ b/net-im/ktp-send-file/ktp-send-file-0.6.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+KDE_MINIMAL="4.7"
+KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it ja km lt nb nds nl pl pt
+pt_BR ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv uk zh_CN zh_TW"
+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/stable/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.3
+"
+RDEPEND="${DEPEND}
+ >=net-im/ktp-contact-list-${PV}
+ >=net-im/ktp-filetransfer-handler-${PV}
+"
diff --git a/net-im/ktp-text-ui/ktp-text-ui-0.6.0.ebuild b/net-im/ktp-text-ui/ktp-text-ui-0.6.0.ebuild
new file mode 100644
index 0000000..f7af6a1
--- /dev/null
+++ b/net-im/ktp-text-ui/ktp-text-ui-0.6.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it ja km lt nb nds nl pl pt
+pt_BR ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv ug uk zh_CN zh_TW"
+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/stable/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.3
+ >=net-libs/telepathy-logger-qt-0.5.80
+"
+RDEPEND="${DEPEND}
+ >=net-im/ktp-contact-list-${PV}
+"
+
+src_configure() {
+ mycmakeargs=(
+ $(cmake-utils_use_with history TelepathyLoggerQt4)
+ )
+
+ cmake-utils_src_configure
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-im/ktp-desktop-applets/, net-im/ktp-contact-runner/, ...
@ 2013-03-08 19:24 Dennis Schridde
0 siblings, 0 replies; 11+ messages in thread
From: Dennis Schridde @ 2013-03-08 19:24 UTC (permalink / raw
To: gentoo-commits
commit: 5feea6fade65044c696a6d1b6acf96385ef5ddfc
Author: Dennis Schridde <devurandom <AT> gmx <DOT> net>
AuthorDate: Fri Mar 8 19:24:48 2013 +0000
Commit: Dennis Schridde <devurandom <AT> gmx <DOT> net>
CommitDate: Fri Mar 8 19:24:48 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=5feea6fa
[net-im/kde-telepathy-meta] Version bumps to 0.5.3 and 0.5.80
Package-Manager: portage-2.2.0_alpha166
---
.../kde-telepathy-meta-0.5.3.ebuild | 44 ++++++++++++++++++++
.../kde-telepathy-meta-0.5.80.ebuild | 43 +++++++++++++++++++
.../ktp-accounts-kcm/ktp-accounts-kcm-0.5.3.ebuild | 33 +++++++++++++++
.../ktp-accounts-kcm-0.5.80.ebuild | 33 +++++++++++++++
net-im/ktp-approver/ktp-approver-0.5.3.ebuild | 29 +++++++++++++
net-im/ktp-approver/ktp-approver-0.5.80.ebuild | 29 +++++++++++++
.../ktp-auth-handler/ktp-auth-handler-0.5.3.ebuild | 29 +++++++++++++
.../ktp-auth-handler-0.5.80.ebuild | 29 +++++++++++++
net-im/ktp-call-ui/ktp-call-ui-0.5.3.ebuild | 37 ++++++++++++++++
net-im/ktp-call-ui/ktp-call-ui-0.5.80.ebuild | 37 ++++++++++++++++
.../ktp-common-internals-0.5.3.ebuild | 28 ++++++++++++
.../ktp-common-internals-0.5.80.ebuild | 30 +++++++++++++
.../ktp-contact-applet-0.5.3.ebuild | 30 +++++++++++++
.../ktp-contact-list/ktp-contact-list-0.5.3.ebuild | 29 +++++++++++++
.../ktp-contact-list-0.5.80.ebuild | 29 +++++++++++++
.../ktp-contact-runner-0.5.3.ebuild | 28 ++++++++++++
.../ktp-contact-runner-0.5.80.ebuild | 28 ++++++++++++
.../ktp-desktop-applets-0.5.80.ebuild | 32 ++++++++++++++
.../ktp-filetransfer-handler-0.5.3.ebuild | 28 ++++++++++++
.../ktp-filetransfer-handler-0.5.80.ebuild | 28 ++++++++++++
.../ktp-kded-module/ktp-kded-module-0.5.3.ebuild | 31 ++++++++++++++
.../ktp-kded-module/ktp-kded-module-0.5.80.ebuild | 31 ++++++++++++++
.../ktp-presence-applet-0.5.3.ebuild | 29 +++++++++++++
net-im/ktp-send-file/ktp-send-file-0.5.3.ebuild | 32 ++++++++++++++
net-im/ktp-send-file/ktp-send-file-0.5.80.ebuild | 32 ++++++++++++++
net-im/ktp-text-ui/ktp-text-ui-0.5.3.ebuild | 38 +++++++++++++++++
net-im/ktp-text-ui/ktp-text-ui-0.5.80.ebuild | 38 +++++++++++++++++
27 files changed, 864 insertions(+), 0 deletions(-)
diff --git a/net-im/kde-telepathy-meta/kde-telepathy-meta-0.5.3.ebuild b/net-im/kde-telepathy-meta/kde-telepathy-meta-0.5.3.ebuild
new file mode 100644
index 0000000..ff33c1e
--- /dev/null
+++ b/net-im/kde-telepathy-meta/kde-telepathy-meta-0.5.3.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2013 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 GPL-3 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-call-ui-${PV}
+ >=net-im/ktp-common-internals-${PV}
+ >=net-im/ktp-contact-applet-${PV}
+ >=net-im/ktp-contact-list-${PV}
+ >=net-im/ktp-contact-runner-${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-0.5.80.ebuild b/net-im/kde-telepathy-meta/kde-telepathy-meta-0.5.80.ebuild
new file mode 100644
index 0000000..0a929f2
--- /dev/null
+++ b/net-im/kde-telepathy-meta/kde-telepathy-meta-0.5.80.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2013 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 GPL-3 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-call-ui-${PV}
+ >=net-im/ktp-common-internals-${PV}
+ >=net-im/ktp-contact-list-${PV}
+ >=net-im/ktp-contact-runner-${PV}
+ >=net-im/ktp-desktop-applets-${PV}
+ >=net-im/ktp-filetransfer-handler-${PV}
+ >=net-im/ktp-kded-module-${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/ktp-accounts-kcm-0.5.3.ebuild b/net-im/ktp-accounts-kcm/ktp-accounts-kcm-0.5.3.ebuild
new file mode 100644
index 0000000..8316cba
--- /dev/null
+++ b/net-im/ktp-accounts-kcm/ktp-accounts-kcm-0.5.3.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+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 vi
+zh_CN zh_TW"
+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.3
+"
+RDEPEND="${DEPEND}
+"
diff --git a/net-im/ktp-accounts-kcm/ktp-accounts-kcm-0.5.80.ebuild b/net-im/ktp-accounts-kcm/ktp-accounts-kcm-0.5.80.ebuild
new file mode 100644
index 0000000..8316cba
--- /dev/null
+++ b/net-im/ktp-accounts-kcm/ktp-accounts-kcm-0.5.80.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+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 vi
+zh_CN zh_TW"
+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.3
+"
+RDEPEND="${DEPEND}
+"
diff --git a/net-im/ktp-approver/ktp-approver-0.5.3.ebuild b/net-im/ktp-approver/ktp-approver-0.5.3.ebuild
new file mode 100644
index 0000000..0a8f87b
--- /dev/null
+++ b/net-im/ktp-approver/ktp-approver-0.5.3.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it ja km lt nb nds nl pl pt
+pt_BR ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv uk zh_CN zh_TW"
+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.3
+"
+RDEPEND="${DEPEND}
+ >=net-im/ktp-contact-list-${PV}
+"
diff --git a/net-im/ktp-approver/ktp-approver-0.5.80.ebuild b/net-im/ktp-approver/ktp-approver-0.5.80.ebuild
new file mode 100644
index 0000000..0a8f87b
--- /dev/null
+++ b/net-im/ktp-approver/ktp-approver-0.5.80.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it ja km lt nb nds nl pl pt
+pt_BR ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv uk zh_CN zh_TW"
+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.3
+"
+RDEPEND="${DEPEND}
+ >=net-im/ktp-contact-list-${PV}
+"
diff --git a/net-im/ktp-auth-handler/ktp-auth-handler-0.5.3.ebuild b/net-im/ktp-auth-handler/ktp-auth-handler-0.5.3.ebuild
new file mode 100644
index 0000000..ca46f58
--- /dev/null
+++ b/net-im/ktp-auth-handler/ktp-auth-handler-0.5.3.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it ja km lt nb nds nl pl pt
+pt_BR ru 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}"
diff --git a/net-im/ktp-auth-handler/ktp-auth-handler-0.5.80.ebuild b/net-im/ktp-auth-handler/ktp-auth-handler-0.5.80.ebuild
new file mode 100644
index 0000000..ca46f58
--- /dev/null
+++ b/net-im/ktp-auth-handler/ktp-auth-handler-0.5.80.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it ja km lt nb nds nl pl pt
+pt_BR ru 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}"
diff --git a/net-im/ktp-call-ui/ktp-call-ui-0.5.3.ebuild b/net-im/ktp-call-ui/ktp-call-ui-0.5.3.ebuild
new file mode 100644
index 0000000..930de4a
--- /dev/null
+++ b/net-im/ktp-call-ui/ktp-call-ui-0.5.3.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+KDE_LINGUAS="bg ca cs da de en_GB eo es et fi fr ga gl hu it ja km lt mai nds nl
+pl pt pt_BR ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv th tr ug uk
+zh_TW"
+inherit kde4-base
+
+DESCRIPTION="KDE Telepathy audio/video conferencing ui"
+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="
+ >=media-libs/qt-gstreamer-0.10.2
+ >=net-im/ktp-common-internals-${PV}
+ net-libs/telepathy-farstream
+ >=net-libs/telepathy-qt-0.9.3[farstream]
+"
+RDEPEND="${DEPEND}
+ || (
+ >=net-im/ktp-contact-applet-${PV}
+ >=net-im/ktp-contact-list-${PV}
+ >=net-im/ktp-text-ui-${PV}
+ )
+"
diff --git a/net-im/ktp-call-ui/ktp-call-ui-0.5.80.ebuild b/net-im/ktp-call-ui/ktp-call-ui-0.5.80.ebuild
new file mode 100644
index 0000000..930de4a
--- /dev/null
+++ b/net-im/ktp-call-ui/ktp-call-ui-0.5.80.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+KDE_LINGUAS="bg ca cs da de en_GB eo es et fi fr ga gl hu it ja km lt mai nds nl
+pl pt pt_BR ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv th tr ug uk
+zh_TW"
+inherit kde4-base
+
+DESCRIPTION="KDE Telepathy audio/video conferencing ui"
+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="
+ >=media-libs/qt-gstreamer-0.10.2
+ >=net-im/ktp-common-internals-${PV}
+ net-libs/telepathy-farstream
+ >=net-libs/telepathy-qt-0.9.3[farstream]
+"
+RDEPEND="${DEPEND}
+ || (
+ >=net-im/ktp-contact-applet-${PV}
+ >=net-im/ktp-contact-list-${PV}
+ >=net-im/ktp-text-ui-${PV}
+ )
+"
diff --git a/net-im/ktp-common-internals/ktp-common-internals-0.5.3.ebuild b/net-im/ktp-common-internals/ktp-common-internals-0.5.3.ebuild
new file mode 100644
index 0000000..9925a8b
--- /dev/null
+++ b/net-im/ktp-common-internals/ktp-common-internals-0.5.3.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+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
+ru 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.3
+ !!<net-im/ktp-contact-list-0.4.0
+"
+RDEPEND="${DEPEND}"
diff --git a/net-im/ktp-common-internals/ktp-common-internals-0.5.80.ebuild b/net-im/ktp-common-internals/ktp-common-internals-0.5.80.ebuild
new file mode 100644
index 0000000..45578d4
--- /dev/null
+++ b/net-im/ktp-common-internals/ktp-common-internals-0.5.80.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+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
+ru 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.3
+ >=net-libs/telepathy-logger-qt-0.5.80
+ !<net-im/ktp-text-ui-0.5.80
+ !!<net-im/ktp-contact-list-0.4.0
+"
+RDEPEND="${DEPEND}"
diff --git a/net-im/ktp-contact-applet/ktp-contact-applet-0.5.3.ebuild b/net-im/ktp-contact-applet/ktp-contact-applet-0.5.3.ebuild
new file mode 100644
index 0000000..3c1e0a7
--- /dev/null
+++ b/net-im/ktp-contact-applet/ktp-contact-applet-0.5.3.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2013 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.5.2.ebuild,v 1.1 2013/01/21 14:23:57 scarabeus Exp $
+
+EAPI=4
+
+KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it ja km lt nb nds nl pl pt
+pt_BR ru 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.3
+"
+RDEPEND="${DEPEND}
+ >=net-im/ktp-contact-list-${PV}
+"
diff --git a/net-im/ktp-contact-list/ktp-contact-list-0.5.3.ebuild b/net-im/ktp-contact-list/ktp-contact-list-0.5.3.ebuild
new file mode 100644
index 0000000..2b8484b
--- /dev/null
+++ b/net-im/ktp-contact-list/ktp-contact-list-0.5.3.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it ja km lt nb nds nl pl pt
+pt_BR ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv ug uk zh_CN zh_TW"
+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.3
+"
+RDEPEND="${DEPEND}"
diff --git a/net-im/ktp-contact-list/ktp-contact-list-0.5.80.ebuild b/net-im/ktp-contact-list/ktp-contact-list-0.5.80.ebuild
new file mode 100644
index 0000000..2b8484b
--- /dev/null
+++ b/net-im/ktp-contact-list/ktp-contact-list-0.5.80.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it ja km lt nb nds nl pl pt
+pt_BR ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv ug uk zh_CN zh_TW"
+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.3
+"
+RDEPEND="${DEPEND}"
diff --git a/net-im/ktp-contact-runner/ktp-contact-runner-0.5.3.ebuild b/net-im/ktp-contact-runner/ktp-contact-runner-0.5.3.ebuild
new file mode 100644
index 0000000..b37f67f
--- /dev/null
+++ b/net-im/ktp-contact-runner/ktp-contact-runner-0.5.3.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it km lt nds nl pl pt pt_BR ru
+sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv uk zh_CN zh_TW"
+inherit kde4-base
+
+DESCRIPTION="KDE Telepathy krunner plugin"
+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.3
+"
+RDEPEND="${DEPEND}"
diff --git a/net-im/ktp-contact-runner/ktp-contact-runner-0.5.80.ebuild b/net-im/ktp-contact-runner/ktp-contact-runner-0.5.80.ebuild
new file mode 100644
index 0000000..b37f67f
--- /dev/null
+++ b/net-im/ktp-contact-runner/ktp-contact-runner-0.5.80.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it km lt nds nl pl pt pt_BR ru
+sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv uk zh_CN zh_TW"
+inherit kde4-base
+
+DESCRIPTION="KDE Telepathy krunner plugin"
+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.3
+"
+RDEPEND="${DEPEND}"
diff --git a/net-im/ktp-desktop-applets/ktp-desktop-applets-0.5.80.ebuild b/net-im/ktp-desktop-applets/ktp-desktop-applets-0.5.80.ebuild
new file mode 100644
index 0000000..c5146ef
--- /dev/null
+++ b/net-im/ktp-desktop-applets/ktp-desktop-applets-0.5.80.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it ja km lt nb nds nl pl pt
+pt_BR ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv uk zh_CN zh_TW"
+inherit kde4-base
+
+DESCRIPTION="KDE Telepathy contact, presence and chat Plasma applets"
+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-contact-applet
+ !net-im/ktp-presence-applet
+ >=net-im/ktp-common-internals-${PV}
+ >=net-libs/telepathy-qt-0.9.3
+"
+RDEPEND="${DEPEND}
+ >=net-im/ktp-contact-list-${PV}
+"
diff --git a/net-im/ktp-filetransfer-handler/ktp-filetransfer-handler-0.5.3.ebuild b/net-im/ktp-filetransfer-handler/ktp-filetransfer-handler-0.5.3.ebuild
new file mode 100644
index 0000000..7dc4469
--- /dev/null
+++ b/net-im/ktp-filetransfer-handler/ktp-filetransfer-handler-0.5.3.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+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
+ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv uk zh_CN zh_TW"
+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.3
+"
+RDEPEND="${DEPEND}"
diff --git a/net-im/ktp-filetransfer-handler/ktp-filetransfer-handler-0.5.80.ebuild b/net-im/ktp-filetransfer-handler/ktp-filetransfer-handler-0.5.80.ebuild
new file mode 100644
index 0000000..7dc4469
--- /dev/null
+++ b/net-im/ktp-filetransfer-handler/ktp-filetransfer-handler-0.5.80.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+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
+ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv uk zh_CN zh_TW"
+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.3
+"
+RDEPEND="${DEPEND}"
diff --git a/net-im/ktp-kded-module/ktp-kded-module-0.5.3.ebuild b/net-im/ktp-kded-module/ktp-kded-module-0.5.3.ebuild
new file mode 100644
index 0000000..64bc844
--- /dev/null
+++ b/net-im/ktp-kded-module/ktp-kded-module-0.5.3.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it ja km lt nb nds nl pl pt
+pt_BR ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv uk zh_CN zh_TW"
+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.3
+"
+RDEPEND="${DEPEND}"
+
+S=${WORKDIR}/${MY_P}
diff --git a/net-im/ktp-kded-module/ktp-kded-module-0.5.80.ebuild b/net-im/ktp-kded-module/ktp-kded-module-0.5.80.ebuild
new file mode 100644
index 0000000..64bc844
--- /dev/null
+++ b/net-im/ktp-kded-module/ktp-kded-module-0.5.80.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it ja km lt nb nds nl pl pt
+pt_BR ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv uk zh_CN zh_TW"
+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.3
+"
+RDEPEND="${DEPEND}"
+
+S=${WORKDIR}/${MY_P}
diff --git a/net-im/ktp-presence-applet/ktp-presence-applet-0.5.3.ebuild b/net-im/ktp-presence-applet/ktp-presence-applet-0.5.3.ebuild
new file mode 100644
index 0000000..a53cfa2
--- /dev/null
+++ b/net-im/ktp-presence-applet/ktp-presence-applet-0.5.3.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2013 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.5.2.ebuild,v 1.1 2013/01/21 14:26:59 scarabeus Exp $
+
+EAPI=4
+
+KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it ja km lt nb nds nl pl pt
+pt_BR ru 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="LGPL-2.1"
+SLOT="4"
+IUSE="debug"
+
+DEPEND="
+ >=net-libs/telepathy-qt-0.9.3
+"
+RDEPEND="${DEPEND}
+ >=net-im/ktp-contact-list-${PV}
+"
diff --git a/net-im/ktp-send-file/ktp-send-file-0.5.3.ebuild b/net-im/ktp-send-file/ktp-send-file-0.5.3.ebuild
new file mode 100644
index 0000000..38d12cc
--- /dev/null
+++ b/net-im/ktp-send-file/ktp-send-file-0.5.3.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+KDE_MINIMAL="4.7"
+KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it ja km lt nb nds nl pl pt
+pt_BR ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv uk zh_CN zh_TW"
+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.3
+"
+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-0.5.80.ebuild b/net-im/ktp-send-file/ktp-send-file-0.5.80.ebuild
new file mode 100644
index 0000000..38d12cc
--- /dev/null
+++ b/net-im/ktp-send-file/ktp-send-file-0.5.80.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+KDE_MINIMAL="4.7"
+KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it ja km lt nb nds nl pl pt
+pt_BR ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv uk zh_CN zh_TW"
+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.3
+"
+RDEPEND="${DEPEND}
+ >=net-im/ktp-contact-list-${PV}
+ >=net-im/ktp-filetransfer-handler-${PV}
+"
diff --git a/net-im/ktp-text-ui/ktp-text-ui-0.5.3.ebuild b/net-im/ktp-text-ui/ktp-text-ui-0.5.3.ebuild
new file mode 100644
index 0000000..f1638a3
--- /dev/null
+++ b/net-im/ktp-text-ui/ktp-text-ui-0.5.3.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it ja km lt nb nds nl pl pt
+pt_BR ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv ug uk zh_CN zh_TW"
+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 +history"
+
+DEPEND="
+ >=net-libs/telepathy-qt-0.9.3
+ history? ( >=net-libs/telepathy-logger-qt-0.5.0 )
+"
+RDEPEND="${DEPEND}
+ >=net-im/ktp-contact-list-${PV}
+"
+
+src_configure() {
+ mycmakeargs=(
+ $(cmake-utils_use_with history TelepathyLoggerQt4)
+ )
+
+ cmake-utils_src_configure
+}
diff --git a/net-im/ktp-text-ui/ktp-text-ui-0.5.80.ebuild b/net-im/ktp-text-ui/ktp-text-ui-0.5.80.ebuild
new file mode 100644
index 0000000..f7c62d1
--- /dev/null
+++ b/net-im/ktp-text-ui/ktp-text-ui-0.5.80.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it ja km lt nb nds nl pl pt
+pt_BR ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv ug uk zh_CN zh_TW"
+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.3
+ >=net-libs/telepathy-logger-qt-0.5.80
+"
+RDEPEND="${DEPEND}
+ >=net-im/ktp-contact-list-${PV}
+"
+
+src_configure() {
+ mycmakeargs=(
+ $(cmake-utils_use_with history TelepathyLoggerQt4)
+ )
+
+ cmake-utils_src_configure
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-im/ktp-desktop-applets/, net-im/ktp-contact-runner/, ...
@ 2013-03-08 18:30 Dennis Schridde
0 siblings, 0 replies; 11+ messages in thread
From: Dennis Schridde @ 2013-03-08 18:30 UTC (permalink / raw
To: gentoo-commits
commit: 7f94c52df087f3e5e7980c2157a4f9e772c03e64
Author: Dennis Schridde <devurandom <AT> gmx <DOT> net>
AuthorDate: Fri Mar 8 18:29:28 2013 +0000
Commit: Dennis Schridde <devurandom <AT> gmx <DOT> net>
CommitDate: Fri Mar 8 18:29:28 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=7f94c52d
Revert "[net-im/kde-telepathy-meta] Bump to 0.5.80 / 0.6_beta1"
This reverts commit 6925cb69541e6ac35a20564626a692ff9d73a76b.
---
.../kde-telepathy-meta-0.5.80.ebuild | 43 --------------------
.../ktp-accounts-kcm-0.5.80.ebuild | 33 ---------------
net-im/ktp-approver/ktp-approver-0.5.80.ebuild | 29 -------------
.../ktp-auth-handler-0.5.80.ebuild | 29 -------------
net-im/ktp-call-ui/ktp-call-ui-0.5.80.ebuild | 37 -----------------
.../ktp-common-internals-0.5.80.ebuild | 29 -------------
.../ktp-contact-list-0.5.80.ebuild | 29 -------------
.../ktp-contact-runner-0.5.80.ebuild | 28 -------------
.../ktp-desktop-applets-0.5.80.ebuild | 32 ---------------
.../ktp-filetransfer-handler-0.5.80.ebuild | 28 -------------
.../ktp-kded-module/ktp-kded-module-0.5.80.ebuild | 31 --------------
net-im/ktp-send-file/ktp-send-file-0.5.80.ebuild | 32 ---------------
net-im/ktp-text-ui/ktp-text-ui-0.5.80.ebuild | 38 -----------------
13 files changed, 0 insertions(+), 418 deletions(-)
diff --git a/net-im/kde-telepathy-meta/kde-telepathy-meta-0.5.80.ebuild b/net-im/kde-telepathy-meta/kde-telepathy-meta-0.5.80.ebuild
deleted file mode 100644
index 0a929f2..0000000
--- a/net-im/kde-telepathy-meta/kde-telepathy-meta-0.5.80.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2013 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 GPL-3 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-call-ui-${PV}
- >=net-im/ktp-common-internals-${PV}
- >=net-im/ktp-contact-list-${PV}
- >=net-im/ktp-contact-runner-${PV}
- >=net-im/ktp-desktop-applets-${PV}
- >=net-im/ktp-filetransfer-handler-${PV}
- >=net-im/ktp-kded-module-${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/ktp-accounts-kcm-0.5.80.ebuild b/net-im/ktp-accounts-kcm/ktp-accounts-kcm-0.5.80.ebuild
deleted file mode 100644
index 8316cba..0000000
--- a/net-im/ktp-accounts-kcm/ktp-accounts-kcm-0.5.80.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-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 vi
-zh_CN zh_TW"
-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.3
-"
-RDEPEND="${DEPEND}
-"
diff --git a/net-im/ktp-approver/ktp-approver-0.5.80.ebuild b/net-im/ktp-approver/ktp-approver-0.5.80.ebuild
deleted file mode 100644
index 0a8f87b..0000000
--- a/net-im/ktp-approver/ktp-approver-0.5.80.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it ja km lt nb nds nl pl pt
-pt_BR ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv uk zh_CN zh_TW"
-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.3
-"
-RDEPEND="${DEPEND}
- >=net-im/ktp-contact-list-${PV}
-"
diff --git a/net-im/ktp-auth-handler/ktp-auth-handler-0.5.80.ebuild b/net-im/ktp-auth-handler/ktp-auth-handler-0.5.80.ebuild
deleted file mode 100644
index ca46f58..0000000
--- a/net-im/ktp-auth-handler/ktp-auth-handler-0.5.80.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it ja km lt nb nds nl pl pt
-pt_BR ru 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}"
diff --git a/net-im/ktp-call-ui/ktp-call-ui-0.5.80.ebuild b/net-im/ktp-call-ui/ktp-call-ui-0.5.80.ebuild
deleted file mode 100644
index 930de4a..0000000
--- a/net-im/ktp-call-ui/ktp-call-ui-0.5.80.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-KDE_LINGUAS="bg ca cs da de en_GB eo es et fi fr ga gl hu it ja km lt mai nds nl
-pl pt pt_BR ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv th tr ug uk
-zh_TW"
-inherit kde4-base
-
-DESCRIPTION="KDE Telepathy audio/video conferencing ui"
-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="
- >=media-libs/qt-gstreamer-0.10.2
- >=net-im/ktp-common-internals-${PV}
- net-libs/telepathy-farstream
- >=net-libs/telepathy-qt-0.9.3[farstream]
-"
-RDEPEND="${DEPEND}
- || (
- >=net-im/ktp-contact-applet-${PV}
- >=net-im/ktp-contact-list-${PV}
- >=net-im/ktp-text-ui-${PV}
- )
-"
diff --git a/net-im/ktp-common-internals/ktp-common-internals-0.5.80.ebuild b/net-im/ktp-common-internals/ktp-common-internals-0.5.80.ebuild
deleted file mode 100644
index b3e44f9..0000000
--- a/net-im/ktp-common-internals/ktp-common-internals-0.5.80.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-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
-ru 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 history"
-
-DEPEND="
- >=net-libs/telepathy-qt-0.9.3
- history? ( >=net-libs/telepathy-logger-qt-0.5.80 )
- !!<net-im/ktp-contact-list-0.4.0
-"
-RDEPEND="${DEPEND}"
diff --git a/net-im/ktp-contact-list/ktp-contact-list-0.5.80.ebuild b/net-im/ktp-contact-list/ktp-contact-list-0.5.80.ebuild
deleted file mode 100644
index 2b8484b..0000000
--- a/net-im/ktp-contact-list/ktp-contact-list-0.5.80.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it ja km lt nb nds nl pl pt
-pt_BR ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv ug uk zh_CN zh_TW"
-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.3
-"
-RDEPEND="${DEPEND}"
diff --git a/net-im/ktp-contact-runner/ktp-contact-runner-0.5.80.ebuild b/net-im/ktp-contact-runner/ktp-contact-runner-0.5.80.ebuild
deleted file mode 100644
index b37f67f..0000000
--- a/net-im/ktp-contact-runner/ktp-contact-runner-0.5.80.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it km lt nds nl pl pt pt_BR ru
-sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv uk zh_CN zh_TW"
-inherit kde4-base
-
-DESCRIPTION="KDE Telepathy krunner plugin"
-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.3
-"
-RDEPEND="${DEPEND}"
diff --git a/net-im/ktp-desktop-applets/ktp-desktop-applets-0.5.80.ebuild b/net-im/ktp-desktop-applets/ktp-desktop-applets-0.5.80.ebuild
deleted file mode 100644
index c5146ef..0000000
--- a/net-im/ktp-desktop-applets/ktp-desktop-applets-0.5.80.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it ja km lt nb nds nl pl pt
-pt_BR ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv uk zh_CN zh_TW"
-inherit kde4-base
-
-DESCRIPTION="KDE Telepathy contact, presence and chat Plasma applets"
-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-contact-applet
- !net-im/ktp-presence-applet
- >=net-im/ktp-common-internals-${PV}
- >=net-libs/telepathy-qt-0.9.3
-"
-RDEPEND="${DEPEND}
- >=net-im/ktp-contact-list-${PV}
-"
diff --git a/net-im/ktp-filetransfer-handler/ktp-filetransfer-handler-0.5.80.ebuild b/net-im/ktp-filetransfer-handler/ktp-filetransfer-handler-0.5.80.ebuild
deleted file mode 100644
index 7dc4469..0000000
--- a/net-im/ktp-filetransfer-handler/ktp-filetransfer-handler-0.5.80.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-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
-ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv uk zh_CN zh_TW"
-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.3
-"
-RDEPEND="${DEPEND}"
diff --git a/net-im/ktp-kded-module/ktp-kded-module-0.5.80.ebuild b/net-im/ktp-kded-module/ktp-kded-module-0.5.80.ebuild
deleted file mode 100644
index 64bc844..0000000
--- a/net-im/ktp-kded-module/ktp-kded-module-0.5.80.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it ja km lt nb nds nl pl pt
-pt_BR ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv uk zh_CN zh_TW"
-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.3
-"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_P}
diff --git a/net-im/ktp-send-file/ktp-send-file-0.5.80.ebuild b/net-im/ktp-send-file/ktp-send-file-0.5.80.ebuild
deleted file mode 100644
index 38d12cc..0000000
--- a/net-im/ktp-send-file/ktp-send-file-0.5.80.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-KDE_MINIMAL="4.7"
-KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it ja km lt nb nds nl pl pt
-pt_BR ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv uk zh_CN zh_TW"
-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.3
-"
-RDEPEND="${DEPEND}
- >=net-im/ktp-contact-list-${PV}
- >=net-im/ktp-filetransfer-handler-${PV}
-"
diff --git a/net-im/ktp-text-ui/ktp-text-ui-0.5.80.ebuild b/net-im/ktp-text-ui/ktp-text-ui-0.5.80.ebuild
deleted file mode 100644
index f1638a3..0000000
--- a/net-im/ktp-text-ui/ktp-text-ui-0.5.80.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it ja km lt nb nds nl pl pt
-pt_BR ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv ug uk zh_CN zh_TW"
-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 +history"
-
-DEPEND="
- >=net-libs/telepathy-qt-0.9.3
- history? ( >=net-libs/telepathy-logger-qt-0.5.0 )
-"
-RDEPEND="${DEPEND}
- >=net-im/ktp-contact-list-${PV}
-"
-
-src_configure() {
- mycmakeargs=(
- $(cmake-utils_use_with history TelepathyLoggerQt4)
- )
-
- cmake-utils_src_configure
-}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-im/ktp-desktop-applets/, net-im/ktp-contact-runner/, ...
@ 2013-03-08 6:22 Dennis Schridde
0 siblings, 0 replies; 11+ messages in thread
From: Dennis Schridde @ 2013-03-08 6:22 UTC (permalink / raw
To: gentoo-commits
commit: 6925cb69541e6ac35a20564626a692ff9d73a76b
Author: Dennis Schridde <devurandom <AT> gmx <DOT> net>
AuthorDate: Fri Mar 8 06:21:27 2013 +0000
Commit: Dennis Schridde <devurandom <AT> gmx <DOT> net>
CommitDate: Fri Mar 8 06:21:27 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=6925cb69
[net-im/kde-telepathy-meta] Bump to 0.5.80 / 0.6_beta1
Package-Manager: portage-2.2.0_alpha166
---
.../kde-telepathy-meta-0.5.80.ebuild | 43 ++++++++++++++++++++
.../ktp-accounts-kcm-0.5.80.ebuild | 33 +++++++++++++++
net-im/ktp-approver/ktp-approver-0.5.80.ebuild | 29 +++++++++++++
.../ktp-auth-handler-0.5.80.ebuild | 29 +++++++++++++
net-im/ktp-call-ui/ktp-call-ui-0.5.80.ebuild | 37 +++++++++++++++++
.../ktp-common-internals-0.5.80.ebuild | 28 +++++++++++++
.../ktp-contact-list-0.5.80.ebuild | 29 +++++++++++++
.../ktp-contact-runner-0.5.80.ebuild | 28 +++++++++++++
.../ktp-desktop-applets-0.5.80.ebuild | 32 +++++++++++++++
.../ktp-filetransfer-handler-0.5.80.ebuild | 28 +++++++++++++
.../ktp-kded-module/ktp-kded-module-0.5.80.ebuild | 31 ++++++++++++++
net-im/ktp-send-file/ktp-send-file-0.5.80.ebuild | 32 +++++++++++++++
net-im/ktp-text-ui/ktp-text-ui-0.5.80.ebuild | 38 +++++++++++++++++
13 files changed, 417 insertions(+), 0 deletions(-)
diff --git a/net-im/kde-telepathy-meta/kde-telepathy-meta-0.5.80.ebuild b/net-im/kde-telepathy-meta/kde-telepathy-meta-0.5.80.ebuild
new file mode 100644
index 0000000..0a929f2
--- /dev/null
+++ b/net-im/kde-telepathy-meta/kde-telepathy-meta-0.5.80.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2013 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 GPL-3 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-call-ui-${PV}
+ >=net-im/ktp-common-internals-${PV}
+ >=net-im/ktp-contact-list-${PV}
+ >=net-im/ktp-contact-runner-${PV}
+ >=net-im/ktp-desktop-applets-${PV}
+ >=net-im/ktp-filetransfer-handler-${PV}
+ >=net-im/ktp-kded-module-${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/ktp-accounts-kcm-0.5.80.ebuild b/net-im/ktp-accounts-kcm/ktp-accounts-kcm-0.5.80.ebuild
new file mode 100644
index 0000000..8316cba
--- /dev/null
+++ b/net-im/ktp-accounts-kcm/ktp-accounts-kcm-0.5.80.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+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 vi
+zh_CN zh_TW"
+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.3
+"
+RDEPEND="${DEPEND}
+"
diff --git a/net-im/ktp-approver/ktp-approver-0.5.80.ebuild b/net-im/ktp-approver/ktp-approver-0.5.80.ebuild
new file mode 100644
index 0000000..0a8f87b
--- /dev/null
+++ b/net-im/ktp-approver/ktp-approver-0.5.80.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it ja km lt nb nds nl pl pt
+pt_BR ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv uk zh_CN zh_TW"
+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.3
+"
+RDEPEND="${DEPEND}
+ >=net-im/ktp-contact-list-${PV}
+"
diff --git a/net-im/ktp-auth-handler/ktp-auth-handler-0.5.80.ebuild b/net-im/ktp-auth-handler/ktp-auth-handler-0.5.80.ebuild
new file mode 100644
index 0000000..ca46f58
--- /dev/null
+++ b/net-im/ktp-auth-handler/ktp-auth-handler-0.5.80.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it ja km lt nb nds nl pl pt
+pt_BR ru 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}"
diff --git a/net-im/ktp-call-ui/ktp-call-ui-0.5.80.ebuild b/net-im/ktp-call-ui/ktp-call-ui-0.5.80.ebuild
new file mode 100644
index 0000000..930de4a
--- /dev/null
+++ b/net-im/ktp-call-ui/ktp-call-ui-0.5.80.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+KDE_LINGUAS="bg ca cs da de en_GB eo es et fi fr ga gl hu it ja km lt mai nds nl
+pl pt pt_BR ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv th tr ug uk
+zh_TW"
+inherit kde4-base
+
+DESCRIPTION="KDE Telepathy audio/video conferencing ui"
+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="
+ >=media-libs/qt-gstreamer-0.10.2
+ >=net-im/ktp-common-internals-${PV}
+ net-libs/telepathy-farstream
+ >=net-libs/telepathy-qt-0.9.3[farstream]
+"
+RDEPEND="${DEPEND}
+ || (
+ >=net-im/ktp-contact-applet-${PV}
+ >=net-im/ktp-contact-list-${PV}
+ >=net-im/ktp-text-ui-${PV}
+ )
+"
diff --git a/net-im/ktp-common-internals/ktp-common-internals-0.5.80.ebuild b/net-im/ktp-common-internals/ktp-common-internals-0.5.80.ebuild
new file mode 100644
index 0000000..9925a8b
--- /dev/null
+++ b/net-im/ktp-common-internals/ktp-common-internals-0.5.80.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+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
+ru 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.3
+ !!<net-im/ktp-contact-list-0.4.0
+"
+RDEPEND="${DEPEND}"
diff --git a/net-im/ktp-contact-list/ktp-contact-list-0.5.80.ebuild b/net-im/ktp-contact-list/ktp-contact-list-0.5.80.ebuild
new file mode 100644
index 0000000..2b8484b
--- /dev/null
+++ b/net-im/ktp-contact-list/ktp-contact-list-0.5.80.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it ja km lt nb nds nl pl pt
+pt_BR ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv ug uk zh_CN zh_TW"
+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.3
+"
+RDEPEND="${DEPEND}"
diff --git a/net-im/ktp-contact-runner/ktp-contact-runner-0.5.80.ebuild b/net-im/ktp-contact-runner/ktp-contact-runner-0.5.80.ebuild
new file mode 100644
index 0000000..b37f67f
--- /dev/null
+++ b/net-im/ktp-contact-runner/ktp-contact-runner-0.5.80.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it km lt nds nl pl pt pt_BR ru
+sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv uk zh_CN zh_TW"
+inherit kde4-base
+
+DESCRIPTION="KDE Telepathy krunner plugin"
+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.3
+"
+RDEPEND="${DEPEND}"
diff --git a/net-im/ktp-desktop-applets/ktp-desktop-applets-0.5.80.ebuild b/net-im/ktp-desktop-applets/ktp-desktop-applets-0.5.80.ebuild
new file mode 100644
index 0000000..c5146ef
--- /dev/null
+++ b/net-im/ktp-desktop-applets/ktp-desktop-applets-0.5.80.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it ja km lt nb nds nl pl pt
+pt_BR ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv uk zh_CN zh_TW"
+inherit kde4-base
+
+DESCRIPTION="KDE Telepathy contact, presence and chat Plasma applets"
+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-contact-applet
+ !net-im/ktp-presence-applet
+ >=net-im/ktp-common-internals-${PV}
+ >=net-libs/telepathy-qt-0.9.3
+"
+RDEPEND="${DEPEND}
+ >=net-im/ktp-contact-list-${PV}
+"
diff --git a/net-im/ktp-filetransfer-handler/ktp-filetransfer-handler-0.5.80.ebuild b/net-im/ktp-filetransfer-handler/ktp-filetransfer-handler-0.5.80.ebuild
new file mode 100644
index 0000000..7dc4469
--- /dev/null
+++ b/net-im/ktp-filetransfer-handler/ktp-filetransfer-handler-0.5.80.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+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
+ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv uk zh_CN zh_TW"
+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.3
+"
+RDEPEND="${DEPEND}"
diff --git a/net-im/ktp-kded-module/ktp-kded-module-0.5.80.ebuild b/net-im/ktp-kded-module/ktp-kded-module-0.5.80.ebuild
new file mode 100644
index 0000000..64bc844
--- /dev/null
+++ b/net-im/ktp-kded-module/ktp-kded-module-0.5.80.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it ja km lt nb nds nl pl pt
+pt_BR ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv uk zh_CN zh_TW"
+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.3
+"
+RDEPEND="${DEPEND}"
+
+S=${WORKDIR}/${MY_P}
diff --git a/net-im/ktp-send-file/ktp-send-file-0.5.80.ebuild b/net-im/ktp-send-file/ktp-send-file-0.5.80.ebuild
new file mode 100644
index 0000000..38d12cc
--- /dev/null
+++ b/net-im/ktp-send-file/ktp-send-file-0.5.80.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+KDE_MINIMAL="4.7"
+KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it ja km lt nb nds nl pl pt
+pt_BR ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv uk zh_CN zh_TW"
+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.3
+"
+RDEPEND="${DEPEND}
+ >=net-im/ktp-contact-list-${PV}
+ >=net-im/ktp-filetransfer-handler-${PV}
+"
diff --git a/net-im/ktp-text-ui/ktp-text-ui-0.5.80.ebuild b/net-im/ktp-text-ui/ktp-text-ui-0.5.80.ebuild
new file mode 100644
index 0000000..f1638a3
--- /dev/null
+++ b/net-im/ktp-text-ui/ktp-text-ui-0.5.80.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it ja km lt nb nds nl pl pt
+pt_BR ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv ug uk zh_CN zh_TW"
+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 +history"
+
+DEPEND="
+ >=net-libs/telepathy-qt-0.9.3
+ history? ( >=net-libs/telepathy-logger-qt-0.5.0 )
+"
+RDEPEND="${DEPEND}
+ >=net-im/ktp-contact-list-${PV}
+"
+
+src_configure() {
+ mycmakeargs=(
+ $(cmake-utils_use_with history TelepathyLoggerQt4)
+ )
+
+ cmake-utils_src_configure
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
end of thread, other threads:[~2014-09-19 20:47 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-29 20:17 [gentoo-commits] proj/kde:master commit in: net-im/ktp-desktop-applets/, net-im/ktp-contact-runner/, Johannes Huber
-- strict thread matches above, loose matches on Subject: below --
2014-09-19 20:46 Alexey Shvetsov
2014-09-15 17:00 Johannes Huber
2014-03-12 10:51 Johannes Huber
2013-04-20 20:05 Johannes Huber
2013-04-20 14:11 Johannes Huber
2013-04-11 15:16 Tomas Chvatal
2013-04-04 17:55 Dennis Schridde
2013-03-08 19:24 Dennis Schridde
2013-03-08 18:30 Dennis Schridde
2013-03-08 6:22 Dennis Schridde
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox