diff options
author | Marek Szuba <marecki@gentoo.org> | 2022-01-01 18:35:50 +0000 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2022-01-01 18:37:23 +0000 |
commit | a3d362e212517365c44b0c469300deaad1034f8f (patch) | |
tree | a48623700fcb9d3adbd5660f938e8847789d45e4 /mail-mta | |
parent | sys-devel/binutils: [QA] fix IndirectInherits/UnusedInherits (diff) | |
download | gentoo-a3d362e212517365c44b0c469300deaad1034f8f.tar.gz gentoo-a3d362e212517365c44b0c469300deaad1034f8f.tar.bz2 gentoo-a3d362e212517365c44b0c469300deaad1034f8f.zip |
mail-mta/protonmail-bridge: drop the warning about renamed executable
mail-mta/protonmail-bridge-bin got treecleaned in April 2021, feels like
we spent enough time warning users about this.
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'mail-mta')
-rw-r--r-- | mail-mta/protonmail-bridge/protonmail-bridge-1.8.10.ebuild | 7 | ||||
-rw-r--r-- | mail-mta/protonmail-bridge/protonmail-bridge-1.8.12.ebuild | 7 |
2 files changed, 2 insertions, 12 deletions
diff --git a/mail-mta/protonmail-bridge/protonmail-bridge-1.8.10.ebuild b/mail-mta/protonmail-bridge/protonmail-bridge-1.8.10.ebuild index 34d48ffccacb..5dd0fb108bc6 100644 --- a/mail-mta/protonmail-bridge/protonmail-bridge-1.8.10.ebuild +++ b/mail-mta/protonmail-bridge/protonmail-bridge-1.8.10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -688,11 +688,6 @@ src_install() { pkg_postinst() { use gui && xdg_icon_cache_update - - # Don't bother checking for USE=-gui here, it has never worked yet - if [[ -n ${REPLACING_VERSIONS} ]]; then - ewarn "Please note that following the removal of ${CATEGORY}/${PN}-bin, the executable and the systemd unit file installed by ${PN} are now called simply '${PN}' rather than '${PN}-cli'" - fi } pkg_postrm() { diff --git a/mail-mta/protonmail-bridge/protonmail-bridge-1.8.12.ebuild b/mail-mta/protonmail-bridge/protonmail-bridge-1.8.12.ebuild index 0bc85425a3f0..29ae458b1d14 100644 --- a/mail-mta/protonmail-bridge/protonmail-bridge-1.8.12.ebuild +++ b/mail-mta/protonmail-bridge/protonmail-bridge-1.8.12.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -690,11 +690,6 @@ src_install() { pkg_postinst() { use gui && xdg_icon_cache_update - - # Don't bother checking for USE=-gui here, it has never worked yet - if [[ -n ${REPLACING_VERSIONS} ]]; then - ewarn "Please note that following the removal of ${CATEGORY}/${PN}-bin, the executable and the systemd unit file installed by ${PN} are now called simply '${PN}' rather than '${PN}-cli'" - fi } pkg_postrm() { |