summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Document userfetch for bug #133975. Thanks to RiverRat for this patch.v2.1_rc2Zac Medico2006-05-231-0/+2
| | | | svn path=/main/trunk/; revision=3392
* Fix a bug that causes hashes of random types (mostly SHA1, from my ↵Zac Medico2006-05-221-1/+1
| | | | | | experience) to be erroneously discarded due to dictionary assignment instead up update. svn path=/main/trunk/; revision=3390
* Don't warn about RESTRICT=test unless FEATURES=test is enabled for bug #134004.Zac Medico2006-05-221-3/+3
| | | | svn path=/main/trunk/; revision=3389
* Fix userfetch so that it works regardless of whether or not userpriv is ↵Zac Medico2006-05-221-3/+17
| | | | | | enabled for bug #133995. I've used portage_exec.spawn_bash() here because portage.spawn() should really only be used for actual ebuild phases in doebuild() and spawnebuild(). svn path=/main/trunk/; revision=3387
* Fix bad spelling of "privileges" in userpriv docs.Zac Medico2006-05-211-1/+1
| | | | svn path=/main/trunk/; revision=3385
* Document userfetch for bug #133975.Zac Medico2006-05-211-0/+4
| | | | svn path=/main/trunk/; revision=3384
* Don't include a redundant size field with the other hashes when creating ↵Zac Medico2006-05-211-0/+1
| | | | | | manifest2 entries. Thanks to solar for reporting. svn path=/main/trunk/; revision=3383
* Validate the CATEGORY data in portage.config.load_infodir() and print a ↵Zac Medico2006-05-211-3/+11
| | | | | | warning message if corruption is detected. svn path=/main/trunk/; revision=3382
* In order to help protect users, make AUTOCLEAN case insensitive.Zac Medico2006-05-191-0/+10
| | | | svn path=/main/trunk/; revision=3378
* Add --nocolor to emerge's short help for bug #133734. Thanks to ↵Zac Medico2006-05-191-1/+1
| | | | | | gabebw@gmail.com for this patch. svn path=/main/trunk/; revision=3377
* Catch a ValueError thrown from cpv_expand and use it print an error message ↵Zac Medico2006-05-191-1/+8
| | | | | | (to stderr) which includes a list of packages for bug #133731. No changes to quickpkg are necessary because it doesn't get anything from portageq on stdout in this case and it simply assumes there is no match. svn path=/main/trunk/; revision=3376
* Fix prepstrip split-debug paths for bug #133628. Thanks to kevquinn for ↵Zac Medico2006-05-181-4/+4
| | | | | | this patch. svn path=/main/trunk/; revision=3373
* Revert r3371 because it doesn't fix the real problem and get ROOT directly ↵Zac Medico2006-05-181-5/+5
| | | | | | from portage.settings["ROOT"] since self.pkgsettings["ROOT"] does not have the desired value. svn path=/main/trunk/; revision=3372
* Catch PackageNotFound exceptions from unmerge() for bug #133606.Zac Medico2006-05-181-1/+4
| | | | svn path=/main/trunk/; revision=3371
* Correctly autoclean build time dependencies that have been upgraded in / ↵Zac Medico2006-05-181-1/+68
| | | | | | when ROOT!=/ for bug #133606. This patch duplicates code from emerge's unmerge() function in order to touch as little existing code as possible. svn path=/main/trunk/; revision=3370
* When portage is upgraded, only restart emerge when destroot="/". Also, ↵Zac Medico2006-05-171-22/+22
| | | | | | clean up and fix the related logic in depgraph.display(). svn path=/main/trunk/; revision=3369
* Fix repoman to grab categores, arch.list, and package.mask from the proper ↵Zac Medico2006-05-171-4/+7
| | | | | | locations when scanning an overlay. Thanks to mcummings for reporting. svn path=/main/trunk/; revision=3368
* s/mtarget/mtune/g for bug #133528.Zac Medico2006-05-171-4/+4
| | | | svn path=/main/trunk/; revision=3367
* Print a warning message when AUTOCLEAN is disabled because it's quite dangerous.Zac Medico2006-05-171-0/+8
| | | | svn path=/main/trunk/; revision=3366
* Fix portage.getmaskingreason() so that it properly stacks all available ↵Zac Medico2006-05-161-1/+16
| | | | | | package.mask files for bug #104000. svn path=/main/trunk/; revision=3365
* Add a warning message for AUTOCLEAN="no". Thanks to jakub for reporting.Zac Medico2006-05-161-0/+3
| | | | svn path=/main/trunk/; revision=3364
* Add + to the --changelog regex so that dvd+rw-tools works for bug #133288.Zac Medico2006-05-161-1/+1
| | | | svn path=/main/trunk/; revision=3362
* Add some PORTAGE_CONFIGROOT documentation for bug #131925. Thanks to ↵Zac Medico2006-05-161-0/+6
| | | | | | Christian Heim for this patch. svn path=/main/trunk/; revision=3361
* Fix for bug 133363, thanks to <world.root@gmail.com> for reporting.Alec Warner2006-05-151-1/+1
| | | | svn path=/main/trunk/; revision=3360
* Fix a typo from r3357.Zac Medico2006-05-151-1/+1
| | | | svn path=/main/trunk/; revision=3359
* Add back the rstrip(os.path.sep) which is needed in the case where ROOT=/ ↵Zac Medico2006-05-151-2/+4
| | | | | | (regression from r3356). svn path=/main/trunk/; revision=3358
* Revert the performance optimization from r3355 in favor of maximum robustness.Zac Medico2006-05-151-1/+2
| | | | svn path=/main/trunk/; revision=3357
* Ensure that ${ROOT} is normalized for bug #90444.Zac Medico2006-05-151-2/+2
| | | | svn path=/main/trunk/; revision=3356
* Remove unnecessary and time consuming normpath call for bug #90444.Zac Medico2006-05-151-1/+1
| | | | svn path=/main/trunk/; revision=3355
* Ensure a sane global umask for bug #133307 (regression from r3228).Zac Medico2006-05-141-0/+3
| | | | svn path=/main/trunk/; revision=3354
* Wheel != secpass=1, so kill it. Wheel grants you nothing wrt portage perms.Alec Warner2006-05-141-4/+1
| | | | svn path=/main/trunk/; revision=3353
* strip leading slash in outputMike Frysinger2006-05-141-3/+3
| | | | svn path=/main/trunk/; revision=3352
* you have to quote $@ or things can breakMike Frysinger2006-05-141-1/+1
| | | | svn path=/main/trunk/; revision=3351
* Use iteritems() instead of items() because an iterator uses less memory.Zac Medico2006-05-141-1/+1
| | | | svn path=/main/trunk/; revision=3350
* Write raw bytes instead of attempting to encode as utf-8 for bug #133287.Zac Medico2006-05-141-1/+1
| | | | svn path=/main/trunk/; revision=3349
* Make portdbapi._init_cache_dirs() obey self.depcachedir.Zac Medico2006-05-141-2/+1
| | | | svn path=/main/trunk/; revision=3348
* Make portdbapi obey self.depcachedir instead of using ↵Zac Medico2006-05-141-1/+1
| | | | | | portage_const.DEPCACHE_PATH directly. svn path=/main/trunk/; revision=3347
* Allow `emerge --metadata` and `emerge --regen` for users in the portage ↵Zac Medico2006-05-131-1/+2
| | | | | | group(bug #133157). svn path=/main/trunk/; revision=3346
* s/DEPEND atoms/package atoms/ for better wordingZac Medico2006-05-121-1/+1
| | | | svn path=/main/trunk/; revision=3345
* Make /etc/portage/bashrc relative to PORTAGE_CONFIGROOT.v2.1_rc1Zac Medico2006-05-121-1/+2
| | | | svn path=/main/trunk/; revision=3343
* Add some documentation for /etc/portage/modules and metadata_overlay.Zac Medico2006-05-121-0/+23
| | | | svn path=/main/trunk/; revision=3342
* Revert r3339 because r3301 makes it unnecessary. See bug #133055.Zac Medico2006-05-121-3/+0
| | | | svn path=/main/trunk/; revision=3341
* Minor 1 liner for bug 131657Alec Warner2006-05-111-0/+1
| | | | svn path=/main/trunk/; revision=3340
* Fix bug 113055, Binpkg's need SLOT in mysettingsAlec Warner2006-05-111-0/+3
| | | | svn path=/main/trunk/; revision=3339
* Neglect EOFError during mtimedb loading since this error seems to be common ↵Zac Medico2006-05-101-1/+1
| | | | | | when the mtimedb has been corrupted. svn path=/main/trunk/; revision=3338
* remove unused STICKIES variableMike Frysinger2006-05-102-2/+1
| | | | svn path=/main/trunk/; revision=3337
* Only adjust priority for PORTAGE_NICENESS on the first run for bug #132739.Zac Medico2006-05-101-0/+2
| | | | svn path=/main/trunk/; revision=3336
* slightly easier test to read for DISTDR/unpack checkMike Frysinger2006-05-091-1/+1
| | | | svn path=/main/trunk/; revision=3335
* Use os.path.realpath instead of portage.abssymlink to resolve ↵Zac Medico2006-05-081-1/+1
| | | | | | /etc/make.profile because abssymlink throws an OSError: [Errno 22] Invalid argument exception when repoman passes in an absolute profile path that isn't a symlink. svn path=/main/trunk/; revision=3334
* Give a less confusing error message when unpack() arguments begin with ↵Zac Medico2006-05-081-0/+2
| | | | | | ${DISTDIR}. Thanks to Flameeyes for reporting. svn path=/main/trunk/; revision=3333