aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-05-04 01:07:04 +0000
committerMike Frysinger <vapier@gentoo.org>2005-05-04 01:07:04 +0000
commit3231c27ef45c8a566f2152c4d2329e72a1468870 (patch)
tree6cea0ffede08562be9a19c0e065319bb01e7d0ad /ChangeLog
parentmake the code prettier and simpler (diff)
downloadportage-cvs-3231c27ef45c8a566f2152c4d2329e72a1468870.tar.gz
portage-cvs-3231c27ef45c8a566f2152c4d2329e72a1468870.tar.bz2
portage-cvs-3231c27ef45c8a566f2152c4d2329e72a1468870.zip
rename BUILDDIR to PORTAGE_BUILDDIR #68269
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 01c7e1e..71b8ad1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.964 2005/05/04 00:52:42 vapier Exp $
+# $Id: ChangeLog,v 1.965 2005/05/04 01:07:04 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.
+ 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.
+
03 May 2005; Mike Frysinger <vapier@gentoo.org> bin/dodoc bin/doinfo
bin/newdoc bin/newman bin/prepallman bin/prepallinfo:
Clean up code a bit to make it smaller and nicer.