| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | * Use shlex.split() for splitting COLLISION_IGNORE. | Zac Medico | 2008-08-09 | 1 | -1/+5 |
* | Bug #234100 - Update date and portage version in man page headers. | Zac Medico | 2008-08-09 | 12 | -12/+12 |
* | Bug #234157 - Remove BUILD_PREFIX from the docs since it's not a user config | Zac Medico | 2008-08-09 | 1 | -5/+0 |
* | Don't use "dir" for a variable name since it's also a builtin. | Zac Medico | 2008-08-09 | 1 | -4/+4 |
* | Add a reference to the default sets.conf location. Thanks to dberkholz for | Zac Medico | 2008-08-09 | 1 | -1/+5 |
* | Make eapi*_src_install die since they're not supported. | Zac Medico | 2008-08-09 | 1 | -3/+3 |
* | Escape use flags before compiling regular expressions from them. Thanks | Zac Medico | 2008-08-09 | 2 | -4/+12 |
* | Update date in dyn_help copyright header. Thanks to grobian. | Zac Medico | 2008-08-09 | 1 | -1/+1 |
* | When calling dbaip.aux_get() inside depgraph._select_package(), only pull the | Zac Medico | 2008-08-09 | 1 | -2/+1 |
* | Increase Scheduler._job_delay_factor from 0.5 to 0.75 so that the delay | Zac Medico | 2008-08-09 | 1 | -1/+1 |
* | Remove redundant default pkg_nofetch, src_unpack, and src_test definitions | Zac Medico | 2008-08-08 | 1 | -12/+0 |
* | Add new LinkageMap.listBrokenBinaries() and listProviders() methods. Thanks | Zac Medico | 2008-08-08 | 1 | -0/+152 |
* | Fix broken reference to os.path.realpath() inside LinkageMap.getSoname(). | Zac Medico | 2008-08-08 | 1 | -1/+1 |
* | In LinkageMap.rebuild(), filter empty strings that may be returned from split | Zac Medico | 2008-08-08 | 1 | -2/+4 |
* | Fix broken quoting in eval statements. Thanks to Arfrever. | Zac Medico | 2008-08-08 | 1 | -2/+2 |
* | Add missing default_src_configure() function to table. Thanks to Arfrever. | Zac Medico | 2008-08-08 | 1 | -0/+3 |
* | Fix default phase functions in EAPI 2_pre2, since they should be labeled as | Zac Medico | 2008-08-08 | 1 | -2/+2 |
* | Rename the eapi2_pre2_* functions to just eapi2_* and document all the | Zac Medico | 2008-08-08 | 3 | -11/+94 |
* | Implement eapi$EAPI_* default phase functions that are equivalent to the | Zac Medico | 2008-08-08 | 2 | -55/+108 |
* | Handle missing ipv6 support (branches/prefix r11347). | Zac Medico | 2008-08-08 | 1 | -1/+1 |
* | * Fix the default() implementation so that it maps the ebuild argument to | Zac Medico | 2008-08-08 | 4 | -38/+151 |
* | Shorten the scheduler status display in the xterm title by removing all | Zac Medico | 2008-08-08 | 1 | -1/+1 |
* | When testing containment of elem[:1] in "MR", filter potential empty string | Zac Medico | 2008-08-07 | 1 | -1/+1 |
* | In order to properly preserve --jobs and --load-average settings for --resume | Zac Medico | 2008-08-07 | 1 | -3/+8 |
* | Add support in EAPI 2_pre2 for a function named "default" is redefined for | Zac Medico | 2008-08-07 | 2 | -0/+19 |
* | Fix a bug in vardbapi.removeFromContents() which sometimes prevents the | Zac Medico | 2008-08-07 | 1 | -2/+3 |
* | In order to conserve some space, make _setitem() skip writing keys for which | Zac Medico | 2008-08-07 | 1 | -0/+2 |
* | Replace call to `svn list` with a call to `svn status --depth=files --verbose` | Zac Medico | 2008-08-07 | 1 | -6/+6 |