diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-07-29 05:50:51 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-07-29 05:50:51 +0000 |
commit | 8f59ae1f72b1271995ba36b6b2685fce75faae1c (patch) | |
tree | 31aa42b01436b588d98194056bcc7254b02cd269 /ChangeLog | |
parent | negation inversion via operators mangling. (diff) | |
download | portage-cvs-8f59ae1f72b1271995ba36b6b2685fce75faae1c.tar.gz portage-cvs-8f59ae1f72b1271995ba36b6b2685fce75faae1c.tar.bz2 portage-cvs-8f59ae1f72b1271995ba36b6b2685fce75faae1c.zip |
fix IMAGE usage in pkg_preinst so that ebuild authors dont have to know/care about it
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,12 +1,17 @@ # ChangeLog for Portage; the Gentoo Linux ports system # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Id: ChangeLog,v 1.994 2005/07/20 14:22:48 ferringb Exp $ +# $Id: ChangeLog,v 1.995 2005/07/29 05:50:51 vapier Exp $ MAJOR CHANGES in 2.0.51: 1. /var/cache/edb/virtuals is no longer used at all. It's calculated now. 2. /var/cache/edb/world is now /var/lib/portage/world. 3. /etc/portage/profile/virtuals is _USER_ configs only. + 25 Jul 2005; Mike Frysinger <vapier@gentoo.org> + bin/ebuild-default-functions.sh: + Fix IMAGE / D confusion in the pkg_preinst function. Now ebuilds do not + have to care/screw around with IMAGE. + 20 Jul 2005; Brian Harring <ferringb@gentoo.org> bin/ebuild*.{sh,lib}: Harring broke cvs. If people ignored the warnings, I'll fix it till the next time changes in rewrite cause it to break again. |