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 34CC61384B4 for ; Sat, 14 Nov 2015 16:01:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D6AB21C108; Sat, 14 Nov 2015 16:01:30 +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 98A3D21C108 for ; Sat, 14 Nov 2015 16:01:29 +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 63576340702 for ; Sat, 14 Nov 2015 16:01:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CB36C1A8 for ; Sat, 14 Nov 2015 16:01:23 +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: <1447446619.b9f24e607f422343fbd0f0663762cc2f3be2510d.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: b9f24e607f422343fbd0f0663762cc2f3be2510d X-VCS-Branch: master Date: Sat, 14 Nov 2015 16:01:23 +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: 8d1a4534-794e-4f2e-b2a2-120cff873483 X-Archives-Hash: 8b08855e030a11453c46c0fa30b059e6 commit: b9f24e607f422343fbd0f0663762cc2f3be2510d Author: Andreas Sturmlechner gmail com> AuthorDate: Thu Nov 12 23:25:07 2015 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Fri Nov 13 20:30:19 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=b9f24e60 kde-plasma/plasma-workspace: Drop obsolete dependencies Package-Manager: portage-2.2.24 .../plasma-workspace/plasma-workspace-9999.ebuild | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild b/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild index 533b4f8..46c1d61 100644 --- a/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild +++ b/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild @@ -8,17 +8,13 @@ KDE_HANDBOOK="true" KDE_PUNT_BOGUS_DEPS="true" KDE_TEST="true" VIRTUALX_REQUIRED="test" -inherit kde5 multilib pam qmake-utils +inherit kde5 multilib qmake-utils DESCRIPTION="KDE Plasma workspace" KEYWORDS="" IUSE="dbus +drkonqi +geolocation gps prison qalculate" COMMON_DEPEND=" - $(add_plasma_dep kwayland) - $(add_plasma_dep kwin) - $(add_plasma_dep libkscreen) - $(add_plasma_dep libksysguard) $(add_frameworks_dep baloo) $(add_frameworks_dep kactivities) $(add_frameworks_dep kauth) @@ -58,7 +54,10 @@ COMMON_DEPEND=" $(add_frameworks_dep kxmlrpcclient) $(add_frameworks_dep plasma) $(add_frameworks_dep solid) - dev-libs/wayland + $(add_plasma_dep kwayland) + $(add_plasma_dep kwin) + $(add_plasma_dep libkscreen) + $(add_plasma_dep libksysguard) dev-qt/qtconcurrent:5 dev-qt/qtdbus:5 dev-qt/qtdeclarative:5[widgets] @@ -70,7 +69,6 @@ COMMON_DEPEND=" dev-qt/qtx11extras:5 dev-qt/qtxml:5 media-libs/phonon[qt5] - sys-libs/pam sys-libs/zlib x11-libs/libICE x11-libs/libSM @@ -78,9 +76,7 @@ COMMON_DEPEND=" x11-libs/libXau x11-libs/libxcb x11-libs/libXfixes - x11-libs/libXi x11-libs/libXrender - x11-libs/xcb-util-keysyms dbus? ( dev-libs/libdbusmenu-qt[qt5] ) drkonqi? ( $(add_frameworks_dep kdewebkit) @@ -159,9 +155,6 @@ src_configure() { src_install() { kde5_src_install - newpamd "${FILESDIR}/kde.pam" kde - newpamd "${FILESDIR}/kde-np.pam" kde-np - # startup and shutdown scripts insinto /etc/plasma/startup doins "${FILESDIR}/agent-startup.sh"