| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Remove the "ebuild.disjointed" check because it's obsolete since we've | Zac Medico | 2008-08-06 | 2 | -53/+1 |
* | Fix `svn status` output parsing to account for "replaced" files indicated | Zac Medico | 2008-08-06 | 1 | -1/+1 |
* | Remove redundant 'local line' definition from previous commit. | Zac Medico | 2008-08-06 | 1 | -1/+0 |
* | Fix breakage in elog function newline handling with causes blank/empty | Zac Medico | 2008-08-06 | 1 | -5/+43 |
* | Make doebuild() display manifest verification failures for each corrupt | Zac Medico | 2008-08-05 | 1 | -29/+57 |
* | When there is no build log to display, it means that fetch failed, so | Zac Medico | 2008-08-05 | 1 | -15/+51 |
* | Remove unused parse_use_local_desc() function. | Zac Medico | 2008-08-05 | 1 | -22/+0 |
* | Remove the use.local.desc IUSE validation which is now replaced by glep56 | Zac Medico | 2008-08-05 | 1 | -30/+2 |
* | Add some docs for EAPI 2_pre2. | Zac Medico | 2008-08-04 | 1 | -1/+69 |
* | Bug #233735 - Add support for src_configure and default_* functions with | Zac Medico | 2008-08-04 | 6 | -83/+189 |
* | Remove code from bug #223447 which is now obsolete due to depclean using | Zac Medico | 2008-08-04 | 1 | -13/+1 |
* | Make the status display say "Emerging" and "Emerging binary" instead of | Zac Medico | 2008-08-04 | 1 | -2/+2 |
* | Insert extra newline before status messages, since that's how it used to be. | Zac Medico | 2008-08-04 | 1 | -1/+2 |
* | Make dblink.unmerge() succeed even when ebuild phases are unsuccessful because | Zac Medico | 2008-08-04 | 1 | -6/+6 |
* | Add a more generic VariableSet to replace the InheritSet and RestrictSet | Zac Medico | 2008-08-03 | 3 | -80/+30 |
* | Handle missing sets, to avoid KeyError raised from unmerge(). | Zac Medico | 2008-08-02 | 1 | -0/+12 |
* | Document the fact that use of @installed/EverythingSet makes it impossible | Zac Medico | 2008-08-02 | 2 | -2/+7 |
* | Add a new RestrictSet which contains all packages that match specified | Zac Medico | 2008-08-02 | 2 | -7/+85 |
* | In the file collision elog message, only say 'NOT merged' when | Zac Medico | 2008-08-02 | 1 | -4/+8 |
* | * Add INHERITED to vardbapi._aux_cache_keys since Package.metadata_keys also | Zac Medico | 2008-08-01 | 1 | -2/+2 |
* | Add debug support to PackagesSystemSet since robbat2 is reporting an empty | Zac Medico | 2008-08-01 | 1 | -2/+22 |
* | Make EbuildFetcher pass a copy of os.environ to the ebuild(1) subprocess sov2.2_rc6 | Zac Medico | 2008-08-01 | 1 | -1/+6 |
* | Update the Parallel Scheduling section to describe the current algorithm. | Zac Medico | 2008-08-01 | 1 | -1/+7 |
* | Add DowngradeSet and OwnerSet to __all__. | Zac Medico | 2008-08-01 | 1 | -1/+2 |
* | Bug #233252 - Handle InvalidAtom exceptions that can be raised from | Zac Medico | 2008-08-01 | 1 | -15/+20 |