diff options
| author | Tomas Chvatal <tchvatal@suse.cz> | 2013-01-21 15:12:31 +0100 |
|---|---|---|
| committer | Tomas Chvatal <tchvatal@suse.cz> | 2013-01-21 15:12:31 +0100 |
| commit | 0a4b086d1ca727c7768adefb5432028ab45eb3d4 (patch) | |
| tree | dcf405209814ebf4a19ed8b8b9c610f778a35362 /net-im | |
| parent | f31f379a1178ca91cea494420586f8e4b0f3b95d (diff) | |
| download | kde-0a4b086d1ca727c7768adefb5432028ab45eb3d4.tar.gz kde-0a4b086d1ca727c7768adefb5432028ab45eb3d4.tar.bz2 kde-0a4b086d1ca727c7768adefb5432028ab45eb3d4.zip | |
[net-im] kde-telepathy drop 0.5.2 as it was moved to main tree.
Diffstat (limited to 'net-im')
14 files changed, 0 insertions, 448 deletions
diff --git a/net-im/kde-telepathy-meta/kde-telepathy-meta-0.5.2.ebuild b/net-im/kde-telepathy-meta/kde-telepathy-meta-0.5.2.ebuild deleted file mode 100644 index ff33c1ed87b..00000000000 --- a/net-im/kde-telepathy-meta/kde-telepathy-meta-0.5.2.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/ktp-accounts-kcm/ktp-accounts-kcm-0.5.2.ebuild b/net-im/ktp-accounts-kcm/ktp-accounts-kcm-0.5.2.ebuild deleted file mode 100644 index 8316cba4e48..00000000000 --- a/net-im/ktp-accounts-kcm/ktp-accounts-kcm-0.5.2.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.2.ebuild b/net-im/ktp-approver/ktp-approver-0.5.2.ebuild deleted file mode 100644 index 0a8f87b3f07..00000000000 --- a/net-im/ktp-approver/ktp-approver-0.5.2.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.2.ebuild b/net-im/ktp-auth-handler/ktp-auth-handler-0.5.2.ebuild deleted file mode 100644 index ca46f588b58..00000000000 --- a/net-im/ktp-auth-handler/ktp-auth-handler-0.5.2.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.2.ebuild b/net-im/ktp-call-ui/ktp-call-ui-0.5.2.ebuild deleted file mode 100644 index 715350a0bce..00000000000 --- a/net-im/ktp-call-ui/ktp-call-ui-0.5.2.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-0.6 - >=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.2.ebuild b/net-im/ktp-common-internals/ktp-common-internals-0.5.2.ebuild deleted file mode 100644 index 9925a8b25a6..00000000000 --- a/net-im/ktp-common-internals/ktp-common-internals-0.5.2.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-contact-applet/ktp-contact-applet-0.5.2.ebuild b/net-im/ktp-contact-applet/ktp-contact-applet-0.5.2.ebuild deleted file mode 100644 index 2bb5cb393e8..00000000000 --- a/net-im/ktp-contact-applet/ktp-contact-applet-0.5.2.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 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.2.ebuild b/net-im/ktp-contact-list/ktp-contact-list-0.5.2.ebuild deleted file mode 100644 index 2b8484bf6d8..00000000000 --- a/net-im/ktp-contact-list/ktp-contact-list-0.5.2.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.2.ebuild b/net-im/ktp-contact-runner/ktp-contact-runner-0.5.2.ebuild deleted file mode 100644 index b37f67f8294..00000000000 --- a/net-im/ktp-contact-runner/ktp-contact-runner-0.5.2.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-filetransfer-handler/ktp-filetransfer-handler-0.5.2.ebuild b/net-im/ktp-filetransfer-handler/ktp-filetransfer-handler-0.5.2.ebuild deleted file mode 100644 index 7dc4469a7e2..00000000000 --- a/net-im/ktp-filetransfer-handler/ktp-filetransfer-handler-0.5.2.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.2.1.ebuild b/net-im/ktp-kded-module/ktp-kded-module-0.5.2.1.ebuild deleted file mode 100644 index 0ce80191469..00000000000 --- a/net-im/ktp-kded-module/ktp-kded-module-0.5.2.1.ebuild +++ /dev/null @@ -1,34 +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 versionator -MY_PN=${PN/kded/kded-integration} -MY_P=${MY_PN}-${PV} -KTP_PV=$(get_version_component_range 1-3) -KTP_P=${MY_PN}-${KTP_PV} - -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/${KTP_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-${KTP_PV} - >=net-libs/telepathy-qt-0.9.3 -" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/${KTP_P} diff --git a/net-im/ktp-presence-applet/ktp-presence-applet-0.5.2.ebuild b/net-im/ktp-presence-applet/ktp-presence-applet-0.5.2.ebuild deleted file mode 100644 index 1c62e4e8aac..00000000000 --- a/net-im/ktp-presence-applet/ktp-presence-applet-0.5.2.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 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.2.ebuild b/net-im/ktp-send-file/ktp-send-file-0.5.2.ebuild deleted file mode 100644 index 38d12ccb2b5..00000000000 --- a/net-im/ktp-send-file/ktp-send-file-0.5.2.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.2.ebuild b/net-im/ktp-text-ui/ktp-text-ui-0.5.2.ebuild deleted file mode 100644 index f1638a3cd35..00000000000 --- a/net-im/ktp-text-ui/ktp-text-ui-0.5.2.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 -} |
