summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add support for FEATURES="protect-owned" which is identical to theZac Medico2008-08-303-9/+37
* In dep_zapdeps(), add a new choice category for choices that have packagesZac Medico2008-08-301-2/+4
* When reloading the emerge config due to global updates in action_sync(),Zac Medico2008-08-271-0/+1
* Revert recent changes to _ObjectKey.__eq__() since it's probably a bug ifZac Medico2008-08-251-5/+0
* Fix _ObjectKey.__eq__() to account for potential hash collisions that wouldZac Medico2008-08-241-5/+6
* Prevent [None] in repo display. Thanks to grobian.Zac Medico2008-08-241-1/+1
* * Fix broken _ObjectKey.__eq__() logic from previous commit.Zac Medico2008-08-241-3/+7
* Avoid possible AttributeError raised from _ObjectKey.__eq__().Zac Medico2008-08-241-0/+2
* Fix grammar. Thanks to ABCD.Zac Medico2008-08-241-1/+1
* Fix spelling typos in error messages.Zac Medico2008-08-231-2/+2
* Fix the loop in filter_protected() to continue when necessary due to anZac Medico2008-08-231-0/+2
* Flush stdout after the loop inside filter_protected() completes.Zac Medico2008-08-231-0/+1
* Add a new filter_protected command which is similar to is_protected butZac Medico2008-08-231-0/+57
* More LinkageMap enhancments from Lucian Poston:Zac Medico2008-08-231-58/+93
* Add a new src_prepare phase function which is called in-between src_unpackZac Medico2008-08-236-17/+77
* Add a new is_protected command which queries whether or not CONFIG_PROTECTZac Medico2008-08-221-0/+47
* Fix isprotected() call in dblink._collision_protect() to properly accountZac Medico2008-08-221-1/+2
* Update ROOT docs wrt make.conf since it can now be set there regardless ofZac Medico2008-08-221-2/+1
* Use shlex.split() to split CONFIG_PROTECT and CONFIG_PROTECT_MASK.Zac Medico2008-08-221-2/+2
* For consistency, show [0] in the repo display instead of suppressing it. NowZac Medico2008-08-221-16/+38
* Update comment, from Lucian Poston's git repo.Zac Medico2008-08-221-1/+4
* Optimize LinkageMap to use tuples of device and inode numbers from statZac Medico2008-08-221-166/+264
* Fix typo in "directory" spelling. Thanks to Ofer Wald in bug #219957.Zac Medico2008-08-211-1/+1
* Fix spelling of overriding for bug #235250.Zac Medico2008-08-201-1/+1
* Fix dep_wordreduce() so that it doesn't cancel out blocker atoms that happenZac Medico2008-08-201-1/+3
* Make dblink call back to the scheduler for "clean" and "cleanrm" phases, toZac Medico2008-08-202-7/+18
* Make sure EBUILD_PHASE is properly unset when calling misc-functions.sh.Zac Medico2008-08-202-0/+3
* When in background mode, redirect "adjusting permissions" messages forZac Medico2008-08-192-26/+67
* Add an 'IUSE defaults' section.Zac Medico2008-08-191-0/+8
* Remove reference to use.default. Thanks to ulm for reporting.Zac Medico2008-08-191-4/+0
* The following error is known to occur with Linux kernel versionsZac Medico2008-08-181-1/+19
* Update for @everything -> @installed rename. Thanks to Arfrever.Zac Medico2008-08-181-1/+1
* * Truncate status display output when necessary to avoid line overflow andZac Medico2008-08-181-3/+24
* Don't assume that the "world" set is an instance of WorldSet, allowing theZac Medico2008-08-181-13/+33
* Fix atom -> str breakage in StaticFileSet.write().Zac Medico2008-08-181-3/+3
* Document /var/lib/portage/world_sets.Zac Medico2008-08-171-0/+10
* Bug #172496 - Add a PORTAGE_COMPRESS_EXCLUDE_SUFFIXES config variable whichZac Medico2008-08-153-0/+26
* For consistency, make get_open_fds() return a plain iterator in any case,Zac Medico2008-08-151-2/+2
* Use a list comprehension instead of strange map() usage which yields oddZac Medico2008-08-151-1/+2
* For py3k compatibility, replace map() call with a normal for loop. Thanks toZac Medico2008-08-151-1/+2
* Pass atom instances into action_depclean() instead of the plain strings.Zac Medico2008-08-151-2/+4
* Validate atoms from command line args before calling action_depclean().Zac Medico2008-08-151-0/+28
* In order to avoid an unhandled InvalidAtom exception, validate atoms fromZac Medico2008-08-151-0/+14
* * Replace vartree.dep_match() call with normal dbapi.match() call.Zac Medico2008-08-151-3/+1
* When a build fails, generate a status message showing which packageZac Medico2008-08-141-18/+46
* Convert exceptions from parse_metadata_use() into "metadata.bad" errorsZac Medico2008-08-141-9/+15
* * Fix parse_metadata_use() to raise ParseError instead of the ExpatErrorZac Medico2008-08-141-1/+17
* The fpformat module is deprecated and will be removed in py3k.Zac Medico2008-08-141-2/+1
* Make Scheduler._choose_pkg() parallelize more aggressively in cases whenZac Medico2008-08-141-5/+19
* Fix quoting for iteration over PROFILE_PATHS.Zac Medico2008-08-121-1/+1