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 892F71381F3 for ; Sun, 12 May 2013 17:53:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A40AE0A70; Sun, 12 May 2013 17:53:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9A75DE0A70 for ; Sun, 12 May 2013 17:53:23 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B278433D8CC for ; Sun, 12 May 2013 17:53:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 3FCBFE53B4 for ; Sun, 12 May 2013 17:53:20 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1368381185.7c243f8da75634ee6f1bf40507ac0a74920342d6.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/kdepim-runtime/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/kdepim-runtime/kdepim-runtime-9999.ebuild kde-base/kdepim-runtime/metadata.xml X-VCS-Directories: kde-base/kdepim-runtime/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 7c243f8da75634ee6f1bf40507ac0a74920342d6 X-VCS-Branch: master Date: Sun, 12 May 2013 17:53:20 +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: fb16fd94-e432-4a4b-9ed3-de20c9e64bc0 X-Archives-Hash: 0499e40ddea69bfd458f447933391dcf commit: 7c243f8da75634ee6f1bf40507ac0a74920342d6 Author: Johannes Huber gentoo org> AuthorDate: Sun May 12 17:53:05 2013 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sun May 12 17:53:05 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=7c243f8d [kde-base/kdepim-runtime] Add facebook support. Package-Manager: portage-2.2.0_alpha174 --- kde-base/kdepim-runtime/kdepim-runtime-9999.ebuild | 5 ++++- kde-base/kdepim-runtime/metadata.xml | 1 + 2 files changed, 5 insertions(+), 1 deletions(-) diff --git a/kde-base/kdepim-runtime/kdepim-runtime-9999.ebuild b/kde-base/kdepim-runtime/kdepim-runtime-9999.ebuild index 35c515a..e0a3e2a 100644 --- a/kde-base/kdepim-runtime/kdepim-runtime-9999.ebuild +++ b/kde-base/kdepim-runtime/kdepim-runtime-9999.ebuild @@ -9,7 +9,7 @@ inherit kde4-base DESCRIPTION="KDE PIM runtime plugin collection" KEYWORDS="" -IUSE="debug google kolab" +IUSE="debug facebook google kolab" RESTRICT="test" # Would need test programs _testrunner and akonaditest from kdepimlibs, see bug 313233 @@ -23,6 +23,7 @@ DEPEND=" >=dev-libs/shared-desktop-ontologies-0.10.0 $(add_kdebase_dep kdepimlibs 'semantic-desktop') x11-misc/shared-mime-info + facebook? ( net-libs/libkfbapi ) google? ( >=net-libs/libkgapi-0.4.3[-oldpim] ) kolab? ( net-libs/libkolab ) " @@ -43,8 +44,10 @@ src_prepare() { src_configure() { local mycmakeargs=( + $(cmake-utils_use_with facebook LibKFbAPI) $(cmake-utils_use_with google LibKGAPI) $(cmake-utils_use_with kolab Libkolab) + $(cmake-utils_use_with kolab Libkolabxml) ) kde4-base_src_configure diff --git a/kde-base/kdepim-runtime/metadata.xml b/kde-base/kdepim-runtime/metadata.xml index 008f0a9..90dda7f 100644 --- a/kde-base/kdepim-runtime/metadata.xml +++ b/kde-base/kdepim-runtime/metadata.xml @@ -3,6 +3,7 @@ kde + Facebook service integration via net-libs/libkfbapi Google service integration via net-libs/libkgapi