summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Insert extra newline before status messages, since that's how it used to be.Zac Medico2008-08-041-1/+2
* Make dblink.unmerge() succeed even when ebuild phases are unsuccessful becauseZac Medico2008-08-041-6/+6
* Add a more generic VariableSet to replace the InheritSet and RestrictSetZac Medico2008-08-033-80/+30
* Handle missing sets, to avoid KeyError raised from unmerge().Zac Medico2008-08-021-0/+12
* Document the fact that use of @installed/EverythingSet makes it impossibleZac Medico2008-08-022-2/+7
* Add a new RestrictSet which contains all packages that match specifiedZac Medico2008-08-022-7/+85
* In the file collision elog message, only say 'NOT merged' whenZac Medico2008-08-021-4/+8
* * Add INHERITED to vardbapi._aux_cache_keys since Package.metadata_keys alsoZac Medico2008-08-011-2/+2
* Add debug support to PackagesSystemSet since robbat2 is reporting an emptyZac Medico2008-08-011-2/+22
* Make EbuildFetcher pass a copy of os.environ to the ebuild(1) subprocess sov2.2_rc6Zac Medico2008-08-011-1/+6
* Update the Parallel Scheduling section to describe the current algorithm.Zac Medico2008-08-011-1/+7
* Add DowngradeSet and OwnerSet to __all__.Zac Medico2008-08-011-1/+2
* Bug #233252 - Handle InvalidAtom exceptions that can be raised fromZac Medico2008-08-011-15/+20
* Make InheritSet more like DowngradeSet, and check INHERITED from the highestZac Medico2008-08-011-7/+17
* Optimize `emaint` --fix binhost so that it the Packages file isn't re-readZac Medico2008-08-013-31/+82
* Fix new rejects in cnf/make.conf.*.diff.Zac Medico2008-08-012-20/+0
* Remove the list of FEATURES descriptions from make.conf.example and replaceZac Medico2008-08-012-59/+9
* Bug #229033 - Use `svn propget -R svn:keywords` to detect which will haveZac Medico2008-08-011-10/+30
* Bug #233487 - Fix --fetch-all-uri breakage:Zac Medico2008-08-012-4/+16
* Fix DowngradeSet so it's safe for cases when no ebuild is available.Zac Medico2008-07-311-0/+2
* Bug #233253 - Implement a @downgrade set which selects packages for whichZac Medico2008-07-313-1/+55
* Always invalidate results from _userpriv_test_write_file_cache whenZac Medico2008-07-311-1/+1
* Bug #233458 - Fix AsynchronousTask exit listener handling so that an exitZac Medico2008-07-311-5/+17
* Describe InheritSet and OwnerSet.Zac Medico2008-07-311-0/+4
* * Rename @live-ebuilds to @live-rebuild, for consistency with the otherZac Medico2008-07-312-1/+25