diff options
author | Jason Stubbs <jstubbs@gentoo.org> | 2005-05-04 03:17:33 +0000 |
---|---|---|
committer | Jason Stubbs <jstubbs@gentoo.org> | 2005-05-04 03:17:33 +0000 |
commit | f0a03faf8bdac8a5ef8178a22187ecb7111a93f1 (patch) | |
tree | 77ba32509b26b884f3aa417de46bd2b5f0fc157f /ChangeLog | |
parent | BUILDDIR has been renamed (diff) | |
download | portage-cvs-f0a03faf8bdac8a5ef8178a22187ecb7111a93f1.tar.gz portage-cvs-f0a03faf8bdac8a5ef8178a22187ecb7111a93f1.tar.bz2 portage-cvs-f0a03faf8bdac8a5ef8178a22187ecb7111a93f1.zip |
Added remove_preferentials() method to the DependSpec class. Simplified
PkgGlue to just being a container.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,12 +1,16 @@ # ChangeLog for Portage; the Gentoo Linux ports system # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Id: ChangeLog,v 1.965 2005/05/04 01:07:04 vapier Exp $ +# $Id: ChangeLog,v 1.966 2005/05/04 03:17:33 jstubbs 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. + 04 May 2005; Jason Stubbs <jstubbs@gentoo.org> pym/portage_syntax.py + pym/portage_dep.py: Added remove_preferentials() method to the DependSpec + class. Simplified PkgGlue to just being a container. + 03 May 2005; Mike Frysinger <vapier@gentoo.org> bin/ebuild.sh portage.txt pym/ebuild.py bin/ebuild-default-functions.sh: Change internal variable BUILDDIR to PORTAGE_BUILDDIR #68269. |