summaryrefslogtreecommitdiffstats
path: root/bin/emerge
Commit message (Collapse)AuthorAgeFilesLines
* don't do a sort if just doing percentage for emerge --metadataBrian Harring2005-11-131-1/+0
| | | | svn path=/main/trunk/; revision=2301
* Limit --emptytree to only affect ${ROOT} (#34887)Jason Stubbs2005-11-091-1/+1
| | | | svn path=/main/trunk/; revision=2266
* Clean up reporting of the parent of an unsatisfied atom.Jason Stubbs2005-11-081-7/+4
| | | | svn path=/main/trunk/; revision=2264
* integration chunk of the cache subsystem patch.Brian Harring2005-11-051-75/+52
| | | | | | Will deal with UNUSED_0* after this svn path=/main/branches/2.0/; revision=2258
* Use os.path.splitext() rather than slicing strings to get at file ↵Jason Stubbs2005-11-031-5/+7
| | | | | | extensions. Patch by Jason Pepas. svn path=/main/branches/2.0/; revision=2256
* Add treetype instance member to dblink. Add treetype parameters tov2.0.53_rc7Jason Stubbs2005-10-301-9/+9
| | | | | | | | dblink.__init__() and merge(). Adjust all calls to dblink(), merge() and doebuild() to specify what tree should be used for aux_get(). Patch created with the help of Zac Medico (zmedico). svn path=/main/branches/2.0/; revision=2203
* Don't add packages to the graph that are left as is due to --upgrade-only.Jason Stubbs2005-10-291-1/+5
| | | | | | | | This is necessary because later code assumes that packages are either from porttree or bintree whereas the --upgrade-only is almost exclusively from vartree. svn path=/main/branches/2.0/; revision=2199
* Clarifying the error message when path/to/ebuild is used on an ebuild that ↵Jason Stubbs2005-10-161-1/+1
| | | | | | isn't in a normal PORTDIR structure. svn path=/main/branches/2.0/; revision=2138
* Return after detecting an invalid command line atom so as to avoid spurious ↵Jason Stubbs2005-10-161-0/+1
| | | | | | dependency errors. svn path=/main/branches/2.0/; revision=2136
* Restore the old behaviour that was dropped in the big refactoring by making ↵Jason Stubbs2005-10-061-1/+1
| | | | | | --update implied by world or system targets. svn path=/main/branches/2.0/; revision=2114
* Make --newuse switch on --updateJason Stubbs2005-10-051-0/+4
| | | | svn path=/main/branches/2.0/; revision=2112
* Be sure to reset settings changes before each package is merged.v2.0.53_rc4_2111Jason Stubbs2005-10-051-0/+1
| | | | svn path=/main/branches/2.0/; revision=2107
* Suggest running emaint when problems with the world file are detected.Jason Stubbs2005-10-051-6/+13
| | | | svn path=/main/branches/2.0/; revision=2097
* Warn and ignore on invalid system/world atomsJason Stubbs2005-10-031-0/+3
| | | | svn path=/main/branches/2.0/; revision=2082
* Make sure to include package.use flags with fetch-restricted packagesJason Stubbs2005-10-021-1/+1
| | | | svn path=/main/branches/2.0/; revision=2076
* Pass use list rather than config obj to portdbapi.fetch_check()Jason Stubbs2005-10-021-1/+1
| | | | svn path=/main/branches/2.0/; revision=2074
* Restore full range of possible atoms that can be given to emerge by doingJason Stubbs2005-10-011-1/+8
| | | | | | atom validity checks using a dummy category if necessary. svn path=/main/branches/2.0/; revision=2068
* Check if invalid atoms are only missing a category and let those pass.Jason Stubbs2005-10-011-1/+1
| | | | svn path=/main/branches/2.0/; revision=2066
* Add some more info about where the problem is coming from when atoms cannot ↵Jason Stubbs2005-09-291-0/+2
| | | | | | be resolved. svn path=/main/branches/2.0/; revision=2062
* Make depclean a little friendler (so that perhaps people will read the ↵Jason Stubbs2005-09-291-33/+27
| | | | | | messages? ;) svn path=/main/branches/2.0/; revision=2061
* Ignore packages in system/world that are satisfied by packages in ↵Jason Stubbs2005-09-291-0/+10
| | | | | | package.provided. svn path=/main/branches/2.0/; revision=2060
* Ignore blockers when fetching.Jason Stubbs2005-09-291-2/+9
| | | | svn path=/main/branches/2.0/; revision=2058
* Remove specific reference to the Gentoo Handbook.Jason Stubbs2005-09-291-1/+1
| | | | svn path=/main/branches/2.0/; revision=2057
* Refactored world graphing code to reuse the standard dependency resolution ↵Jason Stubbs2005-09-291-62/+12
| | | | | | paths. svn path=/main/branches/2.0/; revision=2056
* Validation of user atoms.Jason Stubbs2005-09-291-0/+4
| | | | svn path=/main/branches/2.0/; revision=2048
* remove CDEPENDJason Stubbs2005-09-291-3/+4
| | | | | | | ignore RDEPEND on --buildpkgonly svn path=/main/branches/2.0/; revision=2046
* typo fix.Brian Harring2005-09-261-1/+1
| | | | svn path=/main/branches/2.0/; revision=2026
* emerge --metadata ran as user, and silenced auxdb Corruption exceptions when ↵Brian Harring2005-09-241-2/+2
| | | | | | doing metadata transfer. svn path=/main/branches/2.0/; revision=2025
* cleanse_cache cleanups.Brian Harring2005-09-241-16/+31
| | | | svn path=/main/branches/2.0/; revision=2021
* Only warn on removal of system virtuals if there is only one satisfying package.Jason Stubbs2005-09-081-2/+8
| | | | svn path=/main/branches/2.0/; revision=1991
* 68928-spawn-command-isabs-zmedico.patch (spawn included "." in PATH)Jason Stubbs2005-09-011-1/+1
| | | | | | | | | | | | | | 98727_sleep_locale_cleanup.patch (sleep was defined twice for "." and "," locales) 98827_lchown_normal_files.patch (lchown was being used on known-to-be-regular files) 98827_darwin_noop_lchown.patch (lchwon was aliased to chown on darwin) 99101_ccache_perms_adjust.patch (perms test and adjustment didn't match) 99120_uid_gid_mixup.patch (portage gid used in place of uid) 99418_merge_retcode_ignored.patch (dispatch-conf ignored result of merge command) 100382_incomplete_world.patch (versioned atoms were not being added to world) broken-stat-perms.patch (result of conditional execution being unconditionally tested) svn path=/main/branches/2.0/; revision=1960
* header changes, $Header: -> $Id:Brian Harring2005-08-301-1/+1
| | | | svn path=/main/branches/2.0/; revision=1951
* Migration (without history) of the current stable line to subversion.Jason Stubbs2005-08-281-0/+3213
svn path=/main/branches/2.0/; revision=1941