diff options
author | Johannes Huber <johu@gentoo.org> | 2014-04-26 01:17:19 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2014-04-26 01:17:19 +0000 |
commit | e96f59b6f94df44d3e60d87cf01e3fc14ddd2c8e (patch) | |
tree | d21545aab0311ac6d10cdc858b43a2582b02e606 | |
parent | bump - 508688 (diff) | |
download | gentoo-2-e96f59b6f94df44d3e60d87cf01e3fc14ddd2c8e.tar.gz gentoo-2-e96f59b6f94df44d3e60d87cf01e3fc14ddd2c8e.tar.bz2 gentoo-2-e96f59b6f94df44d3e60d87cf01e3fc14ddd2c8e.zip |
Version bump KDE Telepathy 0.8.1.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
26 files changed, 535 insertions, 13 deletions
diff --git a/net-im/kde-telepathy-meta/ChangeLog b/net-im/kde-telepathy-meta/ChangeLog index 94211adb1e07..79ba9daf4d74 100644 --- a/net-im/kde-telepathy-meta/ChangeLog +++ b/net-im/kde-telepathy-meta/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-im/kde-telepathy-meta # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/kde-telepathy-meta/ChangeLog,v 1.25 2014/03/12 11:21:06 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/kde-telepathy-meta/ChangeLog,v 1.26 2014/04/26 01:17:18 johu Exp $ + +*kde-telepathy-meta-0.8.1 (26 Apr 2014) + + 26 Apr 2014; Johannes Huber <johu@gentoo.org> + +kde-telepathy-meta-0.8.1.ebuild: + Version bump KDE Telepathy 0.8.1. 12 Mar 2014; Johannes Huber <johu@gentoo.org> -kde-telepathy-meta-0.6.3.ebuild: diff --git a/net-im/kde-telepathy-meta/kde-telepathy-meta-0.8.1.ebuild b/net-im/kde-telepathy-meta/kde-telepathy-meta-0.8.1.ebuild new file mode 100644 index 000000000000..5da862a66a49 --- /dev/null +++ b/net-im/kde-telepathy-meta/kde-telepathy-meta-0.8.1.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2014 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.8.1.ebuild,v 1.1 2014/04/26 01:17:18 johu Exp $ + +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/ChangeLog b/net-im/ktp-accounts-kcm/ChangeLog index ac5ef98bc22d..d1741ad13625 100644 --- a/net-im/ktp-accounts-kcm/ChangeLog +++ b/net-im/ktp-accounts-kcm/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-im/ktp-accounts-kcm # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-accounts-kcm/ChangeLog,v 1.27 2014/03/12 11:21:06 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-accounts-kcm/ChangeLog,v 1.28 2014/04/26 01:17:17 johu Exp $ + +*ktp-accounts-kcm-0.8.1 (26 Apr 2014) + + 26 Apr 2014; Johannes Huber <johu@gentoo.org> +ktp-accounts-kcm-0.8.1.ebuild: + Version bump KDE Telepathy 0.8.1. 12 Mar 2014; Johannes Huber <johu@gentoo.org> -ktp-accounts-kcm-0.6.3.ebuild, -files/ktp-accounts-kcm-0.7.0-libmm-qt-api.patch, diff --git a/net-im/ktp-accounts-kcm/ktp-accounts-kcm-0.8.1.ebuild b/net-im/ktp-accounts-kcm/ktp-accounts-kcm-0.8.1.ebuild new file mode 100644 index 000000000000..ae0d1a5e5cb7 --- /dev/null +++ b/net-im/ktp-accounts-kcm/ktp-accounts-kcm-0.8.1.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2014 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.8.1.ebuild,v 1.1 2014/04/26 01:17:17 johu Exp $ + +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/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} + net-im/telepathy-mission-control + net-libs/telepathy-glib + >=net-libs/telepathy-qt-0.9.3 + 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/ChangeLog b/net-im/ktp-approver/ChangeLog index 8852e72a3fdf..1ea7dee1146d 100644 --- a/net-im/ktp-approver/ChangeLog +++ b/net-im/ktp-approver/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-im/ktp-approver # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-approver/ChangeLog,v 1.24 2014/03/12 11:21:07 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-approver/ChangeLog,v 1.25 2014/04/26 01:17:18 johu Exp $ + +*ktp-approver-0.8.1 (26 Apr 2014) + + 26 Apr 2014; Johannes Huber <johu@gentoo.org> +ktp-approver-0.8.1.ebuild: + Version bump KDE Telepathy 0.8.1. 12 Mar 2014; Johannes Huber <johu@gentoo.org> -ktp-approver-0.6.3.ebuild: Remove KDE Telepathy 0.6.3. diff --git a/net-im/ktp-approver/ktp-approver-0.8.1.ebuild b/net-im/ktp-approver/ktp-approver-0.8.1.ebuild new file mode 100644 index 000000000000..c1a3ee87e9ff --- /dev/null +++ b/net-im/ktp-approver/ktp-approver-0.8.1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2014 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.8.1.ebuild,v 1.1 2014/04/26 01:17:18 johu Exp $ + +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/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/ChangeLog b/net-im/ktp-auth-handler/ChangeLog index 796708219309..35b656268a96 100644 --- a/net-im/ktp-auth-handler/ChangeLog +++ b/net-im/ktp-auth-handler/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-im/ktp-auth-handler # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-auth-handler/ChangeLog,v 1.25 2014/03/12 11:21:07 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-auth-handler/ChangeLog,v 1.26 2014/04/26 01:17:19 johu Exp $ + +*ktp-auth-handler-0.8.1 (26 Apr 2014) + + 26 Apr 2014; Johannes Huber <johu@gentoo.org> +ktp-auth-handler-0.8.1.ebuild: + Version bump KDE Telepathy 0.8.1. 12 Mar 2014; Johannes Huber <johu@gentoo.org> -ktp-auth-handler-0.6.3.ebuild: Remove KDE Telepathy 0.6.3. diff --git a/net-im/ktp-auth-handler/ktp-auth-handler-0.8.1.ebuild b/net-im/ktp-auth-handler/ktp-auth-handler-0.8.1.ebuild new file mode 100644 index 000000000000..778b459e5669 --- /dev/null +++ b/net-im/ktp-auth-handler/ktp-auth-handler-0.8.1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2014 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.8.1.ebuild,v 1.1 2014/04/26 01:17:19 johu Exp $ + +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/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 + >=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/ChangeLog b/net-im/ktp-call-ui/ChangeLog index 9b699658ac25..3ad36b7580cb 100644 --- a/net-im/ktp-call-ui/ChangeLog +++ b/net-im/ktp-call-ui/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-im/ktp-call-ui # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-call-ui/ChangeLog,v 1.22 2014/03/12 11:21:06 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-call-ui/ChangeLog,v 1.23 2014/04/26 01:17:17 johu Exp $ + +*ktp-call-ui-0.8.1 (26 Apr 2014) + + 26 Apr 2014; Johannes Huber <johu@gentoo.org> +ktp-call-ui-0.8.1.ebuild: + Version bump KDE Telepathy 0.8.1. 12 Mar 2014; Johannes Huber <johu@gentoo.org> -ktp-call-ui-0.6.3.ebuild: Remove KDE Telepathy 0.6.3. diff --git a/net-im/ktp-call-ui/ktp-call-ui-0.8.1.ebuild b/net-im/ktp-call-ui/ktp-call-ui-0.8.1.ebuild new file mode 100644 index 000000000000..99bd7d35f7e6 --- /dev/null +++ b/net-im/ktp-call-ui/ktp-call-ui-0.8.1.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2014 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.8.1.ebuild,v 1.1 2014/04/26 01:17:17 johu Exp $ + +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-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/ChangeLog b/net-im/ktp-common-internals/ChangeLog index 342fdd16d4b9..8c94d306f429 100644 --- a/net-im/ktp-common-internals/ChangeLog +++ b/net-im/ktp-common-internals/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-im/ktp-common-internals # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-common-internals/ChangeLog,v 1.27 2014/04/12 13:18:39 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-common-internals/ChangeLog,v 1.28 2014/04/26 01:17:18 johu Exp $ + +*ktp-common-internals-0.8.1 (26 Apr 2014) + + 26 Apr 2014; Johannes Huber <johu@gentoo.org> + +ktp-common-internals-0.8.1.ebuild: + Version bump KDE Telepathy 0.8.1. 12 Apr 2014; Johannes Huber <johu@gentoo.org> ktp-common-internals-0.8.0.ebuild: diff --git a/net-im/ktp-common-internals/ktp-common-internals-0.8.1.ebuild b/net-im/ktp-common-internals/ktp-common-internals-0.8.1.ebuild new file mode 100644 index 000000000000..e43033c7a6e5 --- /dev/null +++ b/net-im/ktp-common-internals/ktp-common-internals-0.8.1.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2014 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.8.1.ebuild,v 1.1 2014/04/26 01:17:18 johu Exp $ + +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/stable/kde-telepathy/${PV}/src/${P}.tar.bz2" + KEYWORDS="~amd64 ~x86" +else + KEYWORDS="" +fi + +LICENSE="LGPL-2.1" +SLOT="4" +IUSE="debug semantic-desktop" + +DEPEND=" + >=net-libs/telepathy-qt-0.9.3 + >=net-libs/telepathy-logger-qt-0.5.80 + semantic-desktop? ( + $(add_kdebase_dep kdepimlibs) + >=net-libs/libkpeople-0.2.1 + ) +" +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 semantic-desktop KPeople) + $(cmake-utils_use_find_package semantic-desktop KdepimLibs) + ) + + kde4-base_src_configure +} diff --git a/net-im/ktp-contact-list/ChangeLog b/net-im/ktp-contact-list/ChangeLog index 93e4f8375961..3241a7ccba58 100644 --- a/net-im/ktp-contact-list/ChangeLog +++ b/net-im/ktp-contact-list/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-im/ktp-contact-list # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-contact-list/ChangeLog,v 1.25 2014/04/12 13:20:50 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-contact-list/ChangeLog,v 1.26 2014/04/26 01:17:17 johu Exp $ + +*ktp-contact-list-0.8.1 (26 Apr 2014) + + 26 Apr 2014; Johannes Huber <johu@gentoo.org> +ktp-contact-list-0.8.1.ebuild: + Version bump KDE Telepathy 0.8.1. 12 Apr 2014; Johannes Huber <johu@gentoo.org> ktp-contact-list-0.8.0.ebuild: Add semantic-desktop use flag by Uwe L. Korn <uwelk@xhochy.com>. diff --git a/net-im/ktp-contact-list/ktp-contact-list-0.8.1.ebuild b/net-im/ktp-contact-list/ktp-contact-list-0.8.1.ebuild new file mode 100644 index 000000000000..e8460875baee --- /dev/null +++ b/net-im/ktp-contact-list/ktp-contact-list-0.8.1.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2014 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.8.1.ebuild,v 1.1 2014/04/26 01:17:17 johu Exp $ + +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/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} + >=net-im/ktp-common-internals-${PV}[semantic-desktop?] + >=net-libs/telepathy-qt-0.9.3 + semantic-desktop? ( >=net-libs/libkpeople-0.2.1 ) +" +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/ChangeLog b/net-im/ktp-contact-runner/ChangeLog index b01933ee9df5..ee15dc81c646 100644 --- a/net-im/ktp-contact-runner/ChangeLog +++ b/net-im/ktp-contact-runner/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-im/ktp-contact-runner # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-contact-runner/ChangeLog,v 1.20 2014/03/12 11:21:06 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-contact-runner/ChangeLog,v 1.21 2014/04/26 01:17:16 johu Exp $ + +*ktp-contact-runner-0.8.1 (26 Apr 2014) + + 26 Apr 2014; Johannes Huber <johu@gentoo.org> + +ktp-contact-runner-0.8.1.ebuild: + Version bump KDE Telepathy 0.8.1. 12 Mar 2014; Johannes Huber <johu@gentoo.org> -ktp-contact-runner-0.6.3.ebuild: diff --git a/net-im/ktp-contact-runner/ktp-contact-runner-0.8.1.ebuild b/net-im/ktp-contact-runner/ktp-contact-runner-0.8.1.ebuild new file mode 100644 index 000000000000..1fc90c2c394e --- /dev/null +++ b/net-im/ktp-contact-runner/ktp-contact-runner-0.8.1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2014 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.8.1.ebuild,v 1.1 2014/04/26 01:17:16 johu Exp $ + +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/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/ChangeLog b/net-im/ktp-desktop-applets/ChangeLog index 00e3ed983039..6eeaa69824f8 100644 --- a/net-im/ktp-desktop-applets/ChangeLog +++ b/net-im/ktp-desktop-applets/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-im/ktp-desktop-applets # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-desktop-applets/ChangeLog,v 1.12 2014/03/12 11:21:07 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-desktop-applets/ChangeLog,v 1.13 2014/04/26 01:17:17 johu Exp $ + +*ktp-desktop-applets-0.8.1 (26 Apr 2014) + + 26 Apr 2014; Johannes Huber <johu@gentoo.org> + +ktp-desktop-applets-0.8.1.ebuild: + Version bump KDE Telepathy 0.8.1. 12 Mar 2014; Johannes Huber <johu@gentoo.org> -ktp-desktop-applets-0.6.3.ebuild: diff --git a/net-im/ktp-desktop-applets/ktp-desktop-applets-0.8.1.ebuild b/net-im/ktp-desktop-applets/ktp-desktop-applets-0.8.1.ebuild new file mode 100644 index 000000000000..45920fcf2ef3 --- /dev/null +++ b/net-im/ktp-desktop-applets/ktp-desktop-applets-0.8.1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-desktop-applets/ktp-desktop-applets-0.8.1.ebuild,v 1.1 2014/04/26 01:17:17 johu Exp $ + +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/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} + >=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/ChangeLog b/net-im/ktp-filetransfer-handler/ChangeLog index 0ff8b53a2b9b..60dc70cb2995 100644 --- a/net-im/ktp-filetransfer-handler/ChangeLog +++ b/net-im/ktp-filetransfer-handler/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-im/ktp-filetransfer-handler # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-filetransfer-handler/ChangeLog,v 1.24 2014/03/12 11:21:07 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-filetransfer-handler/ChangeLog,v 1.25 2014/04/26 01:17:18 johu Exp $ + +*ktp-filetransfer-handler-0.8.1 (26 Apr 2014) + + 26 Apr 2014; Johannes Huber <johu@gentoo.org> + +ktp-filetransfer-handler-0.8.1.ebuild: + Version bump KDE Telepathy 0.8.1. 12 Mar 2014; Johannes Huber <johu@gentoo.org> -ktp-filetransfer-handler-0.6.3.ebuild: diff --git a/net-im/ktp-filetransfer-handler/ktp-filetransfer-handler-0.8.1.ebuild b/net-im/ktp-filetransfer-handler/ktp-filetransfer-handler-0.8.1.ebuild new file mode 100644 index 000000000000..ef69abccc21e --- /dev/null +++ b/net-im/ktp-filetransfer-handler/ktp-filetransfer-handler-0.8.1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2014 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.8.1.ebuild,v 1.1 2014/04/26 01:17:18 johu Exp $ + +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/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/ChangeLog b/net-im/ktp-kded-module/ChangeLog index 5ddc06851741..79c8071eb899 100644 --- a/net-im/ktp-kded-module/ChangeLog +++ b/net-im/ktp-kded-module/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-im/ktp-kded-module # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-kded-module/ChangeLog,v 1.24 2014/03/12 11:21:06 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-kded-module/ChangeLog,v 1.25 2014/04/26 01:17:18 johu Exp $ + +*ktp-kded-module-0.8.1 (26 Apr 2014) + + 26 Apr 2014; Johannes Huber <johu@gentoo.org> +ktp-kded-module-0.8.1.ebuild: + Version bump KDE Telepathy 0.8.1. 12 Mar 2014; Johannes Huber <johu@gentoo.org> -ktp-kded-module-0.6.3.ebuild: Remove KDE Telepathy 0.6.3. diff --git a/net-im/ktp-kded-module/ktp-kded-module-0.8.1.ebuild b/net-im/ktp-kded-module/ktp-kded-module-0.8.1.ebuild new file mode 100644 index 000000000000..7d1de1a37906 --- /dev/null +++ b/net-im/ktp-kded-module/ktp-kded-module-0.8.1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2014 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.8.1.ebuild,v 1.1 2014/04/26 01:17:18 johu Exp $ + +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/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}" + +[[ ${PV} == 9999 ]] || S=${WORKDIR}/${MY_P} diff --git a/net-im/ktp-send-file/ChangeLog b/net-im/ktp-send-file/ChangeLog index 8fd7a3078ffb..6620076e6f12 100644 --- a/net-im/ktp-send-file/ChangeLog +++ b/net-im/ktp-send-file/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-im/ktp-send-file # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-send-file/ChangeLog,v 1.24 2014/03/12 11:21:05 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-send-file/ChangeLog,v 1.25 2014/04/26 01:17:18 johu Exp $ + +*ktp-send-file-0.8.1 (26 Apr 2014) + + 26 Apr 2014; Johannes Huber <johu@gentoo.org> +ktp-send-file-0.8.1.ebuild: + Version bump KDE Telepathy 0.8.1. 12 Mar 2014; Johannes Huber <johu@gentoo.org> -ktp-send-file-0.6.3.ebuild: Remove KDE Telepathy 0.6.3. diff --git a/net-im/ktp-send-file/ktp-send-file-0.8.1.ebuild b/net-im/ktp-send-file/ktp-send-file-0.8.1.ebuild new file mode 100644 index 000000000000..9b33f51109ff --- /dev/null +++ b/net-im/ktp-send-file/ktp-send-file-0.8.1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2014 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.8.1.ebuild,v 1.1 2014/04/26 01:17:18 johu Exp $ + +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/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/ChangeLog b/net-im/ktp-text-ui/ChangeLog index 0359cfa59ad2..b1f9fa38cf77 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-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-text-ui/ChangeLog,v 1.27 2014/03/14 07:30:28 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-text-ui/ChangeLog,v 1.28 2014/04/26 01:17:17 johu Exp $ + +*ktp-text-ui-0.8.1 (26 Apr 2014) + + 26 Apr 2014; Johannes Huber <johu@gentoo.org> +ktp-text-ui-0.8.1.ebuild: + Version bump KDE Telepathy 0.8.1. *ktp-text-ui-0.8.0.1 (14 Mar 2014) diff --git a/net-im/ktp-text-ui/ktp-text-ui-0.8.1.ebuild b/net-im/ktp-text-ui/ktp-text-ui-0.8.1.ebuild new file mode 100644 index 000000000000..8370a043e037 --- /dev/null +++ b/net-im/ktp-text-ui/ktp-text-ui-0.8.1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2014 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.8.1.ebuild,v 1.1 2014/04/26 01:17:17 johu Exp $ + +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/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.8 +" +RDEPEND="${DEPEND} + >=net-im/ktp-contact-list-0.8.0 +" |