summaryrefslogtreecommitdiffstats
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
* display versions of other slots for new-slot installs (bug #213790)Marius Mauch2008-03-191-18/+26
* Bug #201045 - Fix unmerge() to preserve unmerge order so that dependenciesZac Medico2008-03-191-33/+33
* Bug #139023 - When the --digest option is enabled, advise the user thatZac Medico2008-03-181-0/+12
* make filesets non-greedy by defaultMarius Mauch2008-03-181-2/+2
* add unmerge protection for packages still referenced by installed package setsMarius Mauch2008-03-181-0/+49
* add @ to the list of invalid atom chars so sets with prefix aren't considered...Marius Mauch2008-03-181-1/+1
* fix artifact from r9477Marius Mauch2008-03-181-1/+1
* use a dict with CP keys in unmerge() to avoid double unmerges if a package is...Marius Mauch2008-03-181-32/+38
* Bug #212882 - For compatibility with ENOENT exceptions raised fromZac Medico2008-03-171-2/+18
* Bug #213592 - Fix --onlydeps breakage.Zac Medico2008-03-161-3/+4
* When in strict mode, make paren_reduce() detect missing whitespace aroundZac Medico2008-03-151-0/+8
* add a placeholder for repository paths in 'filename' and 'directory' options ...Marius Mauch2008-03-151-4/+16
* Bug #42456 - When a checksum failure occurs during fetch, use a newZac Medico2008-03-141-5/+25
* * Optimize parallel-fetch to avoid redundant checksum verification.Zac Medico2008-03-142-2/+25
* Make strip_empty() return a nedw list instead of working in-place. Thanks toZac Medico2008-03-131-5/+1
* - news bugfix from ferringbNed Ludd2008-03-111-0/+1
* Bug #212882 - Fix lockfile() to handle errno.EACCES raised from the fcntlZac Medico2008-03-101-1/+1
* When all available ebuilds are masked, avoid producing warning message whenZac Medico2008-03-091-1/+2
* Make readpkgindex() and writepkgindex() private methods of PackageIndex.v2.2_pre4Zac Medico2008-03-081-24/+24
* Convert PackageIndex.packages from a dict to a list so that in the futureZac Medico2008-03-072-11/+32
* Make --prune and --depclean operate with missing dependencies when onlyZac Medico2008-03-071-2/+10
* As requested by wolf31o2, use the ROOT setting from make.conf as long asZac Medico2008-03-051-7/+2
* Remove redundant CUSTOM_PROFILE_PATH from the PROFILE_PATHS variable soZac Medico2008-03-051-1/+1
* don't list files as being merged when they are ignored due to confmem, bug #2...Marius Mauch2008-03-031-2/+1
* check available space in DISTDIR before trying to fetch/copy a file, bug #212152Marius Mauch2008-03-031-2/+11
* Make profile stacking of default USE and package.* slightly more efficientZac Medico2008-03-021-3/+6
* one more fix to restore correct order for usemask/useforceMarius Mauch2008-03-021-6/+12
* fix indentation screwup from r9412Marius Mauch2008-03-021-3/+3
* change stacking order of r9408 so more specific atoms override generic onesMarius Mauch2008-03-021-7/+7
* Fix typo.Zac Medico2008-03-021-1/+1
* apply r9408 also for profile-base package.*use* filesMarius Mauch2008-03-021-9/+27
* remove FEATURES=livecvsportageMarius Mauch2008-03-022-32/+29
* stack use flags from package.use for multiple matching atoms (bug #200385)Marius Mauch2008-03-021-3/+9
* ensure that global variables are used to prevent confusing issues like bug #2...Marius Mauch2008-03-022-1/+8
* undo registrations of preserved libraries if the merge fails, bug #210501Marius Mauch2008-03-021-0/+3
* Make 'import portage' statements more tolerant to broken source statementsZac Medico2008-03-012-3/+28
* remove code for manifest1 supportMarius Mauch2008-02-283-180/+7
* supress stupid line echo in deprecation noticesMarius Mauch2008-02-281-1/+6
* remove obsolete information from preserve-libs post-emerge messagev2.2_pre3Marius Mauch2008-02-281-1/+0
* separate different messages with newlines in post-emerge outputMarius Mauch2008-02-281-3/+4
* Fix some references to config["PORTAGE_USE"] to prevent potentialZac Medico2008-02-281-3/+3
* Bug #211554 - Replace references to config["USE"] with references toZac Medico2008-02-272-72/+76
* Revert r9387 (the fix for bug #211554) until I figure out why it's messingZac Medico2008-02-272-15/+15
* Don't filter USE flags in emerge --info output.Zac Medico2008-02-271-1/+1
* Bug #211554 - Replace references to config["USE"] with references toZac Medico2008-02-272-16/+16
* For depclean/prune unmerge order, if there are no dependencies betweenZac Medico2008-02-261-27/+33
* Bug #211365 - Use catpkgsplit() instead of pkgsplit() on the cpv in theZac Medico2008-02-261-1/+2
* Various repoman fixes, plus a weird lockfile tracekback in news.Alec Warner2008-02-242-3/+6
* Revert portdbapi category auto-detection code since it's not really neededZac Medico2008-02-221-9/+4
* Add support for file paths as arguments to emerge. If an argument startsZac Medico2008-02-221-0/+30