From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 02D82138A1A for ; Fri, 6 Feb 2015 17:07:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 05C82E08EE; Fri, 6 Feb 2015 17:07:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9310CE08EE for ; Fri, 6 Feb 2015 17:07:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 29DDE3406FA for ; Fri, 6 Feb 2015 17:07:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5517511306 for ; Fri, 6 Feb 2015 17:07:15 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1423242409.a00b4aabbf8e21d8203ee3dfb7b2db77da01f222.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kopete/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kopete/kopete-14.12.1.ebuild kde-apps/kopete/kopete-14.12.2.ebuild kde-apps/kopete/kopete-9999.ebuild X-VCS-Directories: kde-apps/kopete/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: a00b4aabbf8e21d8203ee3dfb7b2db77da01f222 X-VCS-Branch: master Date: Fri, 6 Feb 2015 17:07:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: cfabbd7b-6ec5-4d78-80e1-fc1e7e3e105c X-Archives-Hash: de0026886e92fdd16c1ec4a40e5b22a2 commit: a00b4aabbf8e21d8203ee3dfb7b2db77da01f222 Author: Michael Palimaka gentoo org> AuthorDate: Fri Feb 6 17:06:49 2015 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Fri Feb 6 17:06:49 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=a00b4aab [kde-apps/kopete] Add missing dependencies that prevented libjingle-call from being built wrt bug #536326. Package-Manager: portage-2.2.14 --- kde-apps/kopete/kopete-14.12.1.ebuild | 19 ++++++++++++++----- kde-apps/kopete/kopete-14.12.2.ebuild | 19 ++++++++++++++----- kde-apps/kopete/kopete-9999.ebuild | 19 ++++++++++++++----- 3 files changed, 42 insertions(+), 15 deletions(-) diff --git a/kde-apps/kopete/kopete-14.12.1.ebuild b/kde-apps/kopete/kopete-14.12.1.ebuild index 3295209..ac708d2 100644 --- a/kde-apps/kopete/kopete-14.12.1.ebuild +++ b/kde-apps/kopete/kopete-14.12.1.ebuild @@ -64,17 +64,24 @@ sms testbed winpopup +xmpp yahoo zeroconf" IUSE="${IUSE} ${PLUGINS} ${PROTOCOLS}" COMMONDEPEND=" - dev-libs/libpcre $(add_kdebase_dep kdelibs 'zeroconf?') $(add_kdebase_dep kdepimlibs) - media-libs/qimageblitz + dev-libs/libpcre >=dev-qt/qtgui-4.4.0:4[mng] - !aqua? ( x11-libs/libXScrnSaver ) + media-libs/phonon[qt4] + media-libs/qimageblitz + !aqua? ( + x11-libs/libX11 + x11-libs/libXScrnSaver + ) gadu? ( >=net-libs/libgadu-1.8.0[threads] ) - groupwise? ( app-crypt/qca:2[qt4] ) + groupwise? ( app-crypt/qca:2[qt4(+)] ) jingle? ( + dev-libs/expat + dev-libs/openssl >=media-libs/mediastreamer-2.3.0 media-libs/speex + net-libs/libsrtp net-libs/ortp:= ) meanwhile? ( net-libs/meanwhile ) @@ -86,8 +93,9 @@ COMMONDEPEND=" dev-libs/libxslt ) xmpp? ( - app-crypt/qca:2[qt4] + app-crypt/qca:2[qt4(+)] net-dns/libidn + sys-libs/zlib ) yahoo? ( media-libs/jasper ) " @@ -105,6 +113,7 @@ RDEPEND="${COMMONDEPEND} " # telepathy? ( net-libs/decibel )" DEPEND="${COMMONDEPEND} + jingle? ( dev-libs/jsoncpp ) !aqua? ( x11-proto/scrnsaverproto ) " diff --git a/kde-apps/kopete/kopete-14.12.2.ebuild b/kde-apps/kopete/kopete-14.12.2.ebuild index 3295209..ac708d2 100644 --- a/kde-apps/kopete/kopete-14.12.2.ebuild +++ b/kde-apps/kopete/kopete-14.12.2.ebuild @@ -64,17 +64,24 @@ sms testbed winpopup +xmpp yahoo zeroconf" IUSE="${IUSE} ${PLUGINS} ${PROTOCOLS}" COMMONDEPEND=" - dev-libs/libpcre $(add_kdebase_dep kdelibs 'zeroconf?') $(add_kdebase_dep kdepimlibs) - media-libs/qimageblitz + dev-libs/libpcre >=dev-qt/qtgui-4.4.0:4[mng] - !aqua? ( x11-libs/libXScrnSaver ) + media-libs/phonon[qt4] + media-libs/qimageblitz + !aqua? ( + x11-libs/libX11 + x11-libs/libXScrnSaver + ) gadu? ( >=net-libs/libgadu-1.8.0[threads] ) - groupwise? ( app-crypt/qca:2[qt4] ) + groupwise? ( app-crypt/qca:2[qt4(+)] ) jingle? ( + dev-libs/expat + dev-libs/openssl >=media-libs/mediastreamer-2.3.0 media-libs/speex + net-libs/libsrtp net-libs/ortp:= ) meanwhile? ( net-libs/meanwhile ) @@ -86,8 +93,9 @@ COMMONDEPEND=" dev-libs/libxslt ) xmpp? ( - app-crypt/qca:2[qt4] + app-crypt/qca:2[qt4(+)] net-dns/libidn + sys-libs/zlib ) yahoo? ( media-libs/jasper ) " @@ -105,6 +113,7 @@ RDEPEND="${COMMONDEPEND} " # telepathy? ( net-libs/decibel )" DEPEND="${COMMONDEPEND} + jingle? ( dev-libs/jsoncpp ) !aqua? ( x11-proto/scrnsaverproto ) " diff --git a/kde-apps/kopete/kopete-9999.ebuild b/kde-apps/kopete/kopete-9999.ebuild index b5d2c61..8131ba3 100644 --- a/kde-apps/kopete/kopete-9999.ebuild +++ b/kde-apps/kopete/kopete-9999.ebuild @@ -64,17 +64,24 @@ sms testbed winpopup +xmpp yahoo zeroconf" IUSE="${IUSE} ${PLUGINS} ${PROTOCOLS}" COMMONDEPEND=" - dev-libs/libpcre $(add_kdebase_dep kdelibs 'zeroconf?') $(add_kdebase_dep kdepimlibs) - media-libs/qimageblitz + dev-libs/libpcre >=dev-qt/qtgui-4.4.0:4[mng] - !aqua? ( x11-libs/libXScrnSaver ) + media-libs/phonon[qt4] + media-libs/qimageblitz + !aqua? ( + x11-libs/libX11 + x11-libs/libXScrnSaver + ) gadu? ( >=net-libs/libgadu-1.8.0[threads] ) - groupwise? ( app-crypt/qca:2[qt4] ) + groupwise? ( app-crypt/qca:2[qt4(+)] ) jingle? ( + dev-libs/expat + dev-libs/openssl >=media-libs/mediastreamer-2.3.0 media-libs/speex + net-libs/libsrtp net-libs/ortp:= ) meanwhile? ( net-libs/meanwhile ) @@ -86,8 +93,9 @@ COMMONDEPEND=" dev-libs/libxslt ) xmpp? ( - app-crypt/qca:2[qt4] + app-crypt/qca:2[qt4(+)] net-dns/libidn + sys-libs/zlib ) yahoo? ( media-libs/jasper ) " @@ -105,6 +113,7 @@ RDEPEND="${COMMONDEPEND} " # telepathy? ( net-libs/decibel )" DEPEND="${COMMONDEPEND} + jingle? ( dev-libs/jsoncpp ) !aqua? ( x11-proto/scrnsaverproto ) "