summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* s/mtarget/mtune/g for bug #133528.Zac Medico2006-05-171-4/+4
* Print a warning message when AUTOCLEAN is disabled because it's quite dangerous.Zac Medico2006-05-171-0/+8
* Fix portage.getmaskingreason() so that it properly stacks all available packa...Zac Medico2006-05-161-1/+16
* Add a warning message for AUTOCLEAN="no". Thanks to jakub for reporting.Zac Medico2006-05-161-0/+3
* Add + to the --changelog regex so that dvd+rw-tools works for bug #133288.Zac Medico2006-05-161-1/+1
* Add some PORTAGE_CONFIGROOT documentation for bug #131925. Thanks to Christi...Zac Medico2006-05-161-0/+6
* Fix for bug 133363, thanks to <world.root@gmail.com> for reporting.Alec Warner2006-05-151-1/+1
* Fix a typo from r3357.Zac Medico2006-05-151-1/+1
* Add back the rstrip(os.path.sep) which is needed in the case where ROOT=/ (re...Zac Medico2006-05-151-2/+4
* Revert the performance optimization from r3355 in favor of maximum robustness.Zac Medico2006-05-151-1/+2
* Ensure that ${ROOT} is normalized for bug #90444.Zac Medico2006-05-151-2/+2
* Remove unnecessary and time consuming normpath call for bug #90444.Zac Medico2006-05-151-1/+1
* Ensure a sane global umask for bug #133307 (regression from r3228).Zac Medico2006-05-141-0/+3
* Wheel != secpass=1, so kill it. Wheel grants you nothing wrt portage perms.Alec Warner2006-05-141-4/+1
* strip leading slash in outputMike Frysinger2006-05-141-3/+3
* you have to quote $@ or things can breakMike Frysinger2006-05-141-1/+1
* Use iteritems() instead of items() because an iterator uses less memory.Zac Medico2006-05-141-1/+1
* Write raw bytes instead of attempting to encode as utf-8 for bug #133287.Zac Medico2006-05-141-1/+1
* Make portdbapi._init_cache_dirs() obey self.depcachedir.Zac Medico2006-05-141-2/+1
* Make portdbapi obey self.depcachedir instead of using portage_const.DEPCACHE_...Zac Medico2006-05-141-1/+1
* Allow `emerge --metadata` and `emerge --regen` for users in the portage group...Zac Medico2006-05-131-1/+2
* s/DEPEND atoms/package atoms/ for better wordingZac Medico2006-05-121-1/+1
* Make /etc/portage/bashrc relative to PORTAGE_CONFIGROOT.v2.1_rc1Zac Medico2006-05-121-1/+2
* Add some documentation for /etc/portage/modules and metadata_overlay.Zac Medico2006-05-121-0/+23
* Revert r3339 because r3301 makes it unnecessary. See bug #133055.Zac Medico2006-05-121-3/+0
* Minor 1 liner for bug 131657Alec Warner2006-05-111-0/+1
* Fix bug 113055, Binpkg's need SLOT in mysettingsAlec Warner2006-05-111-0/+3
* Neglect EOFError during mtimedb loading since this error seems to be common w...Zac Medico2006-05-101-1/+1
* remove unused STICKIES variableMike Frysinger2006-05-102-2/+1
* Only adjust priority for PORTAGE_NICENESS on the first run for bug #132739.Zac Medico2006-05-101-0/+2
* slightly easier test to read for DISTDR/unpack checkMike Frysinger2006-05-091-1/+1
* Use os.path.realpath instead of portage.abssymlink to resolve /etc/make.profi...Zac Medico2006-05-081-1/+1
* Give a less confusing error message when unpack() arguments begin with ${DIST...Zac Medico2006-05-081-0/+2
* Prevent a TypeError exception when the /etc/make.profile symlink is broken on...Zac Medico2006-05-081-12/+10
* Catch FileNotFound exception and print a message when a file listed in the Ma...Zac Medico2006-05-081-0/+3
* Move the fake $HOME that's used for ebuilds from $PORTAGE_TMPDIR/portage/home...Zac Medico2006-05-082-2/+2
* Fix a potential NameError due to 'cpv' being undefined in the namespace and a...Zac Medico2006-05-071-3/+5
* Properly encode metadata strings as utf-8 in order to avoid "UnicodeEncodeErr...Zac Medico2006-05-071-1/+1
* Replace inappropriate use of writelines with normal write.Zac Medico2006-05-071-1/+1
* Fix portage.config handling of ROOT and PORTAGE_CONFIGROOT for bug #132442.Zac Medico2006-05-061-3/+5
* make rsync variable messages a bit less invitingMarius Mauch2006-05-061-2/+2
* Catch a KeyError and report a missing digest for bug #132410.Zac Medico2006-05-061-0/+3
* Remove the uppercase requirement on flat_hash metadata keys so that _eclasses...Zac Medico2006-05-061-3/+1
* Obey self.incrementals in config.regenerate() instead of using portage_const....Zac Medico2006-05-061-1/+1
* Catch a KeyError and notify the user of a missing digest for bug #132373.Zac Medico2006-05-051-7/+10
* Reimplement the fix for bug #79566 more cleanly (the -* hack seems quite non-...Zac Medico2006-05-051-1/+9
* Fix some small typos in ebuild.sh for bug #86151. Thanks to Yoshino for this...Zac Medico2006-05-041-2/+2
* Make sure that cloned FEATURES are correctly preserved by getting them direct...Zac Medico2006-05-041-6/+8
* Bring back FEATURES="assume-digests" for bug #132182.Zac Medico2006-05-042-14/+22
* Improve the error message when an eclass is not found and remove unnecesary E...Zac Medico2006-05-031-3/+2