diff options
author | 2012-08-28 12:27:50 +0000 | |
---|---|---|
committer | 2012-08-28 12:27:50 +0000 | |
commit | da4c30f6f58eef20ddfa734095a737de9826d1a6 (patch) | |
tree | e93d0f708e8647a8c2c09e3d16653636489c0624 /net-im | |
parent | Add csync package required for miral owncloud service. (diff) | |
download | historical-da4c30f6f58eef20ddfa734095a737de9826d1a6.tar.gz historical-da4c30f6f58eef20ddfa734095a737de9826d1a6.tar.bz2 historical-da4c30f6f58eef20ddfa734095a737de9826d1a6.zip |
Remove KDE Telepathy 0.4.0.
Package-Manager: portage-2.2.0_alpha123/cvs/Linux x86_64
Diffstat (limited to 'net-im')
30 files changed, 64 insertions, 554 deletions
diff --git a/net-im/kde-telepathy-meta/ChangeLog b/net-im/kde-telepathy-meta/ChangeLog index b5fbbee58c2d..087bad2dac61 100644 --- a/net-im/kde-telepathy-meta/ChangeLog +++ b/net-im/kde-telepathy-meta/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-im/kde-telepathy-meta # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/kde-telepathy-meta/ChangeLog,v 1.7 2012/08/28 12:06:02 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/kde-telepathy-meta/ChangeLog,v 1.8 2012/08/28 12:27:50 johu Exp $ + + 28 Aug 2012; Johannes Huber <johu@gentoo.org> + -kde-telepathy-meta-0.4.0.ebuild: + Remove KDE Telepathy 0.4.0. *kde-telepathy-meta-0.5.0 (28 Aug 2012) diff --git a/net-im/kde-telepathy-meta/kde-telepathy-meta-0.4.0.ebuild b/net-im/kde-telepathy-meta/kde-telepathy-meta-0.4.0.ebuild deleted file mode 100644 index 74b5ceb3ebb6..000000000000 --- a/net-im/kde-telepathy-meta/kde-telepathy-meta-0.4.0.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/kde-telepathy-meta/kde-telepathy-meta-0.4.0.ebuild,v 1.1 2012/07/13 14:30:32 johu Exp $ - -EAPI=4 - -DESCRIPTION="KDE Telepathy client - merge this to pull in all net-im/ktp-* -kde packages" -HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration" - -if [[ ${PV} != *9999* ]]; then - KEYWORDS="~amd64 ~x86" -else - KEYWORDS="" -fi - -LICENSE="|| ( GPL-2 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-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/ktp-accounts-kcm/ChangeLog b/net-im/ktp-accounts-kcm/ChangeLog index 097bfcf0fbe8..66d00e1d175b 100644 --- a/net-im/ktp-accounts-kcm/ChangeLog +++ b/net-im/ktp-accounts-kcm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-im/ktp-accounts-kcm # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-accounts-kcm/ChangeLog,v 1.7 2012/08/28 12:06:02 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-accounts-kcm/ChangeLog,v 1.8 2012/08/28 12:27:49 johu Exp $ + + 28 Aug 2012; Johannes Huber <johu@gentoo.org> -ktp-accounts-kcm-0.4.0.ebuild: + Remove KDE Telepathy 0.4.0. *ktp-accounts-kcm-0.5.0 (28 Aug 2012) diff --git a/net-im/ktp-accounts-kcm/ktp-accounts-kcm-0.4.0.ebuild b/net-im/ktp-accounts-kcm/ktp-accounts-kcm-0.4.0.ebuild deleted file mode 100644 index e90249da5871..000000000000 --- a/net-im/ktp-accounts-kcm/ktp-accounts-kcm-0.4.0.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-accounts-kcm/ktp-accounts-kcm-0.4.0.ebuild,v 1.1 2012/07/13 14:30:32 johu Exp $ - -EAPI=4 - -KDE_MINIMAL="4.7" -KDE_LINGUAS="ca cs da de el en_GB eo es et fi fr ga gl hu it ja km lt mai nb nds -nl pl pt pt_BR ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv tr ug uk vi -zh_CN zh_TW" -KDE_SCM="git" -inherit kde4-base - -DESCRIPTION="KDE Telepathy account management kcm" -HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration" -if [[ ${PV} != *9999* ]]; then - SRC_URI="mirror://kde/unstable/kde-telepathy/${PV}/src/${P}.tar.bz2" - KEYWORDS="~amd64 ~x86" -else - KEYWORDS="" -fi - -LICENSE="LGPL-2.1" -SLOT="4" -IUSE="debug" - -DEPEND=" - >=net-im/ktp-common-internals-${PV} - net-im/telepathy-mission-control - net-libs/telepathy-glib - >=net-libs/telepathy-qt-0.9.1 -" -RDEPEND="${DEPEND} -" diff --git a/net-im/ktp-approver/ChangeLog b/net-im/ktp-approver/ChangeLog index e815ea8583ea..70422c60c88a 100644 --- a/net-im/ktp-approver/ChangeLog +++ b/net-im/ktp-approver/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-im/ktp-approver # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-approver/ChangeLog,v 1.7 2012/08/28 12:06:02 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-approver/ChangeLog,v 1.8 2012/08/28 12:27:50 johu Exp $ + + 28 Aug 2012; Johannes Huber <johu@gentoo.org> -ktp-approver-0.4.0.ebuild: + Remove KDE Telepathy 0.4.0. *ktp-approver-0.5.0 (28 Aug 2012) diff --git a/net-im/ktp-approver/ktp-approver-0.4.0.ebuild b/net-im/ktp-approver/ktp-approver-0.4.0.ebuild deleted file mode 100644 index d6de26a5a6b6..000000000000 --- a/net-im/ktp-approver/ktp-approver-0.4.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-approver/ktp-approver-0.4.0.ebuild,v 1.1 2012/07/13 14:30:33 johu Exp $ - -EAPI=4 - -KDE_LINGUAS="ca cs da de el es et fi ga gl hu it ja lt nb nds nl pl pt pt_BR sk -sr sr@ijekavian sr@ijekavianlatin sr@latin sv uk zh_CN zh_TW" -KDE_SCM="git" -inherit kde4-base - -DESCRIPTION="KDE Telepathy notification handler" -HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration" -if [[ ${PV} != *9999* ]]; then - SRC_URI="mirror://kde/unstable/kde-telepathy/${PV}/src/${P}.tar.bz2" - KEYWORDS="~amd64 ~x86" -else - KEYWORDS="" -fi - -LICENSE="LGPL-2.1" -SLOT="4" -IUSE="debug" - -DEPEND=" - >=net-libs/telepathy-qt-0.9.1 -" -RDEPEND="${DEPEND} - >=net-im/ktp-contact-list-${PV} -" diff --git a/net-im/ktp-auth-handler/ChangeLog b/net-im/ktp-auth-handler/ChangeLog index f690f118e306..adc5dd62009b 100644 --- a/net-im/ktp-auth-handler/ChangeLog +++ b/net-im/ktp-auth-handler/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-im/ktp-auth-handler # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-auth-handler/ChangeLog,v 1.7 2012/08/28 12:06:01 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-auth-handler/ChangeLog,v 1.8 2012/08/28 12:27:50 johu Exp $ + + 28 Aug 2012; Johannes Huber <johu@gentoo.org> -ktp-auth-handler-0.4.0.ebuild: + Remove KDE Telepathy 0.4.0. *ktp-auth-handler-0.5.0 (28 Aug 2012) diff --git a/net-im/ktp-auth-handler/ktp-auth-handler-0.4.0.ebuild b/net-im/ktp-auth-handler/ktp-auth-handler-0.4.0.ebuild deleted file mode 100644 index f92235b31cfe..000000000000 --- a/net-im/ktp-auth-handler/ktp-auth-handler-0.4.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-auth-handler/ktp-auth-handler-0.4.0.ebuild,v 1.1 2012/07/13 14:30:31 johu Exp $ - -EAPI=4 - -KDE_LINGUAS="ca cs da de el es et fi ga gl hu it ja lt nb nds nl pl pt pt_BR sk -sr sr@ijekavian sr@ijekavianlatin sr@latin sv uk zh_CN zh_TW" -KDE_SCM="git" -inherit kde4-base - -DESCRIPTION="KDE Telepathy authentication handler" -HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration" -if [[ ${PV} != *9999* ]]; then - SRC_URI="mirror://kde/unstable/kde-telepathy/${PV}/src/${P}.tar.bz2" - KEYWORDS="~amd64 ~x86" -else - KEYWORDS="" -fi - -LICENSE="LGPL-2.1" -SLOT="4" -IUSE="debug" - -DEPEND=" - dev-libs/qjson - >=net-im/ktp-common-internals-${PV} - >=net-libs/telepathy-qt-0.9.1 -" -RDEPEND="${DEPEND}" diff --git a/net-im/ktp-call-ui/ChangeLog b/net-im/ktp-call-ui/ChangeLog index ebd3d165de5c..32e3067436aa 100644 --- a/net-im/ktp-call-ui/ChangeLog +++ b/net-im/ktp-call-ui/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-im/ktp-call-ui # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-call-ui/ChangeLog,v 1.3 2012/08/28 12:06:01 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-call-ui/ChangeLog,v 1.4 2012/08/28 12:27:49 johu Exp $ + + 28 Aug 2012; Johannes Huber <johu@gentoo.org> -ktp-call-ui-0.4.0.ebuild: + Remove KDE Telepathy 0.4.0. *ktp-call-ui-0.5.0 (28 Aug 2012) diff --git a/net-im/ktp-call-ui/ktp-call-ui-0.4.0.ebuild b/net-im/ktp-call-ui/ktp-call-ui-0.4.0.ebuild deleted file mode 100644 index 8cae5895d987..000000000000 --- a/net-im/ktp-call-ui/ktp-call-ui-0.4.0.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-call-ui/ktp-call-ui-0.4.0.ebuild,v 1.1 2012/07/13 14:30:31 johu Exp $ - -EAPI=4 - -KDE_LINGUAS="bg cs da de en_GB es et fr ga gl hu it ja km lt mai nds nl pl pt -pt_BR sk sv th tr ug uk zh_TW" -KDE_SCM="git" -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="" -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.1[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/ChangeLog b/net-im/ktp-common-internals/ChangeLog index 10e0de47cd38..6728eafa612b 100644 --- a/net-im/ktp-common-internals/ChangeLog +++ b/net-im/ktp-common-internals/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-im/ktp-common-internals # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-common-internals/ChangeLog,v 1.8 2012/08/28 12:06:01 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-common-internals/ChangeLog,v 1.9 2012/08/28 12:27:48 johu Exp $ + + 28 Aug 2012; Johannes Huber <johu@gentoo.org> + -ktp-common-internals-0.4.0.ebuild: + Remove KDE Telepathy 0.4.0. *ktp-common-internals-0.5.0 (28 Aug 2012) diff --git a/net-im/ktp-common-internals/ktp-common-internals-0.4.0.ebuild b/net-im/ktp-common-internals/ktp-common-internals-0.4.0.ebuild deleted file mode 100644 index 001a529b0418..000000000000 --- a/net-im/ktp-common-internals/ktp-common-internals-0.4.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-common-internals/ktp-common-internals-0.4.0.ebuild,v 1.1 2012/07/13 14:30:31 johu Exp $ - -EAPI=4 - -KDE_SCM="git" -KDE_LINGUAS="ca cs da de el es et fi ga gl hu it ja lt nb nds nl pl pt pt_BR sk -sr sr@ijekavian sr@ijekavianlatin sr@latin sv uk zh_CN zh_TW" -inherit kde4-base - -DESCRIPTION="KDE Telepathy common library" -HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration" -if [[ ${PV} != *9999* ]]; then - SRC_URI="mirror://kde/unstable/kde-telepathy/${PV}/src/${P}.tar.bz2" - KEYWORDS="~amd64 ~x86" -else - KEYWORDS="" -fi - -LICENSE="LGPL-2.1" -SLOT="4" -IUSE="debug" - -DEPEND=" - >=net-libs/telepathy-qt-0.9.1 - !!<net-im/ktp-contact-list-0.4.0 -" -RDEPEND="${DEPEND}" diff --git a/net-im/ktp-contact-applet/ChangeLog b/net-im/ktp-contact-applet/ChangeLog index 661e2e790db5..1f4b13738504 100644 --- a/net-im/ktp-contact-applet/ChangeLog +++ b/net-im/ktp-contact-applet/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-im/ktp-contact-applet # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-contact-applet/ChangeLog,v 1.8 2012/08/28 12:06:01 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-contact-applet/ChangeLog,v 1.9 2012/08/28 12:27:50 johu Exp $ + + 28 Aug 2012; Johannes Huber <johu@gentoo.org> + -ktp-contact-applet-0.4.0.ebuild: + Remove KDE Telepathy 0.4.0. *ktp-contact-applet-0.5.0 (28 Aug 2012) diff --git a/net-im/ktp-contact-applet/ktp-contact-applet-0.4.0.ebuild b/net-im/ktp-contact-applet/ktp-contact-applet-0.4.0.ebuild deleted file mode 100644 index 2b2300389568..000000000000 --- a/net-im/ktp-contact-applet/ktp-contact-applet-0.4.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-contact-applet/ktp-contact-applet-0.4.0.ebuild,v 1.1 2012/07/13 14:30:32 johu Exp $ - -EAPI=4 - -KDE_SCM="git" -KDE_LINGUAS="ca cs da de el es et fi ga gl hu it ja lt nb nds nl pl pt pt_BR sk -sr sr@ijekavian sr@ijekavianlatin sr@latin sv uk zh_CN zh_TW" -inherit kde4-base - -DESCRIPTION="KDE Telepathy contact applet" -HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration" -if [[ ${PV} != *9999* ]]; then - SRC_URI="mirror://kde/unstable/kde-telepathy/${PV}/src/${P}.tar.bz2" - KEYWORDS="~amd64 ~x86" -else - KEYWORDS="" -fi - -LICENSE="GPL-2" -SLOT="4" -IUSE="debug" - -DEPEND=" - >=net-im/ktp-common-internals-${PV} - >=net-libs/telepathy-qt-0.9.1 -" -RDEPEND="${DEPEND} - >=net-im/ktp-contact-list-${PV} -" diff --git a/net-im/ktp-contact-list/ChangeLog b/net-im/ktp-contact-list/ChangeLog index 2f654ec4f641..3c9a933241ca 100644 --- a/net-im/ktp-contact-list/ChangeLog +++ b/net-im/ktp-contact-list/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-im/ktp-contact-list # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-contact-list/ChangeLog,v 1.7 2012/08/28 12:06:03 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-contact-list/ChangeLog,v 1.8 2012/08/28 12:27:49 johu Exp $ + + 28 Aug 2012; Johannes Huber <johu@gentoo.org> -ktp-contact-list-0.4.0.ebuild: + Remove KDE Telepathy 0.4.0. *ktp-contact-list-0.5.0 (28 Aug 2012) diff --git a/net-im/ktp-contact-list/ktp-contact-list-0.4.0.ebuild b/net-im/ktp-contact-list/ktp-contact-list-0.4.0.ebuild deleted file mode 100644 index b2d2862fd5f3..000000000000 --- a/net-im/ktp-contact-list/ktp-contact-list-0.4.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-contact-list/ktp-contact-list-0.4.0.ebuild,v 1.1 2012/07/13 14:30:33 johu 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 sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv ug uk zh_CN zh_TW" -KDE_SCM="git" -inherit kde4-base - -DESCRIPTION="KDE Telepathy contact list" -HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration" -if [[ ${PV} != *9999* ]]; then - SRC_URI="mirror://kde/unstable/kde-telepathy/${PV}/src/${P}.tar.bz2" - KEYWORDS="~amd64 ~x86" -else - KEYWORDS="" -fi - -LICENSE="GPL-2" -SLOT="4" -IUSE="debug" - -DEPEND=" - >=net-im/ktp-accounts-kcm-${PV} - >=net-im/ktp-common-internals-${PV} - >=net-libs/telepathy-qt-0.9.1 -" -RDEPEND="${DEPEND}" diff --git a/net-im/ktp-contact-runner/ChangeLog b/net-im/ktp-contact-runner/ChangeLog index c7fe02ce6b60..68107bc7edd0 100644 --- a/net-im/ktp-contact-runner/ChangeLog +++ b/net-im/ktp-contact-runner/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-im/ktp-contact-runner # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-contact-runner/ChangeLog,v 1.3 2012/08/28 12:06:02 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-contact-runner/ChangeLog,v 1.4 2012/08/28 12:27:49 johu Exp $ + + 28 Aug 2012; Johannes Huber <johu@gentoo.org> + -ktp-contact-runner-0.4.0.ebuild: + Remove KDE Telepathy 0.4.0. *ktp-contact-runner-0.5.0 (28 Aug 2012) diff --git a/net-im/ktp-contact-runner/ktp-contact-runner-0.4.0.ebuild b/net-im/ktp-contact-runner/ktp-contact-runner-0.4.0.ebuild deleted file mode 100644 index 31ec1d3b74d7..000000000000 --- a/net-im/ktp-contact-runner/ktp-contact-runner-0.4.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-contact-runner/ktp-contact-runner-0.4.0.ebuild,v 1.1 2012/07/13 14:30:31 johu Exp $ - -EAPI=4 - -KDE_SCM="git" -KDE_LINGUAS="ca cs da de el et ga gl hu it lt nds nl pl pt pt_BR sk sr -sr@ijekavian sr@ijekavianlatin sr@latin sv uk zh_CN zh_TW" -inherit kde4-base - -DESCRIPTION="KDE Telepathy 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="GPL-3" -SLOT="4" -IUSE="debug" - -DEPEND=" - >=net-im/ktp-common-internals-${PV} - >=net-libs/telepathy-qt-0.9.1 -" -RDEPEND="${DEPEND}" diff --git a/net-im/ktp-filetransfer-handler/ChangeLog b/net-im/ktp-filetransfer-handler/ChangeLog index 46d8a224431f..7c3067f3fa1a 100644 --- a/net-im/ktp-filetransfer-handler/ChangeLog +++ b/net-im/ktp-filetransfer-handler/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-im/ktp-filetransfer-handler # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-filetransfer-handler/ChangeLog,v 1.7 2012/08/28 12:06:03 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-filetransfer-handler/ChangeLog,v 1.8 2012/08/28 12:27:50 johu Exp $ + + 28 Aug 2012; Johannes Huber <johu@gentoo.org> + -ktp-filetransfer-handler-0.4.0.ebuild: + Remove KDE Telepathy 0.4.0. *ktp-filetransfer-handler-0.5.0 (28 Aug 2012) diff --git a/net-im/ktp-filetransfer-handler/ktp-filetransfer-handler-0.4.0.ebuild b/net-im/ktp-filetransfer-handler/ktp-filetransfer-handler-0.4.0.ebuild deleted file mode 100644 index 7d778648e039..000000000000 --- a/net-im/ktp-filetransfer-handler/ktp-filetransfer-handler-0.4.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-filetransfer-handler/ktp-filetransfer-handler-0.4.0.ebuild,v 1.1 2012/07/13 14:30:33 johu Exp $ - -EAPI=4 - -KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it ja lt nb nds nl pl pt pt_BR -sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv uk zh_CN zh_TW" -KDE_SCM="git" -inherit kde4-base - -DESCRIPTION="KDE Telepathy file transfer handler" -HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration" -if [[ ${PV} != *9999* ]]; then - SRC_URI="mirror://kde/unstable/kde-telepathy/${PV}/src/${P}.tar.bz2" - KEYWORDS="~amd64 ~x86" -else - KEYWORDS="" -fi - -LICENSE="GPL-2" -SLOT="4" -IUSE="debug" - -DEPEND=" - >=net-im/ktp-common-internals-${PV} - >=net-libs/telepathy-qt-0.9.1 -" -RDEPEND="${DEPEND}" diff --git a/net-im/ktp-kded-module/ChangeLog b/net-im/ktp-kded-module/ChangeLog index 258c5438f057..d56e6c8977e0 100644 --- a/net-im/ktp-kded-module/ChangeLog +++ b/net-im/ktp-kded-module/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-im/ktp-kded-module # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-kded-module/ChangeLog,v 1.7 2012/08/28 12:06:02 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-kded-module/ChangeLog,v 1.8 2012/08/28 12:27:50 johu Exp $ + + 28 Aug 2012; Johannes Huber <johu@gentoo.org> -ktp-kded-module-0.4.0.ebuild: + Remove KDE Telepathy 0.4.0. *ktp-kded-module-0.5.0 (28 Aug 2012) diff --git a/net-im/ktp-kded-module/ktp-kded-module-0.4.0.ebuild b/net-im/ktp-kded-module/ktp-kded-module-0.4.0.ebuild deleted file mode 100644 index 7269f58198e3..000000000000 --- a/net-im/ktp-kded-module/ktp-kded-module-0.4.0.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-kded-module/ktp-kded-module-0.4.0.ebuild,v 1.1 2012/07/13 14:30:32 johu Exp $ - -EAPI=4 - -KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it ja lt nb nds nl pl pt pt_BR -sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv uk zh_CN zh_TW" -KDE_SCM="git" -MY_P=${PN/kded/kded-integration}-${PV} -inherit kde4-base - -DESCRIPTION="KDE Telepathy workspace integration" -HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration" -if [[ ${PV} != *9999* ]]; then - SRC_URI="mirror://kde/unstable/kde-telepathy/${PV}/src/${MY_P}.tar.bz2" - KEYWORDS="~amd64 ~x86" -else - KEYWORDS="" -fi - -LICENSE="LGPL-2.1" -SLOT="4" -IUSE="debug" - -DEPEND=" - >=net-im/ktp-common-internals-${PV} - >=net-libs/telepathy-qt-0.9.1 -" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/${MY_P} diff --git a/net-im/ktp-presence-applet/ChangeLog b/net-im/ktp-presence-applet/ChangeLog index 354a80b5f27f..b56464ca3ae7 100644 --- a/net-im/ktp-presence-applet/ChangeLog +++ b/net-im/ktp-presence-applet/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-im/ktp-presence-applet # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-presence-applet/ChangeLog,v 1.8 2012/08/28 12:06:01 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-presence-applet/ChangeLog,v 1.9 2012/08/28 12:27:49 johu Exp $ + + 28 Aug 2012; Johannes Huber <johu@gentoo.org> + -ktp-presence-applet-0.4.0.ebuild: + Remove KDE Telepathy 0.4.0. *ktp-presence-applet-0.5.0 (28 Aug 2012) diff --git a/net-im/ktp-presence-applet/ktp-presence-applet-0.4.0.ebuild b/net-im/ktp-presence-applet/ktp-presence-applet-0.4.0.ebuild deleted file mode 100644 index ca18eb572953..000000000000 --- a/net-im/ktp-presence-applet/ktp-presence-applet-0.4.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-presence-applet/ktp-presence-applet-0.4.0.ebuild,v 1.1 2012/07/13 14:30:32 johu Exp $ - -EAPI=4 - -KDE_SCM="git" -KDE_LINGUAS="ca cs da de el es et fi ga gl hu it ja lt nb nds nl pl pt pt_BR sk -sr sr@ijekavian sr@ijekavianlatin sr@latin sv uk zh_CN zh_TW" -inherit kde4-base - -DESCRIPTION="KDE Telepathy presence applet" -HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration" -if [[ ${PV} != *9999* ]]; then - SRC_URI="mirror://kde/unstable/kde-telepathy/${PV}/src/${P}.tar.bz2" - KEYWORDS="~amd64 ~x86" -else - KEYWORDS="" -fi - -LICENSE="GPL-2" -SLOT="4" -IUSE="debug" - -DEPEND=" - >=net-libs/telepathy-qt-0.9.1 -" -RDEPEND="${DEPEND} - >=net-im/ktp-contact-list-${PV} -" diff --git a/net-im/ktp-send-file/ChangeLog b/net-im/ktp-send-file/ChangeLog index f9063a787a3c..0f2d7ea99c96 100644 --- a/net-im/ktp-send-file/ChangeLog +++ b/net-im/ktp-send-file/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-im/ktp-send-file # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-send-file/ChangeLog,v 1.7 2012/08/28 12:06:00 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-send-file/ChangeLog,v 1.8 2012/08/28 12:27:48 johu Exp $ + + 28 Aug 2012; Johannes Huber <johu@gentoo.org> -ktp-send-file-0.4.0.ebuild: + Remove KDE Telepathy 0.4.0. *ktp-send-file-0.5.0 (28 Aug 2012) diff --git a/net-im/ktp-send-file/ktp-send-file-0.4.0.ebuild b/net-im/ktp-send-file/ktp-send-file-0.4.0.ebuild deleted file mode 100644 index 862a480b6ac4..000000000000 --- a/net-im/ktp-send-file/ktp-send-file-0.4.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-send-file/ktp-send-file-0.4.0.ebuild,v 1.1 2012/07/13 14:30:30 johu Exp $ - -EAPI=4 - -KDE_MINIMAL="4.7" -KDE_LINGUAS="ca cs da de el es et fi ga gl hu it ja lt nb nds nl pl pt pt_BR sk -sr sr@ijekavian sr@ijekavianlatin sr@latin sv uk zh_CN zh_TW" -KDE_SCM="git" -inherit kde4-base - -DESCRIPTION="KDE Telepathy file manager plugin to send files to contacts" -HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration" -if [[ ${PV} != *9999* ]]; then - SRC_URI="mirror://kde/unstable/kde-telepathy/${PV}/src/${P}.tar.bz2" - KEYWORDS="~amd64 ~x86" -else - KEYWORDS="" -fi - -LICENSE="LGPL-2.1" -SLOT="4" -IUSE="debug" - -DEPEND=" - >=net-im/ktp-common-internals-${PV} - >=net-libs/telepathy-qt-0.9.1 -" -RDEPEND="${DEPEND} - >=net-im/ktp-contact-list-${PV} - >=net-im/ktp-filetransfer-handler-${PV} -" diff --git a/net-im/ktp-text-ui/ChangeLog b/net-im/ktp-text-ui/ChangeLog index 7534daab19bd..327daf00bbeb 100644 --- a/net-im/ktp-text-ui/ChangeLog +++ b/net-im/ktp-text-ui/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-im/ktp-text-ui # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-text-ui/ChangeLog,v 1.8 2012/08/28 12:06:03 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-text-ui/ChangeLog,v 1.9 2012/08/28 12:27:49 johu Exp $ + + 28 Aug 2012; Johannes Huber <johu@gentoo.org> -ktp-text-ui-0.4.0.ebuild, + -ktp-text-ui-0.4.0-r1.ebuild, + -files/ktp-text-ui-0.4.0-reduce-libpurple-delay.patch: + Remove KDE Telepathy 0.4.0. *ktp-text-ui-0.5.0 (28 Aug 2012) diff --git a/net-im/ktp-text-ui/files/ktp-text-ui-0.4.0-reduce-libpurple-delay.patch b/net-im/ktp-text-ui/files/ktp-text-ui-0.4.0-reduce-libpurple-delay.patch deleted file mode 100644 index bc1ad87b2fc5..000000000000 --- a/net-im/ktp-text-ui/files/ktp-text-ui-0.4.0-reduce-libpurple-delay.patch +++ /dev/null @@ -1,43 +0,0 @@ -commit 04a419887ba7102726ae4168294da613ea58a6e2 -Author: Martin Klapetek <martin.klapetek@gmail.com> -Date: Wed Jul 18 14:58:33 2012 +0200 - - Don't spam the channel with Composing state if the state actually hasn't changed - - This fixes delays in messages with some accounts like ICQ/AIM, however if user sends quickly too many messages, - they will still be delayed (by libpurple), just considerably less. Now we're on par with Empathy and Kopete, - that's all we can do about it. - - Reviewed-by: George Kiagiadakis - BUG: 300655 - FIXED-IN: 0.4.1 - -diff --git a/lib/chat-widget.cpp b/lib/chat-widget.cpp -index e3439d8..e30d7b5 100644 ---- a/lib/chat-widget.cpp -+++ b/lib/chat-widget.cpp -@@ -862,13 +862,21 @@ void ChatWidget::onChannelInvalidated() - void ChatWidget::onInputBoxChanged() - { - //if the box is empty -- bool textBoxEmpty = !d->ui.sendMessageBox->toPlainText().isEmpty(); -+ bool textBoxEmpty = d->ui.sendMessageBox->toPlainText().isEmpty(); - -- //FIXME buffer what we've sent to telepathy, make this more efficient. -- if(textBoxEmpty) { -+ //if the timer is active, it means the user is continuously typing -+ if (d->pausedStateTimer->isActive()) { -+ //just restart the timer and don't spam with chat state changes -+ d->pausedStateTimer->start(5000); -+ return; -+ } -+ -+ if(!textBoxEmpty) { -+ //if the user has typed some text, set state to Composing and start the timer - d->channel->requestChatState(Tp::ChannelChatStateComposing); - d->pausedStateTimer->start(5000); - } else { -+ //if the user typed no text/cleared the input field, set Active and stop the timer - d->channel->requestChatState(Tp::ChannelChatStateActive); - d->pausedStateTimer->stop(); - } diff --git a/net-im/ktp-text-ui/ktp-text-ui-0.4.0-r1.ebuild b/net-im/ktp-text-ui/ktp-text-ui-0.4.0-r1.ebuild deleted file mode 100644 index 7d659be36dc0..000000000000 --- a/net-im/ktp-text-ui/ktp-text-ui-0.4.0-r1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-text-ui/ktp-text-ui-0.4.0-r1.ebuild,v 1.1 2012/07/19 00:43:40 johu 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 sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv ug uk zh_CN zh_TW" -KDE_SCM="git" -inherit kde4-base - -DESCRIPTION="KDE Telepathy text chat window" -HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration" -if [[ ${PV} != *9999* ]]; then - SRC_URI="mirror://kde/unstable/kde-telepathy/${PV}/src/${P}.tar.bz2" - KEYWORDS="~amd64 ~x86" -else - KEYWORDS="" -fi - -LICENSE="GPL-2" -SLOT="4" -IUSE="debug +history" - -DEPEND=" - >=net-libs/telepathy-qt-0.9.1 - history? ( net-libs/telepathy-logger-qt ) -" -RDEPEND="${DEPEND} - >=net-im/ktp-contact-list-${PV} -" - -PATCHES=( "${FILESDIR}/${P}-reduce-libpurple-delay.patch" ) - -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.4.0.ebuild b/net-im/ktp-text-ui/ktp-text-ui-0.4.0.ebuild deleted file mode 100644 index 518a4f58b566..000000000000 --- a/net-im/ktp-text-ui/ktp-text-ui-0.4.0.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-text-ui/ktp-text-ui-0.4.0.ebuild,v 1.1 2012/07/13 14:30:32 johu 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 sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv ug uk zh_CN zh_TW" -KDE_SCM="git" -inherit kde4-base - -DESCRIPTION="KDE Telepathy text chat window" -HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration" -if [[ ${PV} != *9999* ]]; then - SRC_URI="mirror://kde/unstable/kde-telepathy/${PV}/src/${P}.tar.bz2" - KEYWORDS="~amd64 ~x86" -else - KEYWORDS="" -fi - -LICENSE="GPL-2" -SLOT="4" -IUSE="debug +history" - -DEPEND=" - >=net-libs/telepathy-qt-0.9.1 - history? ( net-libs/telepathy-logger-qt ) -" -RDEPEND="${DEPEND} - >=net-im/ktp-contact-list-${PV} -" - -src_configure() { - mycmakeargs=( - $(cmake-utils_use_with history TelepathyLoggerQt4) - ) - - cmake-utils_src_configure -} |