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 3B939138010 for ; Fri, 7 Sep 2012 12:05:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 698CCE059B; Fri, 7 Sep 2012 12:05:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 256C9E059B for ; Fri, 7 Sep 2012 12:05:49 +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 0674233CEFB for ; Fri, 7 Sep 2012 12:05:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 96124E543D for ; Fri, 7 Sep 2012 12:05:45 +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: <1347019333.3edbe5649ebfadaf772e0933d4b0ba8cf8cdd9b7.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/kdeplasma-addons/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/kdeplasma-addons/kdeplasma-addons-4.9.49.9999.ebuild kde-base/kdeplasma-addons/kdeplasma-addons-9999.ebuild kde-base/kdeplasma-addons/metadata.xml X-VCS-Directories: kde-base/kdeplasma-addons/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 3edbe5649ebfadaf772e0933d4b0ba8cf8cdd9b7 X-VCS-Branch: master Date: Fri, 7 Sep 2012 12:05:45 +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: 93cb447a-aaef-46cd-9946-72b58dad7878 X-Archives-Hash: 59f62175a2ec0c837d171dca7b938f2a commit: 3edbe5649ebfadaf772e0933d4b0ba8cf8cdd9b7 Author: Johannes Huber gentoo org> AuthorDate: Fri Sep 7 12:02:13 2012 +0000 Commit: Johannes Huber gentoo org> CommitDate: Fri Sep 7 12:02:13 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=3edbe564 [kde-base/kdeplasma-addons] Add missing dependencies wrt bug #430804. (Portage version: 2.2.0_alpha124/git/Linux x86_64, unsigned Manifest commit) --- .../kdeplasma-addons-4.9.49.9999.ebuild | 7 ++++++- .../kdeplasma-addons/kdeplasma-addons-9999.ebuild | 7 ++++++- kde-base/kdeplasma-addons/metadata.xml | 2 ++ 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/kde-base/kdeplasma-addons/kdeplasma-addons-4.9.49.9999.ebuild b/kde-base/kdeplasma-addons/kdeplasma-addons-4.9.49.9999.ebuild index 8fd73a3..8d9d86c 100644 --- a/kde-base/kdeplasma-addons/kdeplasma-addons-4.9.49.9999.ebuild +++ b/kde-base/kdeplasma-addons/kdeplasma-addons-4.9.49.9999.ebuild @@ -11,7 +11,8 @@ HOMEPAGE="http://www.kde.org/" LICENSE="GPL-2 LGPL-2" KEYWORDS="" -IUSE="attica debug desktopglobe exif fcitx ibus qalculate qwt scim semantic-desktop" +IUSE="attica debug desktopglobe exif fcitx ibus json oauth qalculate qwt scim +semantic-desktop" # krunner is only needed to generate dbus interface for lancelot COMMON_DEPEND=" @@ -26,6 +27,8 @@ COMMON_DEPEND=" exif? ( $(add_kdebase_dep libkexiv2) ) fcitx? ( app-i18n/fcitx[dbus(+)] ) ibus? ( app-i18n/ibus ) + json? ( dev-libs/qjson ) + oauth? ( dev-libs/qoauth ) qalculate? ( sci-libs/libqalculate ) qwt? ( x11-libs/qwt:5 ) scim? ( app-i18n/scim ) @@ -47,6 +50,8 @@ src_configure() { $(cmake-utils_use_with desktopglobe Marble) $(cmake-utils_use_with exif Kexiv2) $(cmake-utils_use_with ibus) + $(cmake-utils_use_with json QJSON) + $(cmake-utils_use_with oauth QtOAuth) $(cmake-utils_use_with qalculate) $(cmake-utils_use_with qwt) $(cmake-utils_use_with semantic-desktop KdepimLibs) diff --git a/kde-base/kdeplasma-addons/kdeplasma-addons-9999.ebuild b/kde-base/kdeplasma-addons/kdeplasma-addons-9999.ebuild index 8fd73a3..8d9d86c 100644 --- a/kde-base/kdeplasma-addons/kdeplasma-addons-9999.ebuild +++ b/kde-base/kdeplasma-addons/kdeplasma-addons-9999.ebuild @@ -11,7 +11,8 @@ HOMEPAGE="http://www.kde.org/" LICENSE="GPL-2 LGPL-2" KEYWORDS="" -IUSE="attica debug desktopglobe exif fcitx ibus qalculate qwt scim semantic-desktop" +IUSE="attica debug desktopglobe exif fcitx ibus json oauth qalculate qwt scim +semantic-desktop" # krunner is only needed to generate dbus interface for lancelot COMMON_DEPEND=" @@ -26,6 +27,8 @@ COMMON_DEPEND=" exif? ( $(add_kdebase_dep libkexiv2) ) fcitx? ( app-i18n/fcitx[dbus(+)] ) ibus? ( app-i18n/ibus ) + json? ( dev-libs/qjson ) + oauth? ( dev-libs/qoauth ) qalculate? ( sci-libs/libqalculate ) qwt? ( x11-libs/qwt:5 ) scim? ( app-i18n/scim ) @@ -47,6 +50,8 @@ src_configure() { $(cmake-utils_use_with desktopglobe Marble) $(cmake-utils_use_with exif Kexiv2) $(cmake-utils_use_with ibus) + $(cmake-utils_use_with json QJSON) + $(cmake-utils_use_with oauth QtOAuth) $(cmake-utils_use_with qalculate) $(cmake-utils_use_with qwt) $(cmake-utils_use_with semantic-desktop KdepimLibs) diff --git a/kde-base/kdeplasma-addons/metadata.xml b/kde-base/kdeplasma-addons/metadata.xml index e603a93..8d333cd 100644 --- a/kde-base/kdeplasma-addons/metadata.xml +++ b/kde-base/kdeplasma-addons/metadata.xml @@ -7,6 +7,8 @@ Use ibus input method via app-i18n/ibus Enable Desktop Globe wallpaper using kde-base/marble Use fcitx input method via app-i18n/fcitx + Enable JSON support via dev-libs/qjson + Enable OAuth support via dev-libs/qoauth Enable Qalculate runner using sci-libs/libqalculate Enable applets that use x11-libs/qwt:5. Enable applets that use app-i18n/scim.