Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/tmux/
Date: Thu, 20 Aug 2020 09:20:46
Message-Id: 1597915214.d8eeff3a46f5e848247615fe19b6e0dc9fe2f17f.zlogene@gentoo
1 commit: d8eeff3a46f5e848247615fe19b6e0dc9fe2f17f
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 20 09:20:00 2020 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 20 09:20:14 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8eeff3a
7
8 app-misc/tmux: remove pkg_postinst()
9
10 Package-Manager: Portage-2.3.103, Repoman-2.3.23
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 app-misc/tmux/tmux-3.1b.ebuild | 14 --------------
14 app-misc/tmux/tmux-9999.ebuild | 14 --------------
15 2 files changed, 28 deletions(-)
16
17 diff --git a/app-misc/tmux/tmux-3.1b.ebuild b/app-misc/tmux/tmux-3.1b.ebuild
18 index e66cc41093c..7d0cb4a0da6 100644
19 --- a/app-misc/tmux/tmux-3.1b.ebuild
20 +++ b/app-misc/tmux/tmux-3.1b.ebuild
21 @@ -72,17 +72,3 @@ src_install() {
22 dodoc example_tmux.conf
23 docompress -x /usr/share/doc/${PF}/example_tmux.conf
24 }
25 -
26 -pkg_postinst() {
27 - if ! ver_test 1.9a -ge ${REPLACING_VERSIONS:-1.9a}; then
28 - echo
29 - ewarn "Some configuration options changed in this release."
30 - ewarn "Please read the CHANGES file in /usr/share/doc/${PF}/"
31 - ewarn
32 - ewarn "WARNING: After updating to ${P} you will _not_ be able to connect to any"
33 - ewarn "older, running tmux server instances. You'll have to use an existing client to"
34 - ewarn "end your old sessions or kill the old server instances. Otherwise you'll have"
35 - ewarn "to temporarily downgrade to access them."
36 - echo
37 - fi
38 -}
39
40 diff --git a/app-misc/tmux/tmux-9999.ebuild b/app-misc/tmux/tmux-9999.ebuild
41 index 1f43a539b17..5a80c44dea6 100644
42 --- a/app-misc/tmux/tmux-9999.ebuild
43 +++ b/app-misc/tmux/tmux-9999.ebuild
44 @@ -72,17 +72,3 @@ src_install() {
45 dodoc example_tmux.conf
46 docompress -x /usr/share/doc/${PF}/example_tmux.conf
47 }
48 -
49 -pkg_postinst() {
50 - if ! ver_test 1.9a -ge ${REPLACING_VERSIONS:-1.9a}; then
51 - echo
52 - ewarn "Some configuration options changed in this release."
53 - ewarn "Please read the CHANGES file in /usr/share/doc/${PF}/"
54 - ewarn
55 - ewarn "WARNING: After updating to ${P} you will _not_ be able to connect to any"
56 - ewarn "older, running tmux server instances. You'll have to use an existing client to"
57 - ewarn "end your old sessions or kill the old server instances. Otherwise you'll have"
58 - ewarn "to temporarily downgrade to access them."
59 - echo
60 - fi
61 -}