From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id ACA631396D1 for ; Sun, 20 Aug 2017 08:34:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5868E0EC6; Sun, 20 Aug 2017 08:34:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C7255E0EC6 for ; Sun, 20 Aug 2017 08:34:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 75FED341915 for ; Sun, 20 Aug 2017 08:34:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 365A37C1D for ; Sun, 20 Aug 2017 08:34:04 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1503217928.f4adcb2623c8c385e6f618a59b9de361f4b4e29f.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kdepim-runtime/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kdepim-runtime/kdepim-runtime-17.08.49.9999.ebuild kde-apps/kdepim-runtime/metadata.xml X-VCS-Directories: kde-apps/kdepim-runtime/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f4adcb2623c8c385e6f618a59b9de361f4b4e29f X-VCS-Branch: master Date: Sun, 20 Aug 2017 08:34:04 +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: fdaceca0-3071-4913-b42e-57f5404dbb9e X-Archives-Hash: 4424b14f9177cd580e1186da86ee07bd commit: f4adcb2623c8c385e6f618a59b9de361f4b4e29f Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Aug 20 08:31:47 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Aug 20 08:32:08 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f4adcb26 kde-apps/kdepim-runtime: Drop USE=google As done in master already. Package-Manager: Portage-2.3.8, Repoman-2.3.3 kde-apps/kdepim-runtime/kdepim-runtime-17.08.49.9999.ebuild | 12 ++---------- kde-apps/kdepim-runtime/metadata.xml | 3 --- 2 files changed, 2 insertions(+), 13 deletions(-) diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-17.08.49.9999.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-17.08.49.9999.ebuild index 0258fdc122..0ecb11150c 100644 --- a/kde-apps/kdepim-runtime/kdepim-runtime-17.08.49.9999.ebuild +++ b/kde-apps/kdepim-runtime/kdepim-runtime-17.08.49.9999.ebuild @@ -11,7 +11,7 @@ inherit kde5 DESCRIPTION="Runtime plugin collection to extend the functionality of KDE PIM" LICENSE="GPL-2+ LGPL-2.1+" KEYWORDS="" -IUSE="google" +IUSE="" # TODO kolab, Qt5TextToSpeech CDEPEND=" @@ -49,6 +49,7 @@ CDEPEND=" $(add_kdeapps_dep kmailtransport) $(add_kdeapps_dep kmbox) $(add_kdeapps_dep kmime) + $(add_kdeapps_dep libkgapi) $(add_kdeapps_dep pimcommon) $(add_qt_dep qtdbus) $(add_qt_dep qtgui) @@ -58,7 +59,6 @@ CDEPEND=" $(add_qt_dep qtxml) dev-libs/cyrus-sasl:2 dev-libs/libical:= - google? ( $(add_kdeapps_dep libkgapi) ) " DEPEND="${CDEPEND} $(add_qt_dep qtxmlpatterns) @@ -70,11 +70,3 @@ RDEPEND="${CDEPEND} " RESTRICT+=" test" - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_find_package google KPimGAPI) - ) - - kde5_src_configure -} diff --git a/kde-apps/kdepim-runtime/metadata.xml b/kde-apps/kdepim-runtime/metadata.xml index d52095404d..2fdbf33d96 100644 --- a/kde-apps/kdepim-runtime/metadata.xml +++ b/kde-apps/kdepim-runtime/metadata.xml @@ -5,7 +5,4 @@ kde@gentoo.org Gentoo KDE Project - - Google service integration via kde-apps/libkgapi -