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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9963F158091 for ; Mon, 20 Jun 2022 09:17:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8BD76E0ABA; Mon, 20 Jun 2022 09:17:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 71977E0ABA for ; Mon, 20 Jun 2022 09:17:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5BF4034124F for ; Mon, 20 Jun 2022 09:17:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C634034C for ; Mon, 20 Jun 2022 09:17:39 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1655716633.c33d0011c7748c4cbad67c27649226917a50a41e.viorel_munteanu@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-misc/maestral/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-misc/maestral/maestral-1.5.2.ebuild net-misc/maestral/maestral-1.5.3.ebuild net-misc/maestral/maestral-1.6.3.ebuild X-VCS-Directories: net-misc/maestral/ X-VCS-Committer: viorel_munteanu X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: c33d0011c7748c4cbad67c27649226917a50a41e X-VCS-Branch: dev Date: Mon, 20 Jun 2022 09:17:39 +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: b90fab58-703c-41ca-84ff-2f1618ce88b9 X-Archives-Hash: 7af672bc2c1b686b53a084979612a069 commit: c33d0011c7748c4cbad67c27649226917a50a41e Author: Viorel Munteanu gmail com> AuthorDate: Mon Jun 20 09:12:18 2022 +0000 Commit: Viorel Munteanu gmail com> CommitDate: Mon Jun 20 09:17:13 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c33d0011 net-misc/maestral: bash functions signature Stylistic change, nothing else changes Signed-off-by: Viorel Munteanu gmail.com> net-misc/maestral/maestral-1.5.2.ebuild | 9 +++------ net-misc/maestral/maestral-1.5.3.ebuild | 9 +++------ net-misc/maestral/maestral-1.6.3.ebuild | 3 +-- 3 files changed, 7 insertions(+), 14 deletions(-) diff --git a/net-misc/maestral/maestral-1.5.2.ebuild b/net-misc/maestral/maestral-1.5.2.ebuild index eb23490e5..b70c0261f 100644 --- a/net-misc/maestral/maestral-1.5.2.ebuild +++ b/net-misc/maestral/maestral-1.5.2.ebuild @@ -41,8 +41,7 @@ BDEPEND=" distutils_enable_tests pytest -python_prepare_all() -{ +python_prepare_all() { # this test requires systemd sed -i -e 's/test_autostart/_&/' tests/offline/test_cli.py || die @@ -57,12 +56,10 @@ python_prepare_all() distutils-r1_python_prepare_all } -pkg_postinst() -{ +pkg_postinst() { xdg_icon_cache_update } -pkg_postrm() -{ +pkg_postrm() { xdg_icon_cache_update } diff --git a/net-misc/maestral/maestral-1.5.3.ebuild b/net-misc/maestral/maestral-1.5.3.ebuild index 57f539d65..e62609106 100644 --- a/net-misc/maestral/maestral-1.5.3.ebuild +++ b/net-misc/maestral/maestral-1.5.3.ebuild @@ -41,8 +41,7 @@ BDEPEND=" distutils_enable_tests pytest -python_prepare_all() -{ +python_prepare_all() { # this test requires systemd sed -i -e 's/test_autostart/_&/' tests/offline/test_cli.py || die @@ -52,12 +51,10 @@ python_prepare_all() distutils-r1_python_prepare_all } -pkg_postinst() -{ +pkg_postinst() { xdg_icon_cache_update } -pkg_postrm() -{ +pkg_postrm() { xdg_icon_cache_update } diff --git a/net-misc/maestral/maestral-1.6.3.ebuild b/net-misc/maestral/maestral-1.6.3.ebuild index 4b0b00fe4..7ec6f92b5 100644 --- a/net-misc/maestral/maestral-1.6.3.ebuild +++ b/net-misc/maestral/maestral-1.6.3.ebuild @@ -41,8 +41,7 @@ BDEPEND=" distutils_enable_tests pytest -python_prepare_all() -{ +python_prepare_all() { # this test requires systemd sed -i -e 's/test_autostart/_&/' tests/offline/test_cli.py || die