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 760711384B4 for ; Wed, 4 Nov 2015 12:19:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB3AA21C063; Wed, 4 Nov 2015 12:19:18 +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 814C721C063 for ; Wed, 4 Nov 2015 12:19:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8C3863405C3 for ; Wed, 4 Nov 2015 12:19:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7149F1F0D for ; Wed, 4 Nov 2015 12:19:12 +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: <1446639536.35c7c3a79f37a032d2b02b1ed25d034cbaf32dce.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-workspace/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild X-VCS-Directories: kde-plasma/plasma-workspace/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 35c7c3a79f37a032d2b02b1ed25d034cbaf32dce X-VCS-Branch: master Date: Wed, 4 Nov 2015 12:19:12 +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: 1e893c0c-af1e-41f1-b7a3-5687834a1237 X-Archives-Hash: 1bb1c992c379c7265e54267819d63985 commit: 35c7c3a79f37a032d2b02b1ed25d034cbaf32dce Author: Michael Palimaka gentoo org> AuthorDate: Wed Nov 4 12:12:40 2015 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Wed Nov 4 12:18:56 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=35c7c3a7 kde-plasma/plasma-workspace: remove systemmonitor USE flag systemmonitor was made optional because KF5ProcessUI from kde-plasma/libksysguard, and previously that was only built if Qt5WebKitWidgets was present. Due to an upstream change in libksysguard, KF5ProcessUI is now built unconditionally and just the features requiring Qt5WebKitWidgets are optional. Upstream-commit: 0d2cbb1390c2efcbc68b7d640d98f12cf5399cd1 (libksysguard) Package-Manager: portage-2.2.20.1 .../plasma-workspace/plasma-workspace-9999.ebuild | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild b/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild index 540f18f..79d81ae 100644 --- a/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild +++ b/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild @@ -12,7 +12,7 @@ inherit kde5 multilib pam DESCRIPTION="KDE Plasma workspace" KEYWORDS="" -IUSE="dbus +drkonqi +geolocation gps prison qalculate +systemmonitor" +IUSE="dbus +drkonqi +geolocation gps prison qalculate" COMMON_DEPEND=" $(add_plasma_dep kwayland) @@ -90,13 +90,11 @@ COMMON_DEPEND=" gps? ( sci-geosciences/gpsd ) prison? ( media-libs/prison:5 ) qalculate? ( sci-libs/libqalculate ) - systemmonitor? ( - $(add_plasma_dep libksysguard processui) - ) " RDEPEND="${COMMON_DEPEND} $(add_frameworks_dep kded) $(add_plasma_dep kde-cli-tools) + $(add_plasma_dep ksysguard) $(add_plasma_dep milou) dev-qt/qdbus:5 dev-qt/qtpaths:5 @@ -107,7 +105,6 @@ RDEPEND="${COMMON_DEPEND} x11-apps/xrdb x11-apps/xset x11-apps/xsetroot - systemmonitor? ( $(add_plasma_dep ksysguard) ) !kde-base/freespacenotifier:4 !kde-base/libtaskmanager:4 !kde-base/kcminit:4 @@ -144,16 +141,6 @@ src_prepare() { comment_add_subdirectory geolocation popd > /dev/null || die fi - - if ! use systemmonitor; then - comment_add_subdirectory systemmonitor - pushd applets > /dev/null || die - comment_add_subdirectory systemmonitor - popd > /dev/null || die - pushd dataengines > /dev/null || die - comment_add_subdirectory systemmonitor - popd > /dev/null || die - fi } src_configure() {