summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bye bye you decrepit POS cache implementation.Brian Harring2005-11-057-549/+0
* integration chunk of the cache subsystem patch.Brian Harring2005-11-054-264/+176
* replacement cache subsystem that's gestated in 2.1 and 3.0.Brian Harring2005-11-0512-0/+1240
* Use os.path.splitext() rather than slicing strings to get at file extensions....Jason Stubbs2005-11-031-5/+7
* Remove the now unused SANDBOX_PIDS_FILEJason Stubbs2005-11-032-2/+1
* A couple of bug fixes, large cleanups, commenting and a bit of dead code remo...Jason Stubbs2005-11-031-177/+184
* Start from 1st element rather than 2nd when doing checks on *DEPENDJason Stubbs2005-11-031-1/+1
* document sandbox and test RESTRICTMike Frysinger2005-11-021-9/+9
* fix patch for PKGDIR #111222 by ArmandMike Frysinger2005-11-021-1/+1
* grab fixes from trunkMike Frysinger2005-11-021-15/+25
* deprecate IMAGEMike Frysinger2005-11-021-1/+1
* add support for unpacking lha filesMike Frysinger2005-11-011-0/+3
* merge tweaks from trunkMike Frysinger2005-11-011-9/+11
* if STRIP begins with a -, make sure type doesnt error outMike Frysinger2005-11-011-2/+2
* output a finished messageMike Frysinger2005-11-011-0/+1
* Add treetype instance member to dblink. Add treetype parameters tov2.0.53_rc7Jason Stubbs2005-10-304-28/+39
* Don't add packages to the graph that are left as is due to --upgrade-only.Jason Stubbs2005-10-291-1/+5
* Remove an extra space in a hyphenated string.v2.0.53_rc6Jason Stubbs2005-10-191-1/+1
* s/no/not/ typoJason Stubbs2005-10-191-2/+2
* Removing --inject from emerge help summaryJason Stubbs2005-10-161-1/+1
* Clarifying the error message when path/to/ebuild is used on an ebuild that is...Jason Stubbs2005-10-161-1/+1
* Typo :(Jason Stubbs2005-10-161-1/+1
* Return after detecting an invalid command line atom so as to avoid spurious d...Jason Stubbs2005-10-161-0/+1
* Check if ebuild path is in vdb and check that vdb finds it okay rather than a...Jason Stubbs2005-10-151-9/+26
* Adjusting the clipping...Jason Stubbs2005-10-151-1/+1
* Adding svn revision property to portage.py's VERSIONJason Stubbs2005-10-151-1/+1
* Added missing quotes to stat_perms area of ebuild.sh (#93293)Jason Stubbs2005-10-151-2/+2
* Take the str() of the option passed to the callback so it can be compared use...Jason Stubbs2005-10-141-1/+1
* Use realpath instead of abspath to ensure that symlinks are correctly account...Jason Stubbs2005-10-131-2/+2
* Set PORTDIR_OVERLAY (rather than PORTDIR) when portage wants to use a differe...Jason Stubbs2005-10-111-4/+3
* reset EBUILD_DEATH_HOOKS prior to sourcing, due to stable's re-sourcing of eb...v2.0.53_rc5Brian Harring2005-10-111-0/+5
* Global var profiledir was only being set correctly when portage was imported ...Jason Stubbs2005-10-101-2/+2
* cacheddir() would incorrectly return from the cache when the cached entry is ...Jason Stubbs2005-10-091-1/+2
* Rework to API behaviour rather than API documentationJason Stubbs2005-10-071-4/+4
* removing unused sandbox dirs.Brian Harring2005-10-0620-5993/+0
* nuking this directory, since it's no longer used.Brian Harring2005-10-0610-2907/+0
* Restore the old behaviour that was dropped in the big refactoring by making -...Jason Stubbs2005-10-061-1/+1
* Make --newuse switch on --updateJason Stubbs2005-10-051-0/+4
* Reverting behaviour of ebuild when FEATURES="-noauto"Jason Stubbs2005-10-051-40/+3
* Be sure to reset settings changes before each package is merged.v2.0.53_rc4_2111Jason Stubbs2005-10-051-0/+1
* added EBUILD_DEATH_HOOKS , a way for ebuilds/eclasses to register extra messa...Brian Harring2005-10-051-0/+5
* Restoring the metadata EAPI check code-style to match that of the ebuild EAPI...Jason Stubbs2005-10-051-1/+1
* tweak, since the logic I just replaced was wrong (go me)Brian Harring2005-10-051-1/+1
* save _mtime_ when EAPI nukes a cache entry, and a tweak to the supported eapi...Brian Harring2005-10-051-2/+4
* Account for empty EAPIJason Stubbs2005-10-051-2/+4
* Exclude distcc and and ccache setup from the "setup" phase. Also make the red...Jason Stubbs2005-10-051-3/+3
* Make dispatch-conf's log file have 0600 permissions.Jason Stubbs2005-10-051-3/+6
* Add new tool to check and fix problems with the world file (to begin with)Jason Stubbs2005-10-051-0/+111
* Suggest running emaint when problems with the world file are detected.Jason Stubbs2005-10-051-6/+13
* Always return a list of the same length as the query in vardbapi.aux_get()Jason Stubbs2005-10-051-2/+0