summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Brabec <utx@gentoo.org>2003-05-09 14:38:20 +0000
committerStanislav Brabec <utx@gentoo.org>2003-05-09 14:38:20 +0000
commit1fc4299a270c00b9fe52e97953461ba5cbac4263 (patch)
tree5a23df6e469ec82cd2124a3ad30d25def554e089 /dev-lang/tcl
parentremoved glademm mask (diff)
downloadhistorical-1fc4299a270c00b9fe52e97953461ba5cbac4263.tar.gz
historical-1fc4299a270c00b9fe52e97953461ba5cbac4263.tar.bz2
historical-1fc4299a270c00b9fe52e97953461ba5cbac4263.zip
added upgrade recompilation warning
Diffstat (limited to 'dev-lang/tcl')
-rw-r--r--dev-lang/tcl/ChangeLog6
-rw-r--r--dev-lang/tcl/tcl-8.4.2.ebuild18
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
+}