summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add new sections for EAPI 0 and 1 (currently empty).Zac Medico2008-08-104-0/+10
* Fix typo.Zac Medico2008-08-101-1/+1
* Remove INHERITED from the vardbapi aux_get cache since it's not really thatZac Medico2008-08-102-7/+8
* Remove pointless `cd` calls in dyn_configure() and dyn_compile().Zac Medico2008-08-101-6/+4
* Eliminate duplicate code by making _eapi1_src_compile() call _eapi2_src_confi...Zac Medico2008-08-101-3/+1
* Make the scheduler's job delay ramp up faster by increasing the factorZac Medico2008-08-101-2/+3
* Fix dyn_clean() to properly clean $PORTAGE_BUILDDIR/.configured.Zac Medico2008-08-091-6/+3
* Add write_contents() and tar_contents() functions to __all__.Zac Medico2008-08-091-1/+2
* * Use shlex.split() for splitting COLLISION_IGNORE.Zac Medico2008-08-091-1/+5
* Bug #234100 - Update date and portage version in man page headers.Zac Medico2008-08-0912-12/+12
* Bug #234157 - Remove BUILD_PREFIX from the docs since it's not a user configZac Medico2008-08-091-5/+0
* Don't use "dir" for a variable name since it's also a builtin.Zac Medico2008-08-091-4/+4
* Add a reference to the default sets.conf location. Thanks to dberkholz forZac Medico2008-08-091-1/+5
* Make eapi*_src_install die since they're not supported.Zac Medico2008-08-091-3/+3
* Escape use flags before compiling regular expressions from them. ThanksZac Medico2008-08-092-4/+12
* Update date in dyn_help copyright header. Thanks to grobian.Zac Medico2008-08-091-1/+1
* When calling dbaip.aux_get() inside depgraph._select_package(), only pull theZac Medico2008-08-091-2/+1
* Increase Scheduler._job_delay_factor from 0.5 to 0.75 so that the delayZac Medico2008-08-091-1/+1
* Remove redundant default pkg_nofetch, src_unpack, and src_test definitionsZac Medico2008-08-081-12/+0
* Add new LinkageMap.listBrokenBinaries() and listProviders() methods. ThanksZac Medico2008-08-081-0/+152
* Fix broken reference to os.path.realpath() inside LinkageMap.getSoname().Zac Medico2008-08-081-1/+1
* In LinkageMap.rebuild(), filter empty strings that may be returned from splitZac Medico2008-08-081-2/+4
* Fix broken quoting in eval statements. Thanks to Arfrever.Zac Medico2008-08-081-2/+2
* Add missing default_src_configure() function to table. Thanks to Arfrever.Zac Medico2008-08-081-0/+3
* Fix default phase functions in EAPI 2_pre2, since they should be labeled asZac Medico2008-08-081-2/+2
* Rename the eapi2_pre2_* functions to just eapi2_* and document all theZac Medico2008-08-083-11/+94
* Implement eapi$EAPI_* default phase functions that are equivalent to theZac Medico2008-08-082-55/+108
* Handle missing ipv6 support (branches/prefix r11347).Zac Medico2008-08-081-1/+1
* * Fix the default() implementation so that it maps the ebuild argument toZac Medico2008-08-084-38/+151
* Shorten the scheduler status display in the xterm title by removing allZac Medico2008-08-081-1/+1
* When testing containment of elem[:1] in "MR", filter potential empty stringZac Medico2008-08-071-1/+1
* In order to properly preserve --jobs and --load-average settings for --resumeZac Medico2008-08-071-3/+8
* Add support in EAPI 2_pre2 for a function named "default" is redefined forZac Medico2008-08-072-0/+19
* Fix a bug in vardbapi.removeFromContents() which sometimes prevents theZac Medico2008-08-071-2/+3
* In order to conserve some space, make _setitem() skip writing keys for whichZac Medico2008-08-071-0/+2
* Replace call to `svn list` with a call to `svn status --depth=files --verbose`Zac Medico2008-08-071-6/+6
* Remove the "ebuild.disjointed" check because it's obsolete since we'veZac Medico2008-08-062-53/+1
* Fix `svn status` output parsing to account for "replaced" files indicatedZac Medico2008-08-061-1/+1
* Remove redundant 'local line' definition from previous commit.Zac Medico2008-08-061-1/+0
* Fix breakage in elog function newline handling with causes blank/emptyZac Medico2008-08-061-5/+43
* Make doebuild() display manifest verification failures for each corruptZac Medico2008-08-051-29/+57
* When there is no build log to display, it means that fetch failed, soZac Medico2008-08-051-15/+51
* Remove unused parse_use_local_desc() function.Zac Medico2008-08-051-22/+0
* Remove the use.local.desc IUSE validation which is now replaced by glep56Zac Medico2008-08-051-30/+2
* Add some docs for EAPI 2_pre2.Zac Medico2008-08-041-1/+69
* Bug #233735 - Add support for src_configure and default_* functions withZac Medico2008-08-046-83/+189
* Remove code from bug #223447 which is now obsolete due to depclean usingZac Medico2008-08-041-13/+1
* Make the status display say "Emerging" and "Emerging binary" instead ofZac Medico2008-08-041-2/+2