summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
...
* Move installed sources into ${CATEGORY} subdirectories in order to prevent ↵Zac Medico2006-09-291-3/+5
| | | | | | collisions for bug #149491. svn path=/main/trunk/; revision=4559
* Fix quoting of ${D} in make arguments for einstall(). Thanks to Volkov ↵Zac Medico2006-09-291-12/+12
| | | | | | Peter <pva@gentoo.org> for this patch from bug #149494. svn path=/main/trunk/; revision=4557
* Fix broken [ -z "" ] test. Thanks to Volkov Peter <pva@gentoo.org> for this ↵Zac Medico2006-09-291-1/+1
| | | | | | patch from bug #149494. svn path=/main/trunk/; revision=4556
* Fix inverted --with-bdeps logic.Zac Medico2006-09-291-1/+1
| | | | svn path=/main/trunk/; revision=4555
* Properly treat myopts as a dict.Zac Medico2006-09-291-1/+1
| | | | svn path=/main/trunk/; revision=4553
* Remove some unreachable code.Zac Medico2006-09-291-2/+0
| | | | svn path=/main/trunk/; revision=4552
* Use dict.pop(k, None) to delete items if they exist.Zac Medico2006-09-291-2/+1
| | | | svn path=/main/trunk/; revision=4551
* Store myopts in the mtimedb as a list for backward compatibility.Zac Medico2006-09-291-6/+9
| | | | svn path=/main/trunk/; revision=4550
* Add missing calls to iteritems() from the last commit.Zac Medico2006-09-291-2/+2
| | | | svn path=/main/trunk/; revision=4549
* Add a --with-bdeps=[y,n] option for bug #148870.Zac Medico2006-09-281-12/+38
| | | | svn path=/main/trunk/; revision=4548
* Convert myopts into a dictionary so that it can be used for more that ↵Zac Medico2006-09-281-17/+16
| | | | | | boolean flags. svn path=/main/trunk/; revision=4547
* Convert emerge option parsing to use python's optparse module. This patch ↵Zac Medico2006-09-281-51/+46
| | | | | | makes the minimum changes necessary for the conversion and is supposed to be 100% compatible with previous parsing behavior. svn path=/main/trunk/; revision=4546
* Fix --update so that it updates direct dependencies for bug #149208.Zac Medico2006-09-271-5/+8
| | | | svn path=/main/trunk/; revision=4541
* Make sure that all packages are in the dbapi when doing the blocker validation.Zac Medico2006-09-271-0/+11
| | | | svn path=/main/trunk/; revision=4540
* Add SLOT support to fakedbapi then use it for depgraph blocker handling and ↵Zac Medico2006-09-271-38/+15
| | | | | | dep_zapdeps preference selection. svn path=/main/trunk/; revision=4539
* Clean up the logic a little for bug #149092.Zac Medico2006-09-251-2/+4
| | | | svn path=/main/trunk/; revision=4529
* Check the dep_check return value and fail with a message if an error has ↵Zac Medico2006-09-251-17/+13
| | | | | | occurred. svn path=/main/trunk/; revision=4528
* Make `emerge world` (without --deep) work as expected for bug #149092.Zac Medico2006-09-251-0/+1
| | | | svn path=/main/trunk/; revision=4527
* print errors to stderr, not stdoutMike Frysinger2006-09-251-6/+6
| | | | svn path=/main/trunk/; revision=4526
* Clean up and simplify depgraph params logic. This fixes bug #148893.Zac Medico2006-09-241-14/+6
| | | | svn path=/main/trunk/; revision=4524
* Remove depgraph params for depclean since it no longer uses the depgraph.Zac Medico2006-09-241-3/+0
| | | | svn path=/main/trunk/; revision=4523
* In order to ensure correct merge order such that build time dependencies ↵Zac Medico2006-09-241-1/+6
| | | | | | will really be usable, don't treat RDEPEND as soft_deps. Thanks for Jason Stubbs for recognizing this issue. svn path=/main/trunk/; revision=4522
* Remove pkgmerge since it's apparent that nobody uses it (it's been broken ↵Zac Medico2006-09-232-143/+0
| | | | | | for a long time, anyway). svn path=/main/trunk/; revision=4519
* Remove doebuild_environment return value checks since it no raises and ↵Zac Medico2006-09-231-3/+1
| | | | | | exception if necessary. svn path=/main/trunk/; revision=4518
* Always check the return value of doebuild_environment().Zac Medico2006-09-231-1/+3
| | | | svn path=/main/trunk/; revision=4513
* Move PORTAGE_BUILDDIR locking out of doebuild and into emerge in order to ↵Zac Medico2006-09-231-69/+76
| | | | | | ensure that emerge maintains it's lock through all phases. svn path=/main/trunk/; revision=4512
* Remove outdated "Unable to run required binary" messages that are now ↵Zac Medico2006-09-231-16/+0
| | | | | | unreachable. svn path=/main/trunk/; revision=4511
* Pass in the correct arg= value to select_dep.Zac Medico2006-09-231-2/+6
| | | | svn path=/main/trunk/; revision=4509
* Never allow packages explicitly requested on the command line to be tagged ↵Zac Medico2006-09-231-12/+17
| | | | | | "nomerge" unless --noreplace has been specified. This patch accomplishes the same goal as r4494 but without the potential for causing inconsistency in the depgraph. svn path=/main/trunk/; revision=4508
* Ensure that soft_dep is a plain boolean (not vardb match results).Zac Medico2006-09-221-1/+1
| | | | svn path=/main/trunk/; revision=4507
* Make it possible, once again, to use --noreplace to add a package to the ↵Zac Medico2006-09-221-6/+3
| | | | | | world file. svn path=/main/trunk/; revision=4505
* For compatibility with float timestamps in python-2.5, convert st_mtime ↵Zac Medico2006-09-221-2/+2
| | | | | | attributes to long wherever portage expects 1s resolution. svn path=/main/trunk/; revision=4500
* Revert r4495, since conversion from nomerge to merge may put the depgraph ↵Zac Medico2006-09-221-2/+3
| | | | | | into an inconsistent state du to USE flag mismatch. This can be solved by checking all args prior to marking packages as nomerge. svn path=/main/trunk/; revision=4496
* use EBUILD_SH_ARGS instead of $*; bug 148615Simon Stelling2006-09-221-8/+8
| | | | svn path=/main/trunk/; revision=4495
* Allow packages specified on the command line to be retroactively upgraded ↵Zac Medico2006-09-221-0/+2
| | | | | | from "nomerge" to "merge" nodes. svn path=/main/trunk/; revision=4494
* Fix another IndexError due to an assumption that digraph nodes split into at ↵Zac Medico2006-09-211-2/+2
| | | | | | least 4 parts. svn path=/main/trunk/; revision=4493
* Prevent --update and/or --deep style behavior when the user hasn't specified ↵Zac Medico2006-09-211-0/+5
| | | | | | them. In these cases a full depgraph isn't desired and we have to ignore the installed deps that are now returned from dep_check. svn path=/main/trunk/; revision=4492
* Prevent an IndexError caused by blocker nodes splitting to 3 items instead of 4.Zac Medico2006-09-211-1/+1
| | | | svn path=/main/trunk/; revision=4491
* Add a comment about old-style virtuals inside depgraph.validate_blockers().Zac Medico2006-09-211-0/+3
| | | | svn path=/main/trunk/; revision=4490
* Remove an inaccurate comment.Zac Medico2006-09-211-4/+2
| | | | svn path=/main/trunk/; revision=4489
* Add a docstring for depgraph.validate_blockers().Zac Medico2006-09-211-0/+5
| | | | svn path=/main/trunk/; revision=4488
* Fix depgraph.validate_blockers() logic so that match_from_list works correctly.Zac Medico2006-09-211-3/+6
| | | | svn path=/main/trunk/; revision=4487
* Thanks to Jason Stubbs for this patch from bug #16365 which invalidates any ↵Zac Medico2006-09-201-17/+51
| | | | | | blocker that is made irrelevant by a package upgrade. svn path=/main/trunk/; revision=4486
* Make portageq exit successfully for -h or --help.Zac Medico2006-09-201-1/+4
| | | | svn path=/main/trunk/; revision=4484
* Make portageq exit with nonzero status when called incorrectly.Zac Medico2006-09-191-2/+2
| | | | svn path=/main/trunk/; revision=4483
* For consistency, pass ignore_soft_deps into digraph.hasallzeros().Zac Medico2006-09-191-1/+1
| | | | svn path=/main/trunk/; revision=4482
* Properly close the caches before reloading portage.Zac Medico2006-09-191-1/+1
| | | | svn path=/main/trunk/; revision=4480
* This is a new --tree implementation by Jason Stubbs, from bug #147766.Zac Medico2006-09-191-58/+56
| | | | svn path=/main/trunk/; revision=4479
* Turn off file name globbing during expansion of ${find_opts} for bug #148115.Zac Medico2006-09-191-1/+2
| | | | svn path=/main/trunk/; revision=4476
* Allow packages matched by something in package.provided to be explicitly ↵Zac Medico2006-09-181-5/+6
| | | | | | merged by the user. svn path=/main/trunk/; revision=4475