commit:     d8eeff3a46f5e848247615fe19b6e0dc9fe2f17f
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 20 09:20:00 2020 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Thu Aug 20 09:20:14 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8eeff3a

app-misc/tmux: remove pkg_postinst()

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 app-misc/tmux/tmux-3.1b.ebuild | 14 --------------
 app-misc/tmux/tmux-9999.ebuild | 14 --------------
 2 files changed, 28 deletions(-)

diff --git a/app-misc/tmux/tmux-3.1b.ebuild b/app-misc/tmux/tmux-3.1b.ebuild
index e66cc41093c..7d0cb4a0da6 100644
--- a/app-misc/tmux/tmux-3.1b.ebuild
+++ b/app-misc/tmux/tmux-3.1b.ebuild
@@ -72,17 +72,3 @@ src_install() {
        dodoc example_tmux.conf
        docompress -x /usr/share/doc/${PF}/example_tmux.conf
 }
-
-pkg_postinst() {
-       if ! ver_test 1.9a -ge ${REPLACING_VERSIONS:-1.9a}; then
-               echo
-               ewarn "Some configuration options changed in this release."
-               ewarn "Please read the CHANGES file in /usr/share/doc/${PF}/"
-               ewarn
-               ewarn "WARNING: After updating to ${P} you will _not_ be able 
to connect to any"
-               ewarn "older, running tmux server instances. You'll have to use 
an existing client to"
-               ewarn "end your old sessions or kill the old server instances. 
Otherwise you'll have"
-               ewarn "to temporarily downgrade to access them."
-               echo
-       fi
-}

diff --git a/app-misc/tmux/tmux-9999.ebuild b/app-misc/tmux/tmux-9999.ebuild
index 1f43a539b17..5a80c44dea6 100644
--- a/app-misc/tmux/tmux-9999.ebuild
+++ b/app-misc/tmux/tmux-9999.ebuild
@@ -72,17 +72,3 @@ src_install() {
        dodoc example_tmux.conf
        docompress -x /usr/share/doc/${PF}/example_tmux.conf
 }
-
-pkg_postinst() {
-       if ! ver_test 1.9a -ge ${REPLACING_VERSIONS:-1.9a}; then
-               echo
-               ewarn "Some configuration options changed in this release."
-               ewarn "Please read the CHANGES file in /usr/share/doc/${PF}/"
-               ewarn
-               ewarn "WARNING: After updating to ${P} you will _not_ be able 
to connect to any"
-               ewarn "older, running tmux server instances. You'll have to use 
an existing client to"
-               ewarn "end your old sessions or kill the old server instances. 
Otherwise you'll have"
-               ewarn "to temporarily downgrade to access them."
-               echo
-       fi
-}

Reply via email to