summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Support syncing over ssh with ssh://host//path.Michał Górny2010-11-231-3/+6
|
* Fix emerge --sync PORTDIR creation.Zac Medico2010-11-232-3/+8
|
* Rename _parse_profile_files_to_list() to _parse_profile_files_to_tuple().Arfrever Frehtes Taifersar Arahesis2010-11-231-4/+4
|
* Validate syntax of USE flags in use.force, use.mask, use.unsatisfiable,Arfrever Frehtes Taifersar Arahesis2010-11-231-9/+42
| | | | | package.use.force, package.use.mask, package.use.unsatisfiable and package.use files.
* Fix malformed atom formatting for slot conflict.Zac Medico2010-11-231-1/+1
| | | | This fixes bug #345097.
* MergeProcess: suppress finally blocks after forkZac Medico2010-11-231-4/+14
| | | | This case is like bug #345289.
* EbuildFetcher: suppress finally blocks after forkZac Medico2010-11-231-4/+13
| | | | This should fix bug #345289.
* repoman: add wxwidgets.eclassnotused (bug 305469)Ryan Hill2010-11-232-0/+15
|
* Use a temporary workaround for bug #344845.Zac Medico2010-11-231-1/+5
|
* Fix MergeProcess elog handling.Zac Medico2010-11-231-2/+16
|
* Merge package files in a subprocess.Zac Medico2010-11-232-67/+121
| | | | | This allows the Scheduler to run in the main thread while files are moved or copied asynchronously.
* Move _get_use* calls out of loops.Zac Medico2010-11-231-5/+11
|
* note package.env in bashrc docsZac Medico2010-11-231-1/+4
|
* Atom: require string type for eapiZac Medico2010-11-231-0/+3
|
* Assume that eapi=None means the newest EAPI.Arfrever Frehtes Taifersar Arahesis2010-11-231-2/+11
|
* Accept eapi argument in portage.util.grabdict_package() andArfrever Frehtes Taifersar Arahesis2010-11-231-7/+6
| | | | portage.util.grabfile_package().
* Remove a part of a comment, which is about files not handled in ↵Arfrever Frehtes Taifersar Arahesis2010-11-231-5/+1
| | | | KeywordsManager.py.
* Calculate path to package.mask file only once per profile.Arfrever Frehtes Taifersar Arahesis2010-11-231-3/+6
|
* Fix a typo.Arfrever Frehtes Taifersar Arahesis2010-11-231-1/+1
|
* Support use.unsatisfiable and package.use.unsatisfiable files.Arfrever Frehtes Taifersar Arahesis2010-11-234-5/+79
|
* Update an example in portage.5 man page.Arfrever Frehtes Taifersar Arahesis2010-11-231-3/+3
|
* Allow to use different syntax of USE flags in different EAPIs.Arfrever Frehtes Taifersar Arahesis2010-11-231-13/+35
|
* Remove remnants of parse-eapi-glep-55.Arfrever Frehtes Taifersar Arahesis2010-11-232-8/+3
|
* Fix tests for ssh/sftp FETCHCOMMANDs.Zac Medico2010-11-231-2/+2
|
* complete binhost ssh/sftp port supportZac Medico2010-11-232-14/+13
|
* binarytree: handle binhost port for sftp/sshZac Medico2010-11-231-4/+16
|
* calc_depclean: use depgraph._pkg()Zac Medico2010-11-231-9/+9
|
* calc_depclean: fix broken pkg hash keysZac Medico2010-11-231-3/+4
| | | | | This should fix bug 344179. These hash keys were broken by reposyntax changes.
* Add note about reposyntax enhancements.Zac Medico2010-11-231-0/+4
|
* Add note about FEATURES=preserve-libs.Zac Medico2010-11-231-0/+3
|
* AsynchronousLock: protect _wait() from recursionZac Medico2010-11-231-3/+6
|
* lock-helper.py: make locks quietZac Medico2010-11-231-0/+3
|
* Make _LockThread.lock_obj private.Zac Medico2010-11-231-6/+6
|
* AsynchronousLock: assert state in unlock()Zac Medico2010-11-231-0/+4
|
* lock-helper.py: use PORTAGE_PYM_PATH for safetyZac Medico2010-11-234-1/+5
|
* AsynchronousLock: use subprocess if no threadsZac Medico2010-11-237-27/+186
|
* Optimize LazyItemsDict.__deepcopy__().v2.1.9.24Zac Medico2010-10-311-2/+2
|
* Simplify LazyItemsDict.__deepcopy__().Zac Medico2010-10-311-7/+4
|
* Update docstring for LazyItemsDict.__deepcopy__()Zac Medico2010-10-301-17/+4
|
* Fix LazyItemsDict.__deepcopy__() for python 2.7.Zac Medico2010-10-292-9/+28
| | | | | | In python-2.7, changes in deepcopy() make LazyItemsDict.__deepcopy__() fail in some cases. Thanks to Diego E. Pettenò <flameeyes@g.o> for reporting.
* dyn_spec: account for empty $FILESDIRZac Medico2010-10-291-1/+3
| | | | This should fix bug 342721.
* debug-print: don't stat $T during depend phasev2.1.9.23Zac Medico2010-10-271-1/+1
|
* ebuild: move SANDBOX_ON=0 setting laterZac Medico2010-10-271-3/+3
|
* Only addwrite for tmp dirs if sandbox is enabled.Zac Medico2010-10-271-1/+1
| | | | This should fix bug #307729.
* Scheduler: eliminate redundant display callsZac Medico2010-10-271-1/+6
|
* repoman: use slice to avoid IndexErrorZac Medico2010-10-271-1/+1
|
* repoman: optimize svn keywords handlingZac Medico2010-10-271-4/+7
|
* repoman: avoid possible IndexError with svn propsZac Medico2010-10-271-1/+2
|
* debug-print-function: output like older portageZac Medico2010-10-271-1/+1
|
* debug-print: permission fixesZac Medico2010-10-271-4/+7
|