summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Document --prune and --depclean enhancements.Zac Medico2007-07-201-0/+6
* Update --prune docs for bug #151653.Zac Medico2007-07-202-7/+5
* Fix --prune so that it always correctly accounts for COUNTER when dealing wit...Zac Medico2007-07-201-3/+4
* For bug #151653, make --prune keep the highest version whenever possible (eve...Zac Medico2007-07-201-2/+24
* Make --prune try to prune all slotted packages if no atoms are given (that's ...Zac Medico2007-07-191-0/+5
* Make --prune bail out like depclean does if there are unresolved dependencies...Zac Medico2007-07-191-2/+5
* With --prune and --depclean, if --verbose is enabled then show reverse depend...Zac Medico2007-07-191-4/+26
* Allow atoms to be specified for --depclean so that it can be used to safely u...Zac Medico2007-07-181-5/+38
* Use the --depclean algorithm to make --prune safe. The old unsafe --prune wi...Zac Medico2007-07-182-16/+78
* Iterate over a list in order to avoid breaking the iterator when an atom is r...Zac Medico2007-07-171-1/+1
* Use PackageSet.getAtoms() as a wrapper around load() since load() can trigger...Zac Medico2007-07-171-6/+2
* Make PackageSet._updateAtomMap() clear the map in case something was removed.Zac Medico2007-07-171-0/+1
* Use PF in dyn_package. Thanks to swegener.Zac Medico2007-07-171-1/+1
* Unify USE handling in the depgraph with the other metadata.Zac Medico2007-07-171-19/+15
* For bug #185670, make sure package.use.{mask,force} are properly displayed.Zac Medico2007-07-171-0/+1
* When expanding ambiguous atoms against the vardb, make sure the the expanded ...Zac Medico2007-07-171-2/+5
* When dep_expand throws a ValueError due to an ambiguous atom, try to expand i...Zac Medico2007-07-171-4/+11
* Don't show the repo display when the package list is empty.Zac Medico2007-07-171-1/+2
* Make sure the atoms are loaded when calling PackageSet.findAtomForPackage().Zac Medico2007-07-171-0/+1
* Make sure PackageSet._atoms is always a set.Zac Medico2007-07-171-1/+1
* Revert PackageSet.containsCPV() calls back to findAtomForPackage() calls so t...Zac Medico2007-07-171-5/+5
* Always be sure to load the latest version of the world file while it's locked.Zac Medico2007-07-171-1/+3
* Sort the atoms when writing the world file.Zac Medico2007-07-161-1/+1
* Replace emerge.WorldSet with portage.sets.files.WorldSetMarius Mauch2007-07-161-36/+6
* break another recursion cycle, add special subclass for "world" to handle loc...Marius Mauch2007-07-162-4/+24
* Replace emerge.SystemSet with portage.sets.profiles.PackagesSystemSetMarius Mauch2007-07-161-7/+3
* break recursion cycleMarius Mauch2007-07-161-2/+5
* replace emerge.AtomSet with portage.sets.InternalPackageSetMarius Mauch2007-07-163-89/+104
* disable FEATURES=gpg as it's unmaintained, useless and likely broken for many...Marius Mauch2007-07-161-0/+3
* fix metadata parsing for file-based sets, add support for user-defined file s...Marius Mauch2007-07-162-3/+17
* add support for metadataMarius Mauch2007-07-166-4/+43
* ignore already applied glsas when loading the security setMarius Mauch2007-07-163-8/+33
* fix load logic for editable sets once moreMarius Mauch2007-07-161-3/+5
* use a more logical approach for editable setsMarius Mauch2007-07-162-47/+46
* Make PackageSet to behave more like a real set, and change loading logic a bi...Marius Mauch2007-07-162-9/+24
* s/node/atom/ and other minor updatesMarius Mauch2007-07-166-44/+70
* sync MAILSUBJECT in make.conf with make.globalsMarius Mauch2007-07-161-1/+1
* split up the debug/sources steps as proposed by swegener and give the whole f...Mike Frysinger2007-07-151-50/+64
* Fix typo.Zac Medico2007-07-151-2/+2
* When deciding if a package is slotted inside create_world_atom(), check the v...Zac Medico2007-07-151-8/+18
* Remove unused repo_name code.Zac Medico2007-07-141-6/+0
* Use sys.stdout instead of print to avoid an extra newline.Zac Medico2007-07-141-1/+1
* Encapsulate the repo display code in a class.Zac Medico2007-07-141-51/+64
* Always show PORTDIR with index 0 in the repo display.Zac Medico2007-07-141-0/+7
* Make the repo display work for overlays that don't define repo_name (like it ...Zac Medico2007-07-141-12/+15
* For bug #185278, make the verbose flag display show masked/forced flag status...Zac Medico2007-07-141-4/+2
* PDEPEND is now installed as soon as possible so that it behaves more like RDE...Zac Medico2007-07-141-0/+3
* Fix it so that the 'repository could not be determined' message is shown when...Zac Medico2007-07-141-4/+4
* Misc fixes for verbose repo output:Zac Medico2007-07-141-47/+76
* Save the repo name along with the other metadata inside dyn_compile() so that...Zac Medico2007-07-133-15/+11