commit: a3d362e212517365c44b0c469300deaad1034f8f
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 1 18:35:50 2022 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Sat Jan 1 18:37:23 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3d362e2
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 <AT> gentoo.org>
mail-mta/protonmail-bridge/protonmail-bridge-1.8.10.ebuild | 7 +------
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() {