Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-mta/protonmail-bridge/
Date: Sat, 01 Jan 2022 18:37:34
Message-Id: 1641062243.a3d362e212517365c44b0c469300deaad1034f8f.marecki@gentoo
1 commit: a3d362e212517365c44b0c469300deaad1034f8f
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 1 18:35:50 2022 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 1 18:37:23 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3d362e2
7
8 mail-mta/protonmail-bridge: drop the warning about renamed executable
9
10 mail-mta/protonmail-bridge-bin got treecleaned in April 2021, feels like
11 we spent enough time warning users about this.
12
13 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
14
15 mail-mta/protonmail-bridge/protonmail-bridge-1.8.10.ebuild | 7 +------
16 mail-mta/protonmail-bridge/protonmail-bridge-1.8.12.ebuild | 7 +------
17 2 files changed, 2 insertions(+), 12 deletions(-)
18
19 diff --git a/mail-mta/protonmail-bridge/protonmail-bridge-1.8.10.ebuild b/mail-mta/protonmail-bridge/protonmail-bridge-1.8.10.ebuild
20 index 34d48ffccacb..5dd0fb108bc6 100644
21 --- a/mail-mta/protonmail-bridge/protonmail-bridge-1.8.10.ebuild
22 +++ b/mail-mta/protonmail-bridge/protonmail-bridge-1.8.10.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2021 Gentoo Authors
25 +# Copyright 1999-2022 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=8
29 @@ -688,11 +688,6 @@ src_install() {
30
31 pkg_postinst() {
32 use gui && xdg_icon_cache_update
33 -
34 - # Don't bother checking for USE=-gui here, it has never worked yet
35 - if [[ -n ${REPLACING_VERSIONS} ]]; then
36 - 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'"
37 - fi
38 }
39
40 pkg_postrm() {
41
42 diff --git a/mail-mta/protonmail-bridge/protonmail-bridge-1.8.12.ebuild b/mail-mta/protonmail-bridge/protonmail-bridge-1.8.12.ebuild
43 index 0bc85425a3f0..29ae458b1d14 100644
44 --- a/mail-mta/protonmail-bridge/protonmail-bridge-1.8.12.ebuild
45 +++ b/mail-mta/protonmail-bridge/protonmail-bridge-1.8.12.ebuild
46 @@ -1,4 +1,4 @@
47 -# Copyright 1999-2021 Gentoo Authors
48 +# Copyright 1999-2022 Gentoo Authors
49 # Distributed under the terms of the GNU General Public License v2
50
51 EAPI=8
52 @@ -690,11 +690,6 @@ src_install() {
53
54 pkg_postinst() {
55 use gui && xdg_icon_cache_update
56 -
57 - # Don't bother checking for USE=-gui here, it has never worked yet
58 - if [[ -n ${REPLACING_VERSIONS} ]]; then
59 - 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'"
60 - fi
61 }
62
63 pkg_postrm() {