summaryrefslogtreecommitdiffstats
path: root/pym/portage
Commit message (Expand)AuthorAgeFilesLines
* Use realpath for portdbapi._repository_map and treemap since that'sZac Medico2010-09-271-2/+6
* Use realpath for portdbapi.porttrees and porttree_root since that'sZac Medico2010-09-271-2/+4
* Fix portdbapi.xmatch("minimum-visible") breakage where a repoZac Medico2010-09-271-1/+2
* Fix some typos.Arfrever Frehtes Taifersar Arahesis2010-09-271-2/+2
* Improved profiles/p.mask handlingSebastian Luther2010-09-265-32/+80
* move repository.py to repository/config.pySebastian Luther2010-09-263-1/+3
* reposyntax: Remove unneeded special caseSebastian Luther2010-09-262-7/+3
* reposyntax: Add repo config parser, but don't use config files for nowSebastian Luther2010-09-263-50/+284
* reposyntax: Handle missing profiles/repo_name by setting repo_name to x-$(bas...Sebastian Luther2010-09-261-13/+24
* reposyntax: Let portdbapi.getRepositories return repos sorted by prioritySebastian Luther2010-09-262-8/+11
* reposyntax: Handle the "give me a Package for an ebuild from any repo" case b...Sebastian Luther2010-09-261-1/+1
* reposyntax: Print cpv from all repos for "masked by" messagesSebastian Luther2010-09-264-5/+11
* reposyntax: Fix ignored slot spec if the same cpv is in several repos with di...Sebastian Luther2010-09-261-6/+5
* reposyntax: Add support all over the placeSebastian Luther2010-09-2612-37/+362
* reposyntax: add support in _config/*Sebastian Luther2010-09-266-40/+47
* reposyntax: Add support in config.pySebastian Luther2010-09-261-12/+19
* backtracking: Take all branches in case of slot collisionsv2.2_rc88Sebastian Luther2010-09-262-0/+85
* Add PORTAGE_BINHOST sftp protocol support.v2.2_rc87Zac Medico2010-09-252-5/+25
* Fix a typo in a comment.Zac Medico2010-09-251-1/+1
* Add non-essential backslashes for clarity in GetConfigTestCase.Zac Medico2010-09-251-1/+1
* Add test cases for getconfig() bash compatibility with variablesZac Medico2010-09-251-0/+28
* Fix varexpand() so that it doesn't do redundant quote removal thatZac Medico2010-09-251-1/+7
* Make MetaDataXML.format_maintainer_string() check a values to makeZac Medico2010-09-251-4/+6
* Implement PORTAGE_BINHOST ssh:// protocol support by spawning sshZac Medico2010-09-251-1/+18
* Move all imports in bintree.py to the top.Zac Medico2010-09-251-22/+14
* Fix catpkgsplit() to validate the category part. This fixesZac Medico2010-09-251-1/+3
* Merge branch 'master' of git+ssh://git.overlays.gentoo.org/proj/portageFabian Groffen2010-09-231-2/+2
|\
| * Add binpkg-logs to the list of supported features.Arfrever Frehtes Taifersar Arahesis2010-09-231-2/+2
* | always use eroot with CONFIG_MEMORY_FILEFabian Groffen2010-09-231-2/+2
|/
* Bug #338190 - Handle more exceptions inside getbinpkg.dir_get_metadata().Zac Medico2010-09-211-1/+11
* Fix ConfigTestCase.testLicenseManager() breakage from from previousZac Medico2010-09-211-1/+1
* Bug #300455 - Store LicenseManager._license_groups values as frozensetZac Medico2010-09-211-0/+3
* reposyntax: Add support in _sets/base.pySebastian Luther2010-09-201-12/+17
* Tests: add resolver/test_output: Make sure we don't backtrace in the merge li...Sebastian Luther2010-09-202-1/+89
* Use git rev-list --format option to simplify _LazyVersion committerZac Medico2010-09-201-10/+6
* Always mask the higher version when backtracking due to a slot conflictSebastian Luther2010-09-191-0/+30
* With waitpid and WNOHANG, only check the first element of the tuplev2.2_rc85Zac Medico2010-09-191-2/+8
* Optimize ResolverPlayground._create_ebuild_manifests() to use a singleZac Medico2010-09-191-5/+6
* Bug #338002 - Make _LazyVersion format portage.VERSION so that it isZac Medico2010-09-191-5/+33
* Fix lockfile() to close the file descriptor before raising TryAgain.Zac Medico2010-09-181-0/+1
* Fix the "Unmatch removal atoms" (second try) to show the correctZac Medico2010-09-181-2/+3
* catch another case where using EROOT is absolutely not correct:Fabian Groffen2010-09-181-1/+2
* Drop PREFIX LOCAL markersFabian Groffen2010-09-181-10/+2
* Fix off-by-one; don't print useless "and 0 more" message.Fabian Groffen2010-09-181-1/+1
* Bug #337826 - Fix spawn_nofetch() to create the privateZac Medico2010-09-181-13/+16
* Use _unicode_decode() to force unicode format strings insideZac Medico2010-09-171-2/+7
* Remove unused PORTAGE_MASTER_PID variable.Zac Medico2010-09-172-3/+1
* don't use EROOT or an upgrade of a package will result in the package being u...Fabian Groffen2010-09-171-2/+8
* Do NOT use EROOT when merging files to the live filesystem! It inevitably mak...Fabian Groffen2010-09-171-3/+10
* --autounmask: Support license changesSebastian Luther2010-09-173-2/+47