diff options
Diffstat (limited to 'net-im')
15 files changed, 0 insertions, 487 deletions
diff --git a/net-im/kde-telepathy-meta/kde-telepathy-meta-4.9999.ebuild b/net-im/kde-telepathy-meta/kde-telepathy-meta-4.9999.ebuild deleted file mode 100644 index f17acce2c96..00000000000 --- a/net-im/kde-telepathy-meta/kde-telepathy-meta-4.9999.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2015 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}:4 - >=net-im/ktp-approver-${PV}:4 - >=net-im/ktp-auth-handler-${PV}:4 - >=net-im/ktp-call-ui-${PV}:4 - >=net-im/ktp-common-internals-${PV}:4 - >=net-im/ktp-contact-list-${PV}:4 - >=net-im/ktp-contact-runner-${PV}:4 - >=net-im/ktp-desktop-applets-${PV}:4 - >=net-im/ktp-filetransfer-handler-${PV}:4 - >=net-im/ktp-kded-module-${PV}:4 - >=net-im/ktp-send-file-${PV}:4 - >=net-im/ktp-text-ui-${PV}:4 - 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/metadata.xml b/net-im/kde-telepathy-meta/metadata.xml deleted file mode 100644 index a23f444b67d..00000000000 --- a/net-im/kde-telepathy-meta/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-accounts-kcm/ktp-accounts-kcm-4.9999.ebuild b/net-im/ktp-accounts-kcm/ktp-accounts-kcm-4.9999.ebuild deleted file mode 100644 index f5059c903ce..00000000000 --- a/net-im/ktp-accounts-kcm/ktp-accounts-kcm-4.9999.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2015 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" -EGIT_BRANCH="kde-telepathy-0.9" -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 modemmanager" - -DEPEND=" - >=net-im/ktp-common-internals-${PV}:4 - 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-accounts-kcm/metadata.xml b/net-im/ktp-accounts-kcm/metadata.xml index c5ae96e2c63..a23f444b67d 100644 --- a/net-im/ktp-accounts-kcm/metadata.xml +++ b/net-im/ktp-accounts-kcm/metadata.xml @@ -2,7 +2,4 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>kde</herd> - <use> - <flag name="modemmanager">Enable support for mobile broadband devices</flag> - </use> </pkgmetadata> diff --git a/net-im/ktp-approver/ktp-approver-4.9999.ebuild b/net-im/ktp-approver/ktp-approver-4.9999.ebuild deleted file mode 100644 index 0c76ab34f3f..00000000000 --- a/net-im/ktp-approver/ktp-approver-4.9999.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2015 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" -EGIT_BRANCH="kde-telepathy-0.9" -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.5[qt4] -" -RDEPEND="${DEPEND} - >=net-im/ktp-contact-list-${PV}:4 -" 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 deleted file mode 100644 index ebbfd06e1aa..00000000000 --- a/net-im/ktp-auth-handler/ktp-auth-handler-4.9999.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2015 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" -EGIT_BRANCH="kde-telepathy-0.9" -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=" - app-crypt/qca:2[qt4(+)] - >=dev-libs/qjson-0.8 - >=net-im/ktp-common-internals-${PV}:4 - >=net-libs/telepathy-qt-0.9.5[qt4] -" -RDEPEND="${DEPEND} - app-crypt/qca:2[openssl] -" 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 deleted file mode 100644 index 144f57bb718..00000000000 --- a/net-im/ktp-call-ui/ktp-call-ui-4.9999.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2015 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/stable/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}:4 - 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}:4 - >=net-im/ktp-desktop-applets-${PV}:4 - >=net-im/ktp-text-ui-${PV}:4 - ) - v4l? ( media-plugins/gst-plugins-v4l2:0.10 ) -" 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 deleted file mode 100644 index 7099023e7a2..00000000000 --- a/net-im/ktp-common-internals/ktp-common-internals-4.9999.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2015 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" -EGIT_BRANCH="kde-telepathy-0.9" -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 otr semantic-desktop" - -DEPEND=" - >=net-libs/telepathy-qt-0.9.5[qt4] - >=net-libs/telepathy-logger-qt-0.5.80:0 - otr? ( - dev-libs/libgcrypt:0= - >=net-libs/libotr-4.0.0 - ) - semantic-desktop? ( - $(add_kdebase_dep kdepimlibs) - || ( >=net-libs/libkpeople-0.3.0:= >=net-libs/kpeople-0.3.0:= ) - ) -" -RDEPEND="${DEPEND}" - -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-4.9999.ebuild b/net-im/ktp-contact-list/ktp-contact-list-4.9999.ebuild deleted file mode 100644 index 2ef3ffdf0de..00000000000 --- a/net-im/ktp-contact-list/ktp-contact-list-4.9999.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2015 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" -EGIT_BRANCH="kde-telepathy-0.9" -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 semantic-desktop" - -DEPEND=" - >=net-im/ktp-accounts-kcm-${PV}:4 - >=net-im/ktp-common-internals-${PV}:4[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-4.9999.ebuild b/net-im/ktp-contact-runner/ktp-contact-runner-4.9999.ebuild deleted file mode 100644 index 6b6c775bc4b..00000000000 --- a/net-im/ktp-contact-runner/ktp-contact-runner-4.9999.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2015 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" -EGIT_BRANCH="kde-telepathy-0.9" -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}:4 - >=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 deleted file mode 100644 index efc37869912..00000000000 --- a/net-im/ktp-desktop-applets/ktp-desktop-applets-4.9999.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2015 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" -EGIT_BRANCH="kde-telepathy-0.9" -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 LGPL-2.1" -SLOT="4" -IUSE="debug" - -DEPEND=" - >=net-im/ktp-common-internals-${PV}:4 - >=net-libs/telepathy-qt-0.9.5[qt4] -" -RDEPEND="${DEPEND} - >=net-im/ktp-contact-list-${PV}:4 -" 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 deleted file mode 100644 index f4facfda18d..00000000000 --- a/net-im/ktp-filetransfer-handler/ktp-filetransfer-handler-4.9999.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2015 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" -EGIT_BRANCH="kde-telepathy-0.9" -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}:4 - >=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 deleted file mode 100644 index b17f91b94e2..00000000000 --- a/net-im/ktp-kded-module/ktp-kded-module-4.9999.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2015 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} -EGIT_BRANCH="kde-telepathy-0.9" -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}:4 - >=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-4.9999.ebuild b/net-im/ktp-send-file/ktp-send-file-4.9999.ebuild deleted file mode 100644 index 214f5174500..00000000000 --- a/net-im/ktp-send-file/ktp-send-file-4.9999.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2015 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" -EGIT_BRANCH="kde-telepathy-0.9" -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}:4 - >=net-libs/telepathy-qt-0.9.5[qt4] -" -RDEPEND="${DEPEND} - >=net-im/ktp-contact-list-${PV}:4 - >=net-im/ktp-filetransfer-handler-${PV}:4 -" 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 deleted file mode 100644 index 69ec89afc5b..00000000000 --- a/net-im/ktp-text-ui/ktp-text-ui-4.9999.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2015 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" -EGIT_BRANCH="kde-telepathy-0.9" -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 semantic-desktop" - -DEPEND=" - >=net-libs/telepathy-qt-0.9.5[qt4] - >=net-libs/telepathy-logger-qt-0.8:0 - semantic-desktop? ( - $(add_kdebase_dep kdepimlibs) - || ( >=net-libs/libkpeople-0.3.0:= >=net-libs/kpeople-0.3.0:= ) - ) -" -RDEPEND="${DEPEND} - >=net-im/ktp-contact-list-${PV}:4 -" - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_find_package semantic-desktop KPeople) - ) - - kde4-base_src_configure -} |
