summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Make sure the atoms are loaded when calling PackageSet.findAtomForPackage().Zac Medico2007-07-171-0/+1
| | | | svn path=/main/trunk/; revision=7289
* Make sure PackageSet._atoms is always a set.Zac Medico2007-07-171-1/+1
| | | | svn path=/main/trunk/; revision=7288
* Revert PackageSet.containsCPV() calls back to findAtomForPackage() calls so ↵Zac Medico2007-07-171-5/+5
| | | | | | that things like slot atoms and old-style virtuals are properly supported. svn path=/main/trunk/; revision=7287
* Always be sure to load the latest version of the world file while it's locked.Zac Medico2007-07-171-1/+3
| | | | svn path=/main/trunk/; revision=7286
* Sort the atoms when writing the world file.Zac Medico2007-07-161-1/+1
| | | | svn path=/main/trunk/; revision=7285
* Replace emerge.WorldSet with portage.sets.files.WorldSetMarius Mauch2007-07-161-36/+6
| | | | svn path=/main/trunk/; revision=7283
* break another recursion cycle, add special subclass for "world" to handle ↵Marius Mauch2007-07-162-4/+24
| | | | | | locking svn path=/main/trunk/; revision=7282
* Replace emerge.SystemSet with portage.sets.profiles.PackagesSystemSetMarius Mauch2007-07-161-7/+3
| | | | svn path=/main/trunk/; revision=7281
* break recursion cycleMarius Mauch2007-07-161-2/+5
| | | | svn path=/main/trunk/; revision=7280
* replace emerge.AtomSet with portage.sets.InternalPackageSetMarius Mauch2007-07-163-89/+104
| | | | svn path=/main/trunk/; revision=7279
* disable FEATURES=gpg as it's unmaintained, useless and likely broken for ↵Marius Mauch2007-07-161-0/+3
| | | | | | many people svn path=/main/trunk/; revision=7278
* fix metadata parsing for file-based sets, add support for user-defined file ↵Marius Mauch2007-07-162-3/+17
| | | | | | sets in test code svn path=/main/trunk/; revision=7277
* add support for metadataMarius Mauch2007-07-166-4/+43
| | | | svn path=/main/trunk/; revision=7276
* ignore already applied glsas when loading the security setMarius Mauch2007-07-163-8/+33
| | | | svn path=/main/trunk/; revision=7275
* fix load logic for editable sets once moreMarius Mauch2007-07-161-3/+5
| | | | svn path=/main/trunk/; revision=7274
* use a more logical approach for editable setsMarius Mauch2007-07-162-47/+46
| | | | svn path=/main/trunk/; revision=7273
* Make PackageSet to behave more like a real set, and change loading logic a ↵Marius Mauch2007-07-162-9/+24
| | | | | | bit to avoid unnecessary reloads for editable sets svn path=/main/trunk/; revision=7272
* s/node/atom/ and other minor updatesMarius Mauch2007-07-166-44/+70
| | | | svn path=/main/trunk/; revision=7271
* sync MAILSUBJECT in make.conf with make.globalsMarius Mauch2007-07-161-1/+1
| | | | svn path=/main/trunk/; revision=7270
* split up the debug/sources steps as proposed by swegener and give the whole ↵Mike Frysinger2007-07-151-50/+64
| | | | | | file a cleanup svn path=/main/trunk/; revision=7267
* Fix typo.Zac Medico2007-07-151-2/+2
| | | | svn path=/main/trunk/; revision=7265
* When deciding if a package is slotted inside create_world_atom(), check the ↵Zac Medico2007-07-151-8/+18
| | | | | | vdb in case the package is multislot. svn path=/main/trunk/; revision=7263
* Remove unused repo_name code.Zac Medico2007-07-141-6/+0
| | | | svn path=/main/trunk/; revision=7260
* Use sys.stdout instead of print to avoid an extra newline.Zac Medico2007-07-141-1/+1
| | | | svn path=/main/trunk/; revision=7259
* Encapsulate the repo display code in a class.Zac Medico2007-07-141-51/+64
| | | | svn path=/main/trunk/; revision=7258
* Always show PORTDIR with index 0 in the repo display.Zac Medico2007-07-141-0/+7
| | | | svn path=/main/trunk/; revision=7257
* Make the repo display work for overlays that don't define repo_name (like it ↵Zac Medico2007-07-141-12/+15
| | | | | | used to). svn path=/main/trunk/; revision=7256
* For bug #185278, make the verbose flag display show masked/forced flag ↵Zac Medico2007-07-141-4/+2
| | | | | | status for binary packages too. svn path=/main/trunk/; revision=7254
* PDEPEND is now installed as soon as possible so that it behaves more like ↵Zac Medico2007-07-141-0/+3
| | | | | | RDEPEND. svn path=/main/trunk/; revision=7251
* Fix it so that the 'repository could not be determined' message is shown ↵Zac Medico2007-07-141-4/+4
| | | | | | when appropriate (issue with variable scope). svn path=/main/trunk/; revision=7250
* Misc fixes for verbose repo output:Zac Medico2007-07-141-47/+76
| | | | | | | | - Support binary packages by using the 'repository' metadata that's stored in the package. - Support PORTAGE_CONFIGROOT, showing repos from both configs if necessary. - Dynamic allocation of repo indexes so only relevant repos are shown. svn path=/main/trunk/; revision=7249
* Save the repo name along with the other metadata inside dyn_compile() so ↵Zac Medico2007-07-133-15/+11
| | | | | | that it's saved inside binary packages for when they are finally merged. svn path=/main/trunk/; revision=7247
* Use os.path.realpath(portdir) for comparison of repo paths. (branchs/prefix ↵Zac Medico2007-07-131-1/+1
| | | | | | r7245) svn path=/main/trunk/; revision=7246
* Add "reset" to the list of attributes.Zac Medico2007-07-122-1/+4
| | | | svn path=/main/trunk/; revision=7242
* Fix the case where the currently installed package is from a repo that is no ↵Zac Medico2007-07-121-1/+1
| | | | | | longer in the overlay (oldrepo is None rather than an empty string). svn path=/main/trunk/; revision=7241
* Make depgraph._reinstall_for_flags() always return all revelant flags.Zac Medico2007-07-121-4/+2
| | | | svn path=/main/trunk/; revision=7239
* For bug #184983, prevent USE_EXPAND_HIDDEN flags from being hidden if they ↵Zac Medico2007-07-121-16/+48
| | | | | | are the only thing that triggered reinstallation. svn path=/main/trunk/; revision=7237
* Use set.discard() instead of remove() to avoid a potential KeyError.Zac Medico2007-07-111-2/+2
| | | | svn path=/main/trunk/; revision=7230
* Fix typo.Zac Medico2007-07-111-1/+1
| | | | svn path=/main/trunk/; revision=7228
* Fix another case similar to bug #184806 that can occur with --onlydeps.Zac Medico2007-07-111-2/+4
| | | | svn path=/main/trunk/; revision=7226
* Fix typo.Zac Medico2007-07-111-1/+0
| | | | svn path=/main/trunk/; revision=7224
* For bug #184687, skip the huge --depclean warning when --quiet mode is enabled.Zac Medico2007-07-111-17/+21
| | | | svn path=/main/trunk/; revision=7222
* For bug #184679, handle ENOTDIR by finding the non-directory parent and ↵Zac Medico2007-07-111-4/+29
| | | | | | testing that for collision instead. svn path=/main/trunk/; revision=7220
* For bug #184843, allow USE_EXPAND variables to pass through if none of their ↵Zac Medico2007-07-101-22/+37
| | | | | | flags are in IUSE. This allows packages that support LINGUAS but don't declare it in IUSE to use the variable outside of the USE_EXPAND context. svn path=/main/trunk/; revision=7218
* For bug #184604, make env-update write $ in front of quoted values when ↵Zac Medico2007-07-101-2/+6
| | | | | | appropriate. svn path=/main/trunk/; revision=7216
* For bug #184806, account for the fact the metadata is not cached for ↵Zac Medico2007-07-101-4/+10
| | | | | | slot_collision_nodes. svn path=/main/trunk/; revision=7214
* Remove the repo_name warning in the portdbapi constructor since we don't ↵Zac Medico2007-07-091-2/+3
| | | | | | want to see a warning every time the portage module is imported. svn path=/main/trunk/; revision=7212
* - be quiet about overlays profiles/repo_name entry when --quiet mode is usedNed Ludd2007-07-091-1/+1
| | | | svn path=/main/trunk/; revision=7211
* - remove readable bits for debug files if the souce ELF is setXidNed Ludd2007-07-091-0/+2
| | | | svn path=/main/trunk/; revision=7210
* Fix interaction of resume opts with spinner output handling so that output ↵Zac Medico2007-07-091-9/+14
| | | | | | always looks correct. svn path=/main/trunk/; revision=7207