summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Create a single EAPI section to contain all of the EAPI subsections andv2.2_rc8Zac Medico2008-08-126-60/+63
* Bug #234478 - Fix config._getMissingLicenses() to only access USE whenZac Medico2008-08-121-2/+8
* Disable "waiting for lock" messages when in background mode. Thanks to ThargorZac Medico2008-08-122-1/+11
* Fix ebuild(1) so that src_configure is only called for EAPIs for which itZac Medico2008-08-111-0/+6
* Entirely disable the src_configure phase from the python side for EAPI valuesZac Medico2008-08-112-2/+7
* In source_all_bashrcs(), only change $IFS while splitting $PROFILE_PATHS intoZac Medico2008-08-111-5/+4
* Increase Scheduler._job_delay_max to 10 seconds.v2.2_rc7Zac Medico2008-08-101-1/+1
* For pkg_config and pkg_info, add respective "config" and "info" values toZac Medico2008-08-101-1/+1
* When testing userpriv write access in $DISTDIR, redirect the 'permissionZac Medico2008-08-101-1/+1
* Remove unnecessary dict.keys() call.Zac Medico2008-08-101-1/+1
* Move the default EAPI definition where it will work in any case it mightZac Medico2008-08-101-4/+4
* Remove most references to Package.metadata_keys and replace them withZac Medico2008-08-101-20/+18
* Add sample code for the new src_configure and src_compile phase functions.Zac Medico2008-08-101-0/+13
* Document the differences between EAPIs 0 and 1.Zac Medico2008-08-102-0/+67