summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* config additions for elogMarius Mauch2005-11-1513-0/+520
| | | | svn path=/main/trunk/; revision=2312
* fix for portageq usage call (missing argv), via Emanuele Giaquinta ↵Brian Harring2005-11-151-1/+1
| | | | | | <e.giaquinta@glauco.it> svn path=/main/trunk/; revision=2311
* manpage for emaint #112510Mike Frysinger2005-11-151-0/+30
| | | | svn path=/main/trunk/; revision=2310
* Backport of version code rewrite (bug 37406), should be completely backwards ↵Marius Mauch2005-11-132-335/+226
| | | | | | | | compatible (and the algorithm has been tested on the whole tree multiple times already). Also adds some new features in version syntax like cvs version prefixes (in the same package) and multiple suffixes. svn path=/main/trunk/; revision=2309
* minor glitch: EBUILD_PHASES is a list, no need to split() itMarius Mauch2005-11-131-1/+1
| | | | svn path=/main/trunk/; revision=2308
* First bunch of simple logging modules.Marius Mauch2005-11-135-0/+101
| | | | svn path=/main/trunk/; revision=2307
* Add slightly modified elog_base patch containing the basic framework for ↵Marius Mauch2005-11-134-8/+269
| | | | | | ebuild logging. svn path=/main/trunk/; revision=2306
* add NetBSD to the BSD list #112393Mike Frysinger2005-11-131-1/+1
| | | | svn path=/main/trunk/; revision=2304
* tweak marking of D as readonly since we need to play around with it in ↵Mike Frysinger2005-11-131-2/+5
| | | | | | pkg_preinst svn path=/main/trunk/; revision=2302
* don't do a sort if just doing percentage for emerge --metadataBrian Harring2005-11-131-1/+0
| | | | svn path=/main/trunk/; revision=2301
* Documented `emerge --config` (#109496)Jason Stubbs2005-11-131-0/+5
| | | | svn path=/main/trunk/; revision=2299
* Added a description of emaint to `emaint --help`Jason Stubbs2005-11-131-0/+6
| | | | svn path=/main/trunk/; revision=2298
* Documented `emerge --config` (#109496)Jason Stubbs2005-11-131-0/+5
| | | | svn path=/main/trunk/; revision=2297
* pre/post hooks originally from 2.1, quick rewrite by axxo for 2.0Brian Harring2005-11-091-0/+28
| | | | | | Not to be used by ebuilds/eclasses (with the sole exception of java eclass var reset till ebd is stabled), this is user hooks. svn path=/main/trunk/; revision=2267
* Limit --emptytree to only affect ${ROOT} (#34887)Jason Stubbs2005-11-091-1/+1
| | | | svn path=/main/trunk/; revision=2266
* Add USE_EXPAND to INCREMENTALS (#105304)Jason Stubbs2005-11-091-1/+1
| | | | svn path=/main/trunk/; revision=2265
* Clean up reporting of the parent of an unsatisfied atom.Jason Stubbs2005-11-081-7/+4
| | | | svn path=/main/trunk/; revision=2264
* Updated make.conf.ppc as requested by lu_zero (#102656)Jason Stubbs2005-11-081-11/+18
| | | | svn path=/main/trunk/; revision=2263
* clean up the last few sections so that they are consistentMike Frysinger2005-11-0510-114/+93
| | | | svn path=/main/branches/2.0/; revision=2260
* bye bye you decrepit POS cache implementation.Brian Harring2005-11-057-549/+0
| | | | svn path=/main/branches/2.0/; revision=2259
* integration chunk of the cache subsystem patch.Brian Harring2005-11-054-264/+176
| | | | | | Will deal with UNUSED_0* after this svn path=/main/branches/2.0/; revision=2258
* replacement cache subsystem that's gestated in 2.1 and 3.0.Brian Harring2005-11-0512-0/+1240
| | | | | | it rocks your world, baby. svn path=/main/branches/2.0/; revision=2257
* 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
* Remove the now unused SANDBOX_PIDS_FILEJason Stubbs2005-11-032-2/+1
| | | | svn path=/main/branches/2.0/; revision=2255
* A couple of bug fixes, large cleanups, commenting and a bit of dead code ↵Jason Stubbs2005-11-031-177/+184
| | | | | | removal. svn path=/main/branches/2.0/; revision=2254
* Start from 1st element rather than 2nd when doing checks on *DEPENDJason Stubbs2005-11-031-1/+1
| | | | svn path=/main/branches/2.0/; revision=2253
* document sandbox and test RESTRICTMike Frysinger2005-11-021-9/+9
| | | | svn path=/main/branches/2.0/; revision=2252
* fix patch for PKGDIR #111222 by ArmandMike Frysinger2005-11-021-1/+1
| | | | svn path=/main/branches/2.0/; revision=2251
* 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-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