commit: c33d0011c7748c4cbad67c27649226917a50a41e
Author: Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
AuthorDate: Mon Jun 20 09:12:18 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
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 <ceamac.paragon <AT> 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