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 2716D1382C5 for ; Thu, 29 Mar 2018 21:57:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C1B5E098E; Thu, 29 Mar 2018 21:57:06 +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 03551E098E for ; Thu, 29 Mar 2018 21:57:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 AC789335D25 for ; Thu, 29 Mar 2018 21:57:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6FFC5268 for ; Thu, 29 Mar 2018 21:57:02 +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: <1522360599.07ff28405936c23ae9758d66f826a6f7d0f27658.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-5.12.49.9999.ebuild 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: 07ff28405936c23ae9758d66f826a6f7d0f27658 X-VCS-Branch: master Date: Thu, 29 Mar 2018 21:57:02 +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: b60655b5-03e4-49d2-8b2b-453a5f399577 X-Archives-Hash: 2148a723ce1201c7fa00aaf4cac723b1 commit: 07ff28405936c23ae9758d66f826a6f7d0f27658 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Mar 29 21:31:29 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Mar 29 21:56:39 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=07ff2840 kde-plasma/plasma-workspace: Drop superfluous emptylines Package-Manager: Portage-2.3.26, Repoman-2.3.7 kde-plasma/plasma-workspace/plasma-workspace-5.12.49.9999.ebuild | 2 -- kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild | 2 -- 2 files changed, 4 deletions(-) diff --git a/kde-plasma/plasma-workspace/plasma-workspace-5.12.49.9999.ebuild b/kde-plasma/plasma-workspace/plasma-workspace-5.12.49.9999.ebuild index a33002f4fe..c25e949afc 100644 --- a/kde-plasma/plasma-workspace/plasma-workspace-5.12.49.9999.ebuild +++ b/kde-plasma/plasma-workspace/plasma-workspace-5.12.49.9999.ebuild @@ -165,9 +165,7 @@ src_install() { pkg_postinst () { kde5_pkg_postinst - echo 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" - echo } diff --git a/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild b/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild index 21b940bcc9..52612743bf 100644 --- a/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild +++ b/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild @@ -166,9 +166,7 @@ src_install() { pkg_postinst () { kde5_pkg_postinst - echo 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" - echo }