| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix typo in "directory" spelling. Thanks to Ofer Wald in bug #219957. | Zac Medico | 2008-08-21 | 1 | -1/+1 |
* | Fix spelling of overriding for bug #235250. | Zac Medico | 2008-08-20 | 1 | -1/+1 |
* | Fix dep_wordreduce() so that it doesn't cancel out blocker atoms that happen | Zac Medico | 2008-08-20 | 1 | -1/+3 |
* | Make dblink call back to the scheduler for "clean" and "cleanrm" phases, to | Zac Medico | 2008-08-20 | 2 | -7/+18 |
* | Make sure EBUILD_PHASE is properly unset when calling misc-functions.sh. | Zac Medico | 2008-08-20 | 2 | -0/+3 |
* | When in background mode, redirect "adjusting permissions" messages for | Zac Medico | 2008-08-19 | 2 | -26/+67 |
* | Add an 'IUSE defaults' section. | Zac Medico | 2008-08-19 | 1 | -0/+8 |
* | Remove reference to use.default. Thanks to ulm for reporting. | Zac Medico | 2008-08-19 | 1 | -4/+0 |
* | The following error is known to occur with Linux kernel versions | Zac Medico | 2008-08-18 | 1 | -1/+19 |
* | Update for @everything -> @installed rename. Thanks to Arfrever. | Zac Medico | 2008-08-18 | 1 | -1/+1 |
* | * Truncate status display output when necessary to avoid line overflow and | Zac Medico | 2008-08-18 | 1 | -3/+24 |
* | Don't assume that the "world" set is an instance of WorldSet, allowing the | Zac Medico | 2008-08-18 | 1 | -13/+33 |
* | Fix atom -> str breakage in StaticFileSet.write(). | Zac Medico | 2008-08-18 | 1 | -3/+3 |
* | Document /var/lib/portage/world_sets. | Zac Medico | 2008-08-17 | 1 | -0/+10 |
* | Bug #172496 - Add a PORTAGE_COMPRESS_EXCLUDE_SUFFIXES config variable which | Zac Medico | 2008-08-15 | 3 | -0/+26 |
* | For consistency, make get_open_fds() return a plain iterator in any case, | Zac Medico | 2008-08-15 | 1 | -2/+2 |
* | Use a list comprehension instead of strange map() usage which yields odd | Zac Medico | 2008-08-15 | 1 | -1/+2 |
* | For py3k compatibility, replace map() call with a normal for loop. Thanks to | Zac Medico | 2008-08-15 | 1 | -1/+2 |
* | Pass atom instances into action_depclean() instead of the plain strings. | Zac Medico | 2008-08-15 | 1 | -2/+4 |
* | Validate atoms from command line args before calling action_depclean(). | Zac Medico | 2008-08-15 | 1 | -0/+28 |
* | In order to avoid an unhandled InvalidAtom exception, validate atoms from | Zac Medico | 2008-08-15 | 1 | -0/+14 |
* | * Replace vartree.dep_match() call with normal dbapi.match() call. | Zac Medico | 2008-08-15 | 1 | -3/+1 |
* | When a build fails, generate a status message showing which package | Zac Medico | 2008-08-14 | 1 | -18/+46 |
* | Convert exceptions from parse_metadata_use() into "metadata.bad" errors | Zac Medico | 2008-08-14 | 1 | -9/+15 |
* | * Fix parse_metadata_use() to raise ParseError instead of the ExpatError | Zac Medico | 2008-08-14 | 1 | -1/+17 |
* | The fpformat module is deprecated and will be removed in py3k. | Zac Medico | 2008-08-14 | 1 | -2/+1 |
* | Make Scheduler._choose_pkg() parallelize more aggressively in cases when | Zac Medico | 2008-08-14 | 1 | -5/+19 |
* | Fix quoting for iteration over PROFILE_PATHS. | Zac Medico | 2008-08-12 | 1 | -1/+1 |
* | Create a single EAPI section to contain all of the EAPI subsections andv2.2_rc8 | Zac Medico | 2008-08-12 | 6 | -60/+63 |
* | Bug #234478 - Fix config._getMissingLicenses() to only access USE when | Zac Medico | 2008-08-12 | 1 | -2/+8 |
* | Disable "waiting for lock" messages when in background mode. Thanks to Thargor | Zac Medico | 2008-08-12 | 2 | -1/+11 |
* | Fix ebuild(1) so that src_configure is only called for EAPIs for which it | Zac Medico | 2008-08-11 | 1 | -0/+6 |
* | Entirely disable the src_configure phase from the python side for EAPI values | Zac Medico | 2008-08-11 | 2 | -2/+7 |
* | In source_all_bashrcs(), only change $IFS while splitting $PROFILE_PATHS into | Zac Medico | 2008-08-11 | 1 | -5/+4 |
* | Increase Scheduler._job_delay_max to 10 seconds.v2.2_rc7 | Zac Medico | 2008-08-10 | 1 | -1/+1 |
* | For pkg_config and pkg_info, add respective "config" and "info" values to | Zac Medico | 2008-08-10 | 1 | -1/+1 |
* | When testing userpriv write access in $DISTDIR, redirect the 'permission | Zac Medico | 2008-08-10 | 1 | -1/+1 |
* | Remove unnecessary dict.keys() call. | Zac Medico | 2008-08-10 | 1 | -1/+1 |
* | Move the default EAPI definition where it will work in any case it might | Zac Medico | 2008-08-10 | 1 | -4/+4 |
* | Remove most references to Package.metadata_keys and replace them with | Zac Medico | 2008-08-10 | 1 | -20/+18 |
* | Add sample code for the new src_configure and src_compile phase functions. | Zac Medico | 2008-08-10 | 1 | -0/+13 |
* | Document the differences between EAPIs 0 and 1. | Zac Medico | 2008-08-10 | 2 | -0/+67 |
* | Add new sections for EAPI 0 and 1 (currently empty). | Zac Medico | 2008-08-10 | 4 | -0/+10 |
* | Fix typo. | Zac Medico | 2008-08-10 | 1 | -1/+1 |
* | Remove INHERITED from the vardbapi aux_get cache since it's not really that | Zac Medico | 2008-08-10 | 2 | -7/+8 |
* | Remove pointless `cd` calls in dyn_configure() and dyn_compile(). | Zac Medico | 2008-08-10 | 1 | -6/+4 |
* | Eliminate duplicate code by making _eapi1_src_compile() call _eapi2_src_confi... | Zac Medico | 2008-08-10 | 1 | -3/+1 |
* | Make the scheduler's job delay ramp up faster by increasing the factor | Zac Medico | 2008-08-10 | 1 | -2/+3 |
* | Fix dyn_clean() to properly clean $PORTAGE_BUILDDIR/.configured. | Zac Medico | 2008-08-09 | 1 | -6/+3 |
* | Add write_contents() and tar_contents() functions to __all__. | Zac Medico | 2008-08-09 | 1 | -1/+2 |