summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add EROOT support to the @module-rebuild package set.Zac Medico2010-08-252-1/+3
* Add EROOT support to regenworld.Zac Medico2010-08-251-9/+9
* Make regenworld write changes to a temporary file, and tell the userZac Medico2010-08-251-3/+41
* When parsing package.env, pass the same tolerant and allow_sourcingZac Medico2010-08-241-1/+4
* Use deepcopy for LicenseManger, since I remove clone support from thev2.2_rc69Zac Medico2010-08-241-1/+3
* Use open() instead of file(), for python3.Zac Medico2010-08-241-2/+2
* Tests: Add LicenseManager testsSebastian Luther2010-08-241-0/+68
* ExtendedAtomDict: Add __eq__Sebastian Luther2010-08-241-0/+5
* ResolverPlayground: Add ability to create config files and setsSebastian Luther2010-08-241-32/+98
* Remove LicenseManager.__deepcopy__() since the default implementationZac Medico2010-08-241-14/+0
* Implement LicenseManager.__deepcopy__().Zac Medico2010-08-242-15/+20
* Fix imports in _config submodules.Zac Medico2010-08-242-2/+2
* Bug #334319 - Don't call config.backup_changes("FEATURES") because it'sZac Medico2010-08-241-2/+0
* * Make dblink instantiate the ConfigProtect object on demand instead ofZac Medico2010-08-241-6/+18
* Bug #334265 - Fix AttributeError triggered by empty herd element inZac Medico2010-08-241-1/+1
* More _pkg_use_enabled fixesSebastian Luther2010-08-243-46/+50
* Atom.violated_conditionals: Always treat deps as violated if the flag is not ...Sebastian Luther2010-08-242-0/+31
* Bug #334253 - Fix breakage in FEATURES=test-fail-continue logic.Zac Medico2010-08-241-1/+5
* config: Move _prune_incremental to helperSebastian Luther2010-08-242-23/+23
* config: Move features_set into its own fileSebastian Luther2010-08-242-63/+72
* config: Split out LicenseManager and helperSebastian Luther2010-08-244-219/+303
* ExtendedAtomDict: Add __delitem__Sebastian Luther2010-08-241-0/+6
* Use Package.iuse.is_valid_flag() to account for implicit IUSE.Zac Medico2010-08-241-1/+1
* repoman: Let repoman check for flags missing from IUSESebastian Luther2010-08-241-1/+2
* Make config.setcpv() trigger regenerate() if the package from theZac Medico2010-08-231-0/+8
* Handle SIGPIPE when unpack() extracts tar files through a pipe (bug #309001).Zac Medico2010-08-233-3/+31
* * Use iterators instead of keys() when possible.Zac Medico2010-08-231-8/+8
* In depgraph._select_pkg_highest_available_imp(), make sureZac Medico2010-08-231-1/+2
* Pass a keyword hint from getmaskingstatus() to the autounmask code.Zac Medico2010-08-232-7/+24
* use_reduce: Give a hint to IUSE in the 'use flag '%s' is not referencable in ...Sebastian Luther2010-08-231-1/+2
* Add 'candy' to SUPPORTED_FEATURES.Zac Medico2010-08-231-1/+1
* Make recursive grablines() ignore the same directories asZac Medico2010-08-233-6/+9
* Bug #318241 - Include LICENSE file in release tarballs.v2.2_rc68Zac Medico2010-08-221-1/+1
* Bug #309907 - Update more config files for package moves:Zac Medico2010-08-221-2/+6
* Fix spelling in zlib.error message.Zac Medico2010-08-221-1/+1
* Handle zlib.error when reading compressed build logs via GzipFile.Zac Medico2010-08-222-0/+12
* Allow more time for natural exit of the ebuild process after it hasZac Medico2010-08-221-4/+9
* Don't copy the src directory because it doesn't exist anymore.Zac Medico2010-08-221-1/+1
* Remove the python-missingos module since apparently nobody has neededZac Medico2010-08-226-188/+0
* Remove support for the missingos module since apparently nobody has neededZac Medico2010-08-221-9/+5
* Remove the bsd-chflags module since it hasn't been used for some timeZac Medico2010-08-224-198/+0
* Remove unused tbz2tool.c file. The latest stable ebuild doesn'tZac Medico2010-08-221-227/+0
* Add notes about package.env and package.accept_keywords.Zac Medico2010-08-221-0/+5
* Remove deprecated destroot argument from dblink.isowner() call.Zac Medico2010-08-221-1/+1
* Remove python-oriented checks from install_qa_check() since I'm unsureZac Medico2010-08-221-29/+0
* During the post src_install QA checks, log to a temporary fileZac Medico2010-08-222-4/+50
* Make Binpkg call prepare_build_dirs() before trying to clean the oldZac Medico2010-08-221-2/+2
* Add missing scheduler attribute to BinpkgVerifier (broken since theZac Medico2010-08-223-3/+4
* Make EOutput.write() use writemsg() for special unicode handling.Zac Medico2010-08-221-6/+1
* _use_dep.{evaluate_conditionals,_eval_qa_conditionals,violated_conditionals}:...Sebastian Luther2010-08-222-155/+223