summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* Trigger a rebuild with --newuse when IUSE has changed for bug #116955.Zac Medico2006-07-241-1/+4
| | | | svn path=/main/trunk/; revision=4014
* Simplify depgraph.select_dep() logic by using a list of matched packages ↵Zac Medico2006-07-231-31/+32
| | | | | | (instead of separate variables for ebuild and binary packages). svn path=/main/trunk/; revision=4013
* Use portage.best() to simplify package comparison.Zac Medico2006-07-221-6/+2
| | | | svn path=/main/trunk/; revision=3988
* Just add the providers to the protected set without bothering to check if ↵Zac Medico2006-07-221-6/+5
| | | | | | they're in the vdb. svn path=/main/trunk/; revision=3987
* Make depclean account for old-style virtuals so that it doesn't remove the ↵Zac Medico2006-07-221-1/+8
| | | | | | providers. svn path=/main/trunk/; revision=3986
* Fix broken if/elif statement.Zac Medico2006-07-201-2/+2
| | | | svn path=/main/trunk/; revision=3972
* Fix a broken reference to portage.portdb.Zac Medico2006-07-201-1/+2
| | | | svn path=/main/trunk/; revision=3971
* Make user_special() return 1 if none of the patterns in ↵Zac Medico2006-07-191-2/+1
| | | | | | /etc/etc-update.special are matched. svn path=/main/trunk/; revision=3953
* add support to prevent auto-processing for user-special files that match a ↵Marius Mauch2006-07-191-2/+16
| | | | | | pattern in /etc/etc-update.special svn path=/main/trunk/; revision=3936
* use eval to allow shell expansion in config fileMarius Mauch2006-07-191-5/+7
| | | | svn path=/main/trunk/; revision=3935
* Only call portageq onceMarius Mauch2006-07-191-3/+8
| | | | svn path=/main/trunk/; revision=3934
* update mtime after replacing config filesMarius Mauch2006-07-191-0/+2
| | | | svn path=/main/trunk/; revision=3932
* add notice about remaining updates on exitMarius Mauch2006-07-191-1/+7
| | | | svn path=/main/trunk/; revision=3931
* add option to discard config updatesMarius Mauch2006-07-191-3/+25
| | | | svn path=/main/trunk/; revision=3930
* Show full path when auto-mergingMarius Mauch2006-07-191-1/+1
| | | | svn path=/main/trunk/; revision=3929
* ensure we have the necessary accessMarius Mauch2006-07-191-0/+2
| | | | svn path=/main/trunk/; revision=3928
* Ensure a sane umask for repoman.Zac Medico2006-07-181-1/+2
| | | | svn path=/main/trunk/; revision=3919
* fix up doman and prepman so that they work with the new .keep files in rev 3917Simon Stelling2006-07-182-2/+2
| | | | svn path=/main/trunk/; revision=3918
* make .keep files package-dependant to fix bug 102436Simon Stelling2006-07-181-2/+2
| | | | svn path=/main/trunk/; revision=3917
* Use a set instead of a list for better efficiency.Zac Medico2006-07-181-3/+2
| | | | svn path=/main/trunk/; revision=3916
* Simplify generation of the cleanlist for depclean.Zac Medico2006-07-181-26/+8
| | | | svn path=/main/trunk/; revision=3915
* Fix depclean so that it cleans unneeded slots (unless they are exempted by ↵Zac Medico2006-07-171-6/+17
| | | | | | the system or world sets). See bug #140591. svn path=/main/trunk/; revision=3914
* Enable repoman to work with portage.init_legacy_globals() disabled.Zac Medico2006-07-171-17/+35
| | | | svn path=/main/trunk/; revision=3912
* Add ipv6 --sync support for bug #37124. Thanks to Bernhard Schmidt ↵Zac Medico2006-07-161-2/+16
| | | | | | <berni@birkenwald.de> for the initial patch. svn path=/main/trunk/; revision=3908
* Fix broken --usepkg masking logic for bug #140694.Zac Medico2006-07-161-2/+2
| | | | svn path=/main/trunk/; revision=3907
* Add a new portageq metadata function that wraps dbapi.aux_get() so that ↵Zac Medico2006-07-151-0/+30
| | | | | | things like built_with_use in eutils.eclass can retrieve metadata in manner that is independent of the installed package database implementation. svn path=/main/trunk/; revision=3893
* Use calculations to center --info header titles.Zac Medico2006-07-151-6/+9
| | | | svn path=/main/trunk/; revision=3881
* As suggested by vapier, only show the "System Settings" banner when myfiles ↵Zac Medico2006-07-151-2/+3
| | | | | | is not empty. svn path=/main/trunk/; revision=3879
* disable regular expressions for search by defaultMarius Mauch2006-07-151-7/+8
| | | | svn path=/main/trunk/; revision=3876
* Fix gid typo from the last commit.Zac Medico2006-07-131-1/+1
| | | | svn path=/main/trunk/; revision=3869
* Move the world file trimming out of dblink.unmerge() since the world file is ↵Zac Medico2006-07-131-2/+28
| | | | | | package set territory and therefore doesn't belong inside dblink. svn path=/main/trunk/; revision=3868
* Remove the unmerge_overlapping() function since unmerge() now works properly ↵Zac Medico2006-07-131-68/+2
| | | | | | in the case where ROOT!=/ thanks to the fix for bugs #137446 and #131319. svn path=/main/trunk/; revision=3854
* Die at the beginning of install_qa_check if ${D} doesn't exist. See bug ↵Zac Medico2006-07-131-2/+1
| | | | | | #140159. svn path=/main/trunk/; revision=3852
* Split depgraph.merge() to a separate MergeTask class.Zac Medico2006-07-131-2/+20
| | | | svn path=/main/trunk/; revision=3844
* Allow emerge --info to show per-package settings for bug #95741. Thanks to ↵Zac Medico2006-07-101-3/+67
| | | | | | npmccallum for the initial patch. svn path=/main/trunk/; revision=3834
* Don't call emergelog() from the parallel-fetch process for bug #88837.Zac Medico2006-07-101-1/+3
| | | | svn path=/main/trunk/; revision=3833
* Move code out of global scope.Zac Medico2006-07-101-10/+12
| | | | svn path=/main/trunk/; revision=3832
* Use a list comprehension to simplify the code for bug #55871.Zac Medico2006-07-101-4/+3
| | | | svn path=/main/trunk/; revision=3831
* Move all the config adjustments that require the config instance to be ↵Zac Medico2006-07-101-57/+58
| | | | | | unlocked into a new adjust_config() function. This allows the function to be applied to both of the major config instances that exist when $ROOT != /. svn path=/main/trunk/; revision=3830
* If category expansion fails against the portage tree, remove the null/ ↵Zac Medico2006-07-101-0/+6
| | | | | | prefix so that it may be given another chance to expand against the binary package tree in select_dep(). See bug #135834. svn path=/main/trunk/; revision=3829
* Start at the end of the list so that the index works properly after items ↵Zac Medico2006-07-101-1/+1
| | | | | | are deleted. svn path=/main/trunk/; revision=3828
* Allow binary packages to be installed with --usepkg even when there is no ↵Zac Medico2006-07-101-2/+3
| | | | | | ebuild in tree (but not when there is a matching ebuild in the tree that is masked). See bugs #135834 and #55871. svn path=/main/trunk/; revision=3827
* Update error handling for write_atomic calls to use PortageException.Zac Medico2006-07-091-2/+2
| | | | svn path=/main/trunk/; revision=3823
* Use dbapi to unify config.setinst() call in depgraph.select_dep().Zac Medico2006-07-091-4/+2
| | | | svn path=/main/trunk/; revision=3820
* Use the abstract dbapi.aux_get() interface to unify retrieval of IUSE in ↵Zac Medico2006-07-091-4/+1
| | | | | | depgraph.create(). svn path=/main/trunk/; revision=3819
* Use the abstract dbapi.aux_get() interface to unify retrieval of dependency ↵Zac Medico2006-07-091-32/+19
| | | | | | strings in depgraph.create(). svn path=/main/trunk/; revision=3818
* Use a cmpsplit() function to simplify package comparisons in ↵Zac Medico2006-07-081-6/+6
| | | | | | depgraph.select_dep(). svn path=/main/trunk/; revision=3817
* Remove the merging=2 case to simplify merge/nomerge logic.Zac Medico2006-07-081-3/+1
| | | | svn path=/main/trunk/; revision=3816
* Fix indentation mistake from the last commit.Zac Medico2006-07-081-3/+3
| | | | svn path=/main/trunk/; revision=3815
* Use set.intersection() to simplify --newuse comparison.Zac Medico2006-07-081-10/+11
| | | | svn path=/main/trunk/; revision=3814