summaryrefslogtreecommitdiffstats
path: root/bin/emerge
Commit message (Collapse)AuthorAgeFilesLines
* 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