summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cleanup main option parsingMike Frysinger2008-02-231-23/+34
* 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
* Bug #210449 - Reset exeinto(), docinto(), insinto(), and into() stateZac Medico2008-02-191-4/+9
* Bug #210372 - Fix suidctl.conf parser to look for paths with a leading slash.Zac Medico2008-02-191-1/+1
* Make PreservedLibsRegistry.store() use atomic_ofstream so that we don'tZac Medico2008-02-191-2/+4
* Use parse_use_local_desc() from the repoman.utilities module.Zac Medico2008-02-191-21/+1
* Revert back to some known working code from the 2.1.2 branch.Zac Medico2008-02-191-1/+51
* 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
* Remove IUSE.invalid from qawarnings since there's no reason forZac Medico2008-02-161-1/+0
* 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
* Update the DepPriority documentation so that the table shows all theZac Medico2008-02-161-7/+10
* Fix --newuse reinstall logic broken by the previous commit.Zac Medico2008-02-151-1/+5
* Fix package selection logic in order to prevent downgrade in casesZac Medico2008-02-141-3/+5
* Bug #209768 - Fix --search "Size of files:" handling so that it properlyZac Medico2008-02-121-4/+5
* Add bits about namespace pollution, add whitespacing comments after looking a...Alec Warner2008-02-111-3/+64
* Bug #209538 - Disable annoying "masked by keyword" warnings for installedZac Medico2008-02-102-4/+16
* fix more trivial issues breaking repomanv2.2_pre2Marius Mauch2008-02-101-1/+2
* Remove the killparent() function and associated SIGINT trap since thisZac Medico2008-02-102-9/+1
* Fix rejects.Zac Medico2008-02-102-8/+8
* Fix CHOST masking logic wrt installed packages so that it's consistentZac Medico2008-02-101-1/+1
* Bug #209144 - For emerge --sync, show an informative error and don'tZac Medico2008-02-101-0/+6
* Fix the exitcode logic for bug #209144 so that when the server isZac Medico2008-02-101-1/+4
* Fix get_mask_info() to properly pass the "installed" attribute intoZac Medico2008-02-101-1/+1
* fix nasty typoMarius Mauch2008-02-092-5/+6
* Bug #208743 - Update dosed docs to indicate that "s:${D}::g" is usedZac Medico2008-02-091-1/+2
* add tagging capabilities and cli optionsMarius Mauch2008-02-091-3/+28
* add preserve-libs info to make.conf.exampleMarius Mauch2008-02-091-0/+3
* more minor doc updates regarding package setsMarius Mauch2008-02-092-7/+11
* minor documentation updatesMarius Mauch2008-02-092-4/+6
* new script for creating release tarballsMarius Mauch2008-02-091-0/+40
* removing obsolete cruftMarius Mauch2008-02-092-71/+0