summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Fix typo wrt to lamba usage.Jason Stubbs2005-10-021-1/+1
| | | | svn path=/main/branches/2.0/; revision=2073
* saner handling of selinux_enabledBrian Harring2005-10-022-1/+8
| | | | svn path=/main/branches/2.0/; revision=2070
* Remove the specific dependency on python-2.2.Jason Stubbs2005-10-011-1/+1
| | | | svn path=/main/branches/2.0/; revision=2069
* 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
* touches up on file.name check, part of glep31Brian Harring2005-10-012-2/+5
| | | | svn path=/main/branches/2.0/; revision=2065
* fixed ebuild soBrian Harring2005-10-013-23/+75
| | | | | | | ebuild some-ebuild clean setup unpack # works like ebuild some-ebuild clean unpack svn path=/main/branches/2.0/; revision=2064
* Sort digests and manifests (to look nice and making them diff'able)Jason Stubbs2005-09-291-0/+2
| | | | svn path=/main/branches/2.0/; revision=2063
* 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 files (such as metadata.xml) within portdir category dirs.Jason Stubbs2005-09-291-3/+7
| | | | svn path=/main/branches/2.0/; revision=2059
* 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
* Add -i to FBSD's ldconfig as requested.Jason Stubbs2005-09-291-1/+1
| | | | svn path=/main/branches/2.0/; revision=2055
* Update the casing of "linux" on the default distfile mirror.Jason Stubbs2005-09-291-1/+1
| | | | svn path=/main/branches/2.0/; revision=2054
* Harmless typo in signal catcher.Jason Stubbs2005-09-291-1/+1
| | | | svn path=/main/branches/2.0/; revision=2053
* Prevent globbed atoms from having relative operators.Jason Stubbs2005-09-291-0/+2
| | | | svn path=/main/branches/2.0/; revision=2052
* Fix incorrect Exception when checking LOGDIR permissionsJason Stubbs2005-09-291-1/+1
| | | | svn path=/main/branches/2.0/; revision=2051