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 CD0CD13835A for ; Tue, 4 May 2021 16:05:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE569E0833; Tue, 4 May 2021 16:05:23 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 D8554E0833 for ; Tue, 4 May 2021 16:05:23 +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 F077D33BDFF for ; Tue, 4 May 2021 16:05:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 28CE974A for ; Tue, 4 May 2021 16:05:20 +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: <1620144254.321771795a6dd08e40aa7f4e23aa69ce198496e7.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/kdeconnect/ X-VCS-Repository: proj/kde X-VCS-Files: kde-misc/kdeconnect/kdeconnect-21.04.49.9999.ebuild kde-misc/kdeconnect/kdeconnect-9999.ebuild X-VCS-Directories: kde-misc/kdeconnect/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 321771795a6dd08e40aa7f4e23aa69ce198496e7 X-VCS-Branch: master Date: Tue, 4 May 2021 16:05:20 +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: c062062d-4c14-4da0-9e34-a856c9ad8d80 X-Archives-Hash: ed33ce738b07bb0132d648fc68f293f0 commit: 321771795a6dd08e40aa7f4e23aa69ce198496e7 Author: Sam James gentoo org> AuthorDate: Tue Apr 27 20:02:43 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue May 4 16:04:14 2021 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=32177179 kde-misc/kdeconnect: fix function/phase declaration style See also: https://github.com/gentoo/gentoo/pull/20563 Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3 Signed-off-by: Sam James gentoo.org> Signed-off-by: Andreas Sturmlechner gentoo.org> kde-misc/kdeconnect/kdeconnect-21.04.49.9999.ebuild | 2 +- kde-misc/kdeconnect/kdeconnect-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-misc/kdeconnect/kdeconnect-21.04.49.9999.ebuild b/kde-misc/kdeconnect/kdeconnect-21.04.49.9999.ebuild index 257ac79800..5ff28d3d53 100644 --- a/kde-misc/kdeconnect/kdeconnect-21.04.49.9999.ebuild +++ b/kde-misc/kdeconnect/kdeconnect-21.04.49.9999.ebuild @@ -75,7 +75,7 @@ src_configure() { ecm_src_configure } -pkg_postinst(){ +pkg_postinst() { ecm_pkg_postinst elog "The Android .apk file is available via" diff --git a/kde-misc/kdeconnect/kdeconnect-9999.ebuild b/kde-misc/kdeconnect/kdeconnect-9999.ebuild index ac457cc106..0601fd66e4 100644 --- a/kde-misc/kdeconnect/kdeconnect-9999.ebuild +++ b/kde-misc/kdeconnect/kdeconnect-9999.ebuild @@ -75,7 +75,7 @@ src_configure() { ecm_src_configure } -pkg_postinst(){ +pkg_postinst() { ecm_pkg_postinst elog "The Android .apk file is available via"