summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix broken logic in InheritDeprecated.Zac Medico2010-08-221-6/+6
* Make InheritDeprecated detect indirect inherits of deprecated eclasses,Zac Medico2010-08-221-5/+20
* Make InheritDeprecated check for direct inherits, and give line numbersZac Medico2010-08-221-11/+31
* repoman: check for deprecated eclasseswired2010-08-223-1/+35
* Add back _conditionals_class.values() method in order to fix breakageZac Medico2010-08-221-0/+5
* portage.dep._use_dep: Rewrite the parser for better readability and speedSebastian Luther2010-08-222-67/+40
* Fix erroneoud reference to self.aux_get in bintree.move_ent().Zac Medico2010-08-221-1/+2
* Fix AttributeError for MetadataRegen._sched_iface.Zac Medico2010-08-221-1/+1
* * By default, disable the calc_prelink parameter to perform_md5() forZac Medico2010-08-213-7/+17
* Fix UnboundLocalError for catdir inside dblink.unmerge().Zac Medico2010-08-211-1/+2
* Bug #292083 - Support package.accept_keywords in profiles.Zac Medico2010-08-212-2/+41
* Add EPREFIX support to load_default_config().Zac Medico2010-08-211-1/+5
* Fix broken writemsg call in depgraph._resolve() that triggers this error:Zac Medico2010-08-211-1/+1
* Omit non-existent files from the config._pkeywords_listZac Medico2010-08-211-0/+7
* Move default ACCEPT_KEYWORDS handling for package.keywords out ofZac Medico2010-08-211-10/+5
* Revert back to using ROOT for env_update(), since that's how theZac Medico2010-08-212-4/+5
* Fix env_update() calls to use EROOT.Zac Medico2010-08-212-3/+6
* Bug #324191 - Add support for FEATURES=compress-build-logs. The causesZac Medico2010-08-2117-171/+132
* When accessing pkgsettings.features inside Scheduler._generate_digests(),Zac Medico2010-08-211-0/+8
* Add a deprecation warning to FetchlistDict.has_key().Zac Medico2010-08-211-0/+3
* Add a deprecation warning for the unused justmanifest parameter ofZac Medico2010-08-211-1/+11
* Quote arrays in QA_PREBUILT handling.Zac Medico2010-08-211-1/+1
* Add support for a QA_PREBUILT variable should contain a list ofZac Medico2010-08-212-0/+30
* Add upstream.workaround warning for addpredict calls. Thanks toZac Medico2010-08-212-2/+9
* Fix broken reference to portage._validate_cache_for_unsupported_eapis.Zac Medico2010-08-211-1/+1
* Add a wrapper around config.features that provides the followingZac Medico2010-08-216-70/+125
* When stacking incrementals in config.regenerate(), use a set to avoidZac Medico2010-08-211-10/+6
* Fix config.setcpv() so it only calls _grab_pkg_env when there areZac Medico2010-08-201-1/+1
* Remove duplicate realpath call for PORTAGE_TMPDIR.Zac Medico2010-08-201-4/+2
* At some point we may want to stop exporting FEATURES to the ebuildZac Medico2010-08-202-2/+10
* Bug #44796 - Add support for /etc/portage/package.env. As documented inZac Medico2010-08-203-16/+171
* Make varexpand() create a new empty dict for variable expansions inZac Medico2010-08-201-1/+3