Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/tcl/
Date: Thu, 23 Dec 2021 09:09:07
Message-Id: 1640250538.e2679a1b5c4b44b171cb9f5f6c4168bfc8a33e0e.pacho@gentoo
1 commit: e2679a1b5c4b44b171cb9f5f6c4168bfc8a33e0e
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 23 09:08:49 2021 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 23 09:08:58 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2679a1b
7
8 dev-lang/tcl: Drop obsolete warning
9
10 Closes: https://bugs.gentoo.org/813480
11 Package-Manager: Portage-3.0.30, Repoman-3.0.3
12 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
13
14 dev-lang/tcl/tcl-8.6.12.ebuild | 15 ---------------
15 1 file changed, 15 deletions(-)
16
17 diff --git a/dev-lang/tcl/tcl-8.6.12.ebuild b/dev-lang/tcl/tcl-8.6.12.ebuild
18 index 5a44ad9fa048..12ec6c9aac3d 100644
19 --- a/dev-lang/tcl/tcl-8.6.12.ebuild
20 +++ b/dev-lang/tcl/tcl-8.6.12.ebuild
21 @@ -119,18 +119,3 @@ multilib_src_install() {
22 dodoc "${SPARENT}"/{ChangeLog*,README.md,changes}
23 fi
24 }
25 -
26 -pkg_postinst() {
27 - for version in ${REPLACING_VERSIONS}; do
28 - if ver_test 8.6 -lt ${version}; then
29 - echo
30 - ewarn "You're upgrading from <${P}, you must recompile the other"
31 - ewarn "packages on your system that link with tcl after the upgrade"
32 - ewarn "completes. To perform this action, please run revdep-rebuild"
33 - ewarn "in package app-portage/gentoolkit."
34 - ewarn "If you have dev-lang/tk and dev-tcltk/tclx installed you should"
35 - ewarn "upgrade them before this recompilation, too,"
36 - echo
37 - fi
38 - done
39 -}