summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* integration chunk of the cache subsystem patch.Brian Harring2005-11-052-76/+53
| | | | | | 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
* grab fixes from trunkMike Frysinger2005-11-021-15/+25
| | | | svn path=/main/branches/2.0/; revision=2250
* deprecate IMAGEMike Frysinger2005-11-021-1/+1
| | | | svn path=/main/branches/2.0/; revision=2249
* add support for unpacking lha filesMike Frysinger2005-11-011-0/+3
| | | | svn path=/main/branches/2.0/; revision=2225
* merge tweaks from trunkMike Frysinger2005-11-011-9/+11
| | | | svn path=/main/branches/2.0/; revision=2224
* if STRIP begins with a -, make sure type doesnt error outMike Frysinger2005-11-011-2/+2
| | | | svn path=/main/branches/2.0/; revision=2223
* 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-302-10/+10
| | | | | | | | 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
* 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
* 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
* Rework to API behaviour rather than API documentationJason Stubbs2005-10-071-4/+4
| | | | svn path=/main/branches/2.0/; revision=2117
* 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
* 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
* 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
* 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
* 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
* 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
* touches up on file.name check, part of glep31Brian Harring2005-10-011-2/+2
| | | | svn path=/main/branches/2.0/; revision=2065
* fixed ebuild soBrian Harring2005-10-011-13/+38
| | | | | | | ebuild some-ebuild clean setup unpack # works like ebuild some-ebuild clean unpack svn path=/main/branches/2.0/; revision=2064
* 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
* Harmless typo in signal catcher.Jason Stubbs2005-09-291-1/+1
| | | | svn path=/main/branches/2.0/; revision=2053
* Security checks regarding installation of world-writable files.Jason Stubbs2005-09-291-0/+12
| | | | svn path=/main/branches/2.0/; revision=2049