From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 618F4138334 for ; Tue, 16 Jul 2019 18:37:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70F0EE0802; Tue, 16 Jul 2019 18:37:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 455A2E0802 for ; Tue, 16 Jul 2019 18:37:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F16EF347D94 for ; Tue, 16 Jul 2019 18:37:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EE8056EA for ; Tue, 16 Jul 2019 18:37:14 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1563302208.3f668bb654c817ec2b40cca7c2426c579d336bd8.asturm@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: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 3f668bb654c817ec2b40cca7c2426c579d336bd8 X-VCS-Branch: master Date: Tue, 16 Jul 2019 18:37:14 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 37072b6f-e61d-4d6e-b851-be55b06be6b3 X-Archives-Hash: 656507de7ac4178fd7fc77f824ce6971 commit: 3f668bb654c817ec2b40cca7c2426c579d336bd8 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Jul 16 18:36:48 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Jul 16 18:36:48 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=3f668bb6 kde-plasma/plasma-workspace: Drop broken patches for now Bug: https://bugs.gentoo.org/688366 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild b/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild index 4922a7a24d..4dbe10c961 100644 --- a/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild +++ b/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild @@ -115,8 +115,7 @@ PDEPEND=" " PATCHES=( - "${FILESDIR}/${PN}-5.14.80-startkde-script.patch" - "${FILESDIR}/${PN}-5.10-startplasmacompositor-script.patch" + # TODO: Restore Gentoo part for FHS installs, bug 688366 "${FILESDIR}/${PN}-5.14.2-split-libkworkspace.patch" ) @@ -162,7 +161,6 @@ src_install() { pkg_postinst () { kde5_pkg_postinst - elog "To enable gpg-agent and/or ssh-agent in Plasma sessions," - elog "edit ${EPREFIX}/etc/plasma/startup/10-agent-startup.sh and" - elog "${EPREFIX}/etc/plasma/shutdown/10-agent-shutdown.sh" + elog "TODO: /etc/plasma/{startup,shutdown} locations for gpg-agent/ssh-agent" + elog "do not currently work, see bug #688366." }