summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* output a finished messageMike Frysinger2005-11-011-0/+1
| | | | svn path=/main/branches/2.0/; revision=2222
* Add treetype instance member to dblink. Add treetype parameters tov2.0.53_rc7Jason Stubbs2005-10-304-28/+39
| | | | | | | | 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
* Remove an extra space in a hyphenated string.v2.0.53_rc6Jason Stubbs2005-10-191-1/+1
| | | | svn path=/main/branches/2.0/; revision=2150
* s/no/not/ typoJason Stubbs2005-10-191-2/+2
| | | | svn path=/main/branches/2.0/; revision=2149
* Removing --inject from emerge help summaryJason Stubbs2005-10-161-1/+1
| | | | svn path=/main/branches/2.0/; revision=2139
* 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
* Typo :(Jason Stubbs2005-10-161-1/+1
| | | | svn path=/main/branches/2.0/; revision=2137
* 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
* Check if ebuild path is in vdb and check that vdb finds it okay rather than ↵Jason Stubbs2005-10-151-9/+26
| | | | | | | | | always assuming "porttree". If PORTDIR_OVERLAY needs to be adjusted, recheck to make sure the ebuild is found correctly. Pass which tree should be used to doebuild so that aux_get() are performed on the correct tree. svn path=/main/branches/2.0/; revision=2135
* Adjusting the clipping...Jason Stubbs2005-10-151-1/+1
| | | | svn path=/main/branches/2.0/; revision=2134
* Adding svn revision property to portage.py's VERSIONJason Stubbs2005-10-151-1/+1
| | | | svn path=/main/branches/2.0/; revision=2133
* Added missing quotes to stat_perms area of ebuild.sh (#93293)Jason Stubbs2005-10-151-2/+2
| | | | svn path=/main/branches/2.0/; revision=2132
* Take the str() of the option passed to the callback so it can be compared ↵Jason Stubbs2005-10-141-1/+1
| | | | | | usefully later on. svn path=/main/branches/2.0/; revision=2130
* Use realpath instead of abspath to ensure that symlinks are correctly ↵Jason Stubbs2005-10-131-2/+2
| | | | | | accounted for. svn path=/main/branches/2.0/; revision=2129
* Set PORTDIR_OVERLAY (rather than PORTDIR) when portage wants to use a ↵Jason Stubbs2005-10-111-4/+3
| | | | | | | | different ebuild. (Yields the same behaviour when stuff isn't missing in the same tree and better behaviour when there is) svn path=/main/branches/2.0/; revision=2124
* reset EBUILD_DEATH_HOOKS prior to sourcing, due to stable's re-sourcing of ↵v2.0.53_rc5Brian Harring2005-10-111-0/+5
| | | | | | | | ebuild every run. god stable env handling sucks. :/ svn path=/main/branches/2.0/; revision=2122
* Global var profiledir was only being set correctly when portage was imported ↵Jason Stubbs2005-10-101-2/+2
| | | | | | by emerge svn path=/main/branches/2.0/; revision=2119
* cacheddir() would incorrectly return from the cache when the cached entry is ↵Jason Stubbs2005-10-091-1/+2
| | | | | | less than <mtime resolution> old. Fixed by axxo. svn path=/main/branches/2.0/; revision=2118
* Rework to API behaviour rather than API documentationJason Stubbs2005-10-071-4/+4
| | | | svn path=/main/branches/2.0/; revision=2117
* removing unused sandbox dirs.Brian Harring2005-10-0620-5993/+0
| | | | svn path=/main/branches/2.0/; revision=2116
* nuking this directory, since it's no longer used.Brian Harring2005-10-0610-2907/+0
| | | | svn path=/main/branches/2.0/; revision=2115
* 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
* Reverting behaviour of ebuild when FEATURES="-noauto"Jason Stubbs2005-10-051-40/+3
| | | | svn path=/main/branches/2.0/; revision=2110
* 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
* added EBUILD_DEATH_HOOKS , a way for ebuilds/eclasses to register extra ↵Brian Harring2005-10-051-0/+5
| | | | | | messages to spew if die is triggered svn path=/main/branches/2.0/; revision=2106
* Restoring the metadata EAPI check code-style to match that of the ebuild ↵Jason Stubbs2005-10-051-1/+1
| | | | | | EAPI check. svn path=/main/branches/2.0/; revision=2105
* tweak, since the logic I just replaced was wrong (go me)Brian Harring2005-10-051-1/+1
| | | | svn path=/main/branches/2.0/; revision=2104
* save _mtime_ when EAPI nukes a cache entry, and a tweak to the supported ↵Brian Harring2005-10-051-2/+4
| | | | | | eapi check so it's lenient about spaces svn path=/main/branches/2.0/; revision=2103
* Account for empty EAPIJason Stubbs2005-10-051-2/+4
| | | | svn path=/main/branches/2.0/; revision=2102
* Exclude distcc and and ccache setup from the "setup" phase. Also make the ↵Jason Stubbs2005-10-051-3/+3
| | | | | | redundant CCACHE_DIR default match what the python side sets. svn path=/main/branches/2.0/; revision=2101
* Make dispatch-conf's log file have 0600 permissions.Jason Stubbs2005-10-051-3/+6
| | | | svn path=/main/branches/2.0/; revision=2099
* Add new tool to check and fix problems with the world file (to begin with)Jason Stubbs2005-10-051-0/+111
| | | | svn path=/main/branches/2.0/; revision=2098
* 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
* Always return a list of the same length as the query in vardbapi.aux_get()Jason Stubbs2005-10-051-2/+0
| | | | svn path=/main/branches/2.0/; revision=2096
* Add path to utf-8 checks so that repoman doesn't break outside of the ↵Jason Stubbs2005-10-041-1/+1
| | | | | | package dir svn path=/main/branches/2.0/; revision=2089
* god this module sucked.Brian Harring2005-10-041-87/+1
| | | | | | Removed all of the duplicate code. svn path=/main/branches/2.0/; revision=2088
* Extra bracket typo :(Jason Stubbs2005-10-041-1/+1
| | | | svn path=/main/branches/2.0/; revision=2087
* Removed the translation of aux_get exceptions to unsupported eapi exceptions ↵Jason Stubbs2005-10-042-54/+39
| | | | | | | | in doebuild (which led to a whole lotta changes regarding str vs int and unlikely yet possible compatibility stuff) svn path=/main/branches/2.0/; revision=2086
* don't declare -r the contents, declare -r the var name.Brian Harring2005-10-041-1/+1
| | | | svn path=/main/branches/2.0/; revision=2085
* Big cleanup and added check regarding chosen ebuild.Jason Stubbs2005-10-041-63/+71
| | | | svn path=/main/branches/2.0/; revision=2084
* bug 107770 , fix A D and a few other vars being set implicitly by readonly ↵Brian Harring2005-10-041-2/+4
| | | | | | protection during setup phase. svn path=/main/branches/2.0/; revision=2083
* Warn and ignore on invalid system/world atomsJason Stubbs2005-10-031-0/+3
| | | | svn path=/main/branches/2.0/; revision=2082
* Remove app-portage/portage-docs files from portage-2.0 branchJason Stubbs2005-10-0326-1726/+0
| | | | svn path=/main/branches/2.0/; revision=2081
* final fixup (ebuild nameerror)Brian Harring2005-10-031-1/+2
| | | | svn path=/main/branches/2.0/; revision=2080
* fixing horkage when noauto is in use (nameerrors)Brian Harring2005-10-031-3/+8
| | | | svn path=/main/branches/2.0/; revision=2079
* Make sure to include package.use flags with fetch-restricted packagesJason Stubbs2005-10-021-1/+1
| | | | svn path=/main/branches/2.0/; revision=2076
* Specify ebuildpath to merge() when using qmergeJason Stubbs2005-10-021-1/+1
| | | | svn path=/main/branches/2.0/; revision=2075
* 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