aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViorel Munteanu <ceamac.paragon@gmail.com>2022-06-20 12:12:18 +0300
committerViorel Munteanu <ceamac.paragon@gmail.com>2022-06-20 12:17:13 +0300
commitc33d0011c7748c4cbad67c27649226917a50a41e (patch)
treea386e30cd2e92ffdd080ae78314825df365208d1 /net-misc
parentdev-python/clickgen: treeclean (diff)
downloadguru-c33d0011c7748c4cbad67c27649226917a50a41e.tar.gz
guru-c33d0011c7748c4cbad67c27649226917a50a41e.tar.bz2
guru-c33d0011c7748c4cbad67c27649226917a50a41e.zip
net-misc/maestral: bash functions signature
Stylistic change, nothing else changes Signed-off-by: Viorel Munteanu <ceamac.paragon@gmail.com>
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/maestral/maestral-1.5.2.ebuild9
-rw-r--r--net-misc/maestral/maestral-1.5.3.ebuild9
-rw-r--r--net-misc/maestral/maestral-1.6.3.ebuild3
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