diff options
author | Stanislav Brabec <utx@gentoo.org> | 2003-05-09 14:38:20 +0000 |
---|---|---|
committer | Stanislav Brabec <utx@gentoo.org> | 2003-05-09 14:38:20 +0000 |
commit | 25b27367898a7478b09f536e5025b057b3528aad (patch) | |
tree | f412b80afd04adc1de0dceac9472961a3061d108 /dev-lang/tcl | |
parent | removed glademm mask (diff) | |
download | gentoo-2-25b27367898a7478b09f536e5025b057b3528aad.tar.gz gentoo-2-25b27367898a7478b09f536e5025b057b3528aad.tar.bz2 gentoo-2-25b27367898a7478b09f536e5025b057b3528aad.zip |
added upgrade recompilation warning
Diffstat (limited to 'dev-lang/tcl')
-rw-r--r-- | dev-lang/tcl/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lang/tcl/tcl-8.4.2.ebuild | 18 |
2 files changed, 21 insertions, 3 deletions
diff --git a/dev-lang/tcl/ChangeLog b/dev-lang/tcl/ChangeLog index 96a8cf595308..faf195180000 100644 --- a/dev-lang/tcl/ChangeLog +++ b/dev-lang/tcl/ChangeLog @@ -1,9 +1,13 @@ # ChangeLog for dev-lang/tcl # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/ChangeLog,v 1.13 2003/04/17 17:22:44 utx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/ChangeLog,v 1.14 2003/05/09 14:38:20 utx Exp $ *tcl-8.4.2 (17 Apr 2003) + 09 May 2003; Stanislav Brabec <utx@gentoo.org> tcl-8.4.2.ebuild: + Added upgrade recompilation warning (bug #19939) and dependency on + revdep-rebuild. + 17 Apr 2003; Stanislav Brabec <utx@gentoo.org> tcl-8.4.2.ebuild: Updated to version 8.4.2 (bug #18483). diff --git a/dev-lang/tcl/tcl-8.4.2.ebuild b/dev-lang/tcl/tcl-8.4.2.ebuild index 5c2c425810d3..33714f4d5917 100644 --- a/dev-lang/tcl/tcl-8.4.2.ebuild +++ b/dev-lang/tcl/tcl-8.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.4.2.ebuild,v 1.1 2003/04/17 17:22:45 utx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.4.2.ebuild,v 1.2 2003/05/09 14:38:20 utx Exp $ S=${WORKDIR}/${PN}${PV} @@ -11,7 +11,10 @@ HOMEPAGE="http://dev.scriptics.com/software/tcltk/" DESCRIPTION="Tool Command Language" -DEPEND="virtual/glibc" +# gentoolkit is needed only for revdep-rebuild +DEPEND="virtual/glibc + >=app-admin/gentoolkit-0.1.22" +RDEPEND="virtual/glibc" SLOT="0" LICENSE="BSD" @@ -72,3 +75,14 @@ src_install() { dodoc README changes license.terms } + +pkg_postinst() { + ewarn + ewarn "If you're upgrading from tcl-8.3, you must recompile the other" + ewarn "packages on your system that link with tcl after the upgrade" + ewarn "completes. To perform this action, please run revdep-rebuild." + ewarn "If you have dev-lang/tk and dev-tcltk/tclx installed you should" + ewarn "upgrade them before this recompilation, too," + ewarn + sleep 5 +} |