diff options
author | Stanislav Brabec <utx@gentoo.org> | 2003-05-05 16:42:03 +0000 |
---|---|---|
committer | Stanislav Brabec <utx@gentoo.org> | 2003-05-05 16:42:03 +0000 |
commit | 6df6fec62f7d313b870ac6fb8315f4aeb26dd288 (patch) | |
tree | d6f7e09470d7dd185584bf3a6486061c5900c1e5 /dev-tcltk/tclx | |
parent | Bump (diff) | |
download | historical-6df6fec62f7d313b870ac6fb8315f4aeb26dd288.tar.gz historical-6df6fec62f7d313b870ac6fb8315f4aeb26dd288.tar.bz2 historical-6df6fec62f7d313b870ac6fb8315f4aeb26dd288.zip |
added unmerge warning
Diffstat (limited to 'dev-tcltk/tclx')
-rw-r--r-- | dev-tcltk/tclx/ChangeLog | 5 | ||||
-rw-r--r-- | dev-tcltk/tclx/tclx-8.3-r1.ebuild | 13 |
2 files changed, 16 insertions, 2 deletions
diff --git a/dev-tcltk/tclx/ChangeLog b/dev-tcltk/tclx/ChangeLog index 873a54d8d9de..1f2284cc0182 100644 --- a/dev-tcltk/tclx/ChangeLog +++ b/dev-tcltk/tclx/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for dev-tcltk/tclx # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclx/ChangeLog,v 1.6 2003/04/23 17:23:35 utx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclx/ChangeLog,v 1.7 2003/05/05 16:42:03 utx Exp $ *tclx-8.3-r1 (23 Apr 2003) + 05 May 2003; Stanislav Brabec <utx@gentoo.org> tclx-8.3-r1.ebuild: + Added "unmerge before update" warning (bug #19913). + 23 Apr 2003; Stanislav Brabec <utx@gentoo.org> tclx-8.3-r1.ebuild: Added new ebuild, which builds tclx against tcl/tk 8.4.2 (bug #19555). diff --git a/dev-tcltk/tclx/tclx-8.3-r1.ebuild b/dev-tcltk/tclx/tclx-8.3-r1.ebuild index 6f2e1eae566a..cc38eb974743 100644 --- a/dev-tcltk/tclx/tclx-8.3-r1.ebuild +++ b/dev-tcltk/tclx/tclx-8.3-r1.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-tcltk/tclx/tclx-8.3-r1.ebuild,v 1.1 2003/04/23 17:23:35 utx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclx/tclx-8.3-r1.ebuild,v 1.2 2003/05/05 16:42:03 utx Exp $ inherit flag-o-matic @@ -24,6 +24,17 @@ S=${WORKDIR}/${PN}${PV} [ $ARCH = alpha ] && append-flags -fPIC src_unpack() { + ewarn "" + ewarn "Your compile WILL fail if you are upgrading from" + ewarn "a previous version of tclx." + ewarn "" + ewarn "emerge unmerge tclx" + ewarn "BEFORE upgrading to a newer version" + ewarn "" + ewarn "You have been warned :)" + ewarn "" + sleep 5 + unpack ${A} ; cd ${S} patch -p1 < ${FILESDIR}/${P}-makecfg.patch || die patch -p1 < ${FILESDIR}/${P}-argv.patch || die |