summaryrefslogtreecommitdiffstats
path: root/pym/emerge/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Move the emerge module to _emerge to make it privateZac Medico2007-10-161-6844/+0
* Bug #195370 - Filter some more bogus matches due toZac Medico2007-10-121-1/+5
* Strip the leading path separator from USER_CONFIG_PATHZac Medico2007-10-111-1/+2
* In depgraph.select_dep(), check for existing nodes inZac Medico2007-10-111-1/+2
* Make depgraph.select_dep() reject installed packagesZac Medico2007-10-111-1/+5
* Raise a PackageNotFound exception instead of a ValueErrorZac Medico2007-10-111-2/+2
* Move some package selection code from depgraph.create()Zac Medico2007-10-111-53/+53
* Prevent bogus upgrade display when a new-style virtualZac Medico2007-10-101-4/+9
* Comment about avoiding expensive metadata pullsZac Medico2007-10-101-0/+6
* Refactor depgraph.select_dep() to eliminate redundantZac Medico2007-10-101-151/+96
* Migrate depgraph.select_files() to use the filtered repoZac Medico2007-10-101-52/+38
* Initialize the list of package repos inside theZac Medico2007-10-101-17/+16
* Unify the masking reasons output so that the same codeZac Medico2007-10-091-64/+68
* Fix USE logic for built packages when populating the filtered repo.Zac Medico2007-10-091-6/+6
* Replace hardcoded path with new constantMarius Mauch2007-10-091-2/+2
* Fix InvalidDependString namespace and initialize USE beforeZac Medico2007-10-091-2/+4
* When an ebuild has conditionals in it's LICENSE, calculateZac Medico2007-10-091-0/+3
* In depgraph.xcreate(), installed packages are excludedZac Medico2007-10-091-0/+5
* Bug #149816 - Implement visibility filtering support forZac Medico2007-10-091-87/+313
* Fix package.license support so that SLOT atomsZac Medico2007-10-061-5/+7
* Also look for sets.conf in overlaysMarius Mauch2007-10-061-2/+4
* handle empty sets properlyMarius Mauch2007-10-051-1/+11
* include sets in emerge --searchMarius Mauch2007-10-051-15/+35
* replace category sets in test configuration with user setsMarius Mauch2007-10-051-0/+2
* first version of set integration in emergeMarius Mauch2007-10-051-2/+18
* Add EAPI masking support for binary packages.Zac Medico2007-10-041-4/+18
* Bug #194398 - Do not log "exiting successfully" in emerge.logZac Medico2007-10-011-2/+5
* Bug #193548 - When scanning for config updates and an errorZac Medico2007-09-281-4/+6
* When scanning for config updates, treat a symlink to an existingZac Medico2007-09-281-0/+9
* Bug #193548 - When emerge spawns find to search for config updates,Zac Medico2007-09-281-1/+2
* Move a newline to fix formatting.Zac Medico2007-09-271-1/+2
* Bug #194025 - Lock /var/db/pkg in post_merge() during theZac Medico2007-09-271-4/+10
* Bug #192706 - Do not print a summary at the end of --depcleanZac Medico2007-09-261-0/+3
* When --deep is not enabled, many dependencies are dicarded andZac Medico2007-09-231-13/+25
* Flush stderr and stdout if their file descriptors are in fd_pipes at the begi...Zac Medico2007-09-221-4/+0
* Flush stdout before calling pkg_info() to ensure that output always shows in ...Zac Medico2007-09-221-0/+4
* When --with-bdeps=y is enabled for built packages, pull in build time deps asZac Medico2007-09-221-6/+16
* Mask binary packages if their CHOST does not match the one defined in make.conf.Zac Medico2007-09-191-6/+22
* Bug #190781 - Don't include --oneshot in the options that --update implies.Zac Medico2007-09-181-2/+1
* Revert the workaround for bug #192341 since it will be much cleaner if we fal...Zac Medico2007-09-151-37/+0
* Bug #192341 - Make emerge bail out on FreeBSD if the freebsd python moduleZac Medico2007-09-131-0/+37
* Bug #192321 - Clean dir.old cruft so that they don't prevent unmerge ofZac Medico2007-09-131-0/+10
* Adjust for r7767Marius Mauch2007-09-111-5/+5
* In depgraph.altlist(), try to merge asap_nodes sooner by giving them an exemp...Zac Medico2007-09-081-1/+2
* Fix a typo.Zac Medico2007-09-081-1/+1
* Fix a typo.Zac Medico2007-09-061-1/+1
* In the topological sort for merge order, try to avoid selecting root nodesZac Medico2007-09-051-2/+34
* Move blocker handling from depgraph.create() to select_dep().Zac Medico2007-08-251-12/+11
* Remove pointless information from --info outputMarius Mauch2007-08-251-20/+0
* Call config.regenerate() after config.reload() so that the incrementals are r...Zac Medico2007-08-241-0/+1