summaryrefslogtreecommitdiff
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bug #211067 - Make the "portdir_overlay" and "mydir" variables containZac Medico2008-02-221-4/+6
* Make LibraryPackageMap.update() sort the contents of the library_consumersZac Medico2008-02-211-1/+2
* Optimize dblink.isowner() to use fewer stat calls by doing a basenameZac Medico2008-02-211-1/+12
* In the circular dependency display, drop PDEPEND (aka MEDIUM_SOFT) fromZac Medico2008-02-201-1/+1
* Make stack_dicts() treat an empty variable assignment just like a non-emptyZac Medico2008-02-201-1/+1
* When showing an unsatisfied dep, never include installed packages.Zac Medico2008-02-191-0/+2
* For greedy slot behavior, in addition to any installed slots alsoZac Medico2008-02-191-5/+6
* - outsource logic for boolean options into a central functionMarius Mauch2008-02-194-20/+39
* Make PreservedLibsRegistry.store() use atomic_ofstream so that we don'tZac Medico2008-02-191-2/+4
* Make LibraryConsumerSet.mapPathsToAtoms() produce slot atoms so that atomsZac Medico2008-02-191-2/+4
* Fix the --depclean/--prune code to use visible() for visibility checksZac Medico2008-02-171-12/+13
* Fix unmerge() breakage from due to pkgmap being changed fromZac Medico2008-02-171-1/+1
* Now that unmerge() preserves the order that it's given, if two differentZac Medico2008-02-171-1/+10
* Make sure all packages to be pruned or depcleaned are added to the graph,Zac Medico2008-02-171-0/+1
* Bug #201045 - Make unmerge() preserve the unmerge order of packagesZac Medico2008-02-171-12/+13
* In the action_depclean() topological sort, only add packages to theZac Medico2008-02-161-7/+7
* Fix reversed order of parent/child parameders to digraph.add().Zac Medico2008-02-161-1/+1
* Add missing % x (bug #208946, comment #2).Zac Medico2008-02-161-1/+1
* Fix depclean breakage so that it doesn't clean some packages thatZac Medico2008-02-161-1/+2
* Make depclean code filter out blocker atoms where appropriate.Zac Medico2008-02-161-1/+5
* Bug #201045 - Use a topological sort to create an unmerge order such thatZac Medico2008-02-161-41/+154