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 86FEE1381FA for ; Sun, 4 May 2014 23:35:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B4D4BE09F2; Sun, 4 May 2014 23:35:47 +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 41583E0A41 for ; Sun, 4 May 2014 23:35:46 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6C41F3402F5 for ; Sun, 4 May 2014 23:35:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 1562A187AD for ; Sun, 4 May 2014 23:35:42 +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: <1399243729.6844cf99d773042f158070ba6c79de1b24aa232d.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.13.49.9999.ebuild kde-base/kdeplasma-addons/kdeplasma-addons-4.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: 6844cf99d773042f158070ba6c79de1b24aa232d X-VCS-Branch: master Date: Sun, 4 May 2014 23:35:42 +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: e1193b31-edbe-4a61-adbb-fd3f10a94185 X-Archives-Hash: 2c5b5421584391ade74243852f7da88d commit: 6844cf99d773042f158070ba6c79de1b24aa232d Author: Johannes Huber gentoo org> AuthorDate: Sun May 4 22:23:43 2014 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sun May 4 22:48:49 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=6844cf99 [kde-base/kdeplasma-addons] Introduce nepomuk and kdepim USE flags, bug #508350 Package-Manager: portage-2.2.10 --- .../kdeplasma-addons-4.13.49.9999.ebuild | 16 ++++++------- .../kdeplasma-addons-4.9999.ebuild | 16 ++++++------- kde-base/kdeplasma-addons/metadata.xml | 26 ++++++++++++---------- 3 files changed, 28 insertions(+), 30 deletions(-) diff --git a/kde-base/kdeplasma-addons/kdeplasma-addons-4.13.49.9999.ebuild b/kde-base/kdeplasma-addons/kdeplasma-addons-4.13.49.9999.ebuild index ffb8e54..41fef45 100644 --- a/kde-base/kdeplasma-addons/kdeplasma-addons-4.13.49.9999.ebuild +++ b/kde-base/kdeplasma-addons/kdeplasma-addons-4.13.49.9999.ebuild @@ -9,8 +9,8 @@ inherit kde4-base DESCRIPTION="Extra Plasma applets and engines" LICENSE="GPL-2 LGPL-2" KEYWORDS="" -IUSE="attica debug desktopglobe exif fcitx ibus json oauth qalculate qwt scim -semantic-desktop" +IUSE="attica debug desktopglobe exif fcitx ibus json +kdepim nepomuk oauth +qalculate qwt scim" RESTRICT=test # tests hang @@ -19,9 +19,9 @@ RESTRICT=test COMMON_DEPEND=" app-crypt/qca:2 app-crypt/qca-ossl:2 - $(add_kdebase_dep kdelibs 'semantic-desktop?') + $(add_kdebase_dep kdelibs 'nepomuk?') $(add_kdebase_dep krunner '' 4.11) - $(add_kdebase_dep plasma-workspace 'semantic-desktop?' 4.11) + $(add_kdebase_dep plasma-workspace 'nepomuk?' 4.11) x11-misc/shared-mime-info attica? ( dev-libs/libattica ) desktopglobe? ( $(add_kdebase_dep marble) ) @@ -29,13 +29,11 @@ COMMON_DEPEND=" fcitx? ( app-i18n/fcitx[dbus(+)] ) ibus? ( app-i18n/ibus ) json? ( dev-libs/qjson ) + kdepim? ( $(add_kdebase_dep kdepimlibs) ) oauth? ( dev-libs/qoauth ) qalculate? ( sci-libs/libqalculate ) qwt? ( x11-libs/qwt:5 ) scim? ( app-i18n/scim ) - semantic-desktop? ( - $(add_kdebase_dep kdepimlibs) - ) " DEPEND="${COMMON_DEPEND} dev-cpp/eigen:2 @@ -51,12 +49,12 @@ src_configure() { $(cmake-utils_use_with exif Kexiv2) $(cmake-utils_use_build ibus) $(cmake-utils_use_with json QJSON) + $(cmake-utils_use_with kdepim KdepimLibs) + $(cmake-utils_use_with nepomuk) $(cmake-utils_use_with oauth QtOAuth) $(cmake-utils_use_with qalculate) $(cmake-utils_use_with qwt) $(cmake-utils_use_build scim) - $(cmake-utils_use_with semantic-desktop KdepimLibs) - $(cmake-utils_use_with semantic-desktop Nepomuk) ) kde4-base_src_configure diff --git a/kde-base/kdeplasma-addons/kdeplasma-addons-4.9999.ebuild b/kde-base/kdeplasma-addons/kdeplasma-addons-4.9999.ebuild index ffb8e54..41fef45 100644 --- a/kde-base/kdeplasma-addons/kdeplasma-addons-4.9999.ebuild +++ b/kde-base/kdeplasma-addons/kdeplasma-addons-4.9999.ebuild @@ -9,8 +9,8 @@ inherit kde4-base DESCRIPTION="Extra Plasma applets and engines" LICENSE="GPL-2 LGPL-2" KEYWORDS="" -IUSE="attica debug desktopglobe exif fcitx ibus json oauth qalculate qwt scim -semantic-desktop" +IUSE="attica debug desktopglobe exif fcitx ibus json +kdepim nepomuk oauth +qalculate qwt scim" RESTRICT=test # tests hang @@ -19,9 +19,9 @@ RESTRICT=test COMMON_DEPEND=" app-crypt/qca:2 app-crypt/qca-ossl:2 - $(add_kdebase_dep kdelibs 'semantic-desktop?') + $(add_kdebase_dep kdelibs 'nepomuk?') $(add_kdebase_dep krunner '' 4.11) - $(add_kdebase_dep plasma-workspace 'semantic-desktop?' 4.11) + $(add_kdebase_dep plasma-workspace 'nepomuk?' 4.11) x11-misc/shared-mime-info attica? ( dev-libs/libattica ) desktopglobe? ( $(add_kdebase_dep marble) ) @@ -29,13 +29,11 @@ COMMON_DEPEND=" fcitx? ( app-i18n/fcitx[dbus(+)] ) ibus? ( app-i18n/ibus ) json? ( dev-libs/qjson ) + kdepim? ( $(add_kdebase_dep kdepimlibs) ) oauth? ( dev-libs/qoauth ) qalculate? ( sci-libs/libqalculate ) qwt? ( x11-libs/qwt:5 ) scim? ( app-i18n/scim ) - semantic-desktop? ( - $(add_kdebase_dep kdepimlibs) - ) " DEPEND="${COMMON_DEPEND} dev-cpp/eigen:2 @@ -51,12 +49,12 @@ src_configure() { $(cmake-utils_use_with exif Kexiv2) $(cmake-utils_use_build ibus) $(cmake-utils_use_with json QJSON) + $(cmake-utils_use_with kdepim KdepimLibs) + $(cmake-utils_use_with nepomuk) $(cmake-utils_use_with oauth QtOAuth) $(cmake-utils_use_with qalculate) $(cmake-utils_use_with qwt) $(cmake-utils_use_build scim) - $(cmake-utils_use_with semantic-desktop KdepimLibs) - $(cmake-utils_use_with semantic-desktop Nepomuk) ) kde4-base_src_configure diff --git a/kde-base/kdeplasma-addons/metadata.xml b/kde-base/kdeplasma-addons/metadata.xml index 8d333cd..f465b65 100644 --- a/kde-base/kdeplasma-addons/metadata.xml +++ b/kde-base/kdeplasma-addons/metadata.xml @@ -1,16 +1,18 @@ -kde - - Enable support for dev-libs/libattica - 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. - + kde + + Enable support for dev-libs/libattica + 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 + KDE PIM integration via kde-base/kdepimlibs + Enable Nepomuk based semantic desktop support (deprecated) + 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 +