Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-workspace/
Date: Thu, 29 Mar 2018 21:57:08
Message-Id: 1522360599.07ff28405936c23ae9758d66f826a6f7d0f27658.asturm@gentoo
1 commit: 07ff28405936c23ae9758d66f826a6f7d0f27658
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 29 21:31:29 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 29 21:56:39 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=07ff2840
7
8 kde-plasma/plasma-workspace: Drop superfluous emptylines
9
10 Package-Manager: Portage-2.3.26, Repoman-2.3.7
11
12 kde-plasma/plasma-workspace/plasma-workspace-5.12.49.9999.ebuild | 2 --
13 kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild | 2 --
14 2 files changed, 4 deletions(-)
15
16 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
17 index a33002f4fe..c25e949afc 100644
18 --- a/kde-plasma/plasma-workspace/plasma-workspace-5.12.49.9999.ebuild
19 +++ b/kde-plasma/plasma-workspace/plasma-workspace-5.12.49.9999.ebuild
20 @@ -165,9 +165,7 @@ src_install() {
21 pkg_postinst () {
22 kde5_pkg_postinst
23
24 - echo
25 elog "To enable gpg-agent and/or ssh-agent in Plasma sessions,"
26 elog "edit ${EPREFIX}/etc/plasma/startup/10-agent-startup.sh and"
27 elog "${EPREFIX}/etc/plasma/shutdown/10-agent-shutdown.sh"
28 - echo
29 }
30
31 diff --git a/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild b/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild
32 index 21b940bcc9..52612743bf 100644
33 --- a/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild
34 +++ b/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild
35 @@ -166,9 +166,7 @@ src_install() {
36 pkg_postinst () {
37 kde5_pkg_postinst
38
39 - echo
40 elog "To enable gpg-agent and/or ssh-agent in Plasma sessions,"
41 elog "edit ${EPREFIX}/etc/plasma/startup/10-agent-startup.sh and"
42 elog "${EPREFIX}/etc/plasma/shutdown/10-agent-shutdown.sh"
43 - echo
44 }