summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Make user_special() return 1 if none of the patterns in /etc/etc-update.speci...Zac Medico2006-07-191-2/+1
* add support to prevent auto-processing for user-special files that match a pa...Marius Mauch2006-07-191-2/+16
* use eval to allow shell expansion in config fileMarius Mauch2006-07-191-5/+7
* Only call portageq onceMarius Mauch2006-07-191-3/+8
* update mtime after replacing config filesMarius Mauch2006-07-191-0/+2
* add notice about remaining updates on exitMarius Mauch2006-07-191-1/+7
* add option to discard config updatesMarius Mauch2006-07-191-3/+25
* Show full path when auto-mergingMarius Mauch2006-07-191-1/+1
* ensure we have the necessary accessMarius Mauch2006-07-191-0/+2
* Ensure a sane umask for repoman.Zac Medico2006-07-181-1/+2
* fix up doman and prepman so that they work with the new .keep files in rev 3917Simon Stelling2006-07-182-2/+2
* make .keep files package-dependant to fix bug 102436Simon Stelling2006-07-181-2/+2
* Use a set instead of a list for better efficiency.Zac Medico2006-07-181-3/+2
* Simplify generation of the cleanlist for depclean.Zac Medico2006-07-181-26/+8
* Fix depclean so that it cleans unneeded slots (unless they are exempted by th...Zac Medico2006-07-171-6/+17
* Enable repoman to work with portage.init_legacy_globals() disabled.Zac Medico2006-07-171-17/+35
* Add ipv6 --sync support for bug #37124. Thanks to Bernhard Schmidt <berni@bi...Zac Medico2006-07-161-2/+16
* Fix broken --usepkg masking logic for bug #140694.Zac Medico2006-07-161-2/+2
* Add a new portageq metadata function that wraps dbapi.aux_get() so that thing...Zac Medico2006-07-151-0/+30
* Use calculations to center --info header titles.Zac Medico2006-07-151-6/+9
* As suggested by vapier, only show the "System Settings" banner when myfiles i...Zac Medico2006-07-151-2/+3
* disable regular expressions for search by defaultMarius Mauch2006-07-151-7/+8
* Fix gid typo from the last commit.Zac Medico2006-07-131-1/+1
* Move the world file trimming out of dblink.unmerge() since the world file is ...Zac Medico2006-07-131-2/+28
* Remove the unmerge_overlapping() function since unmerge() now works properly ...Zac Medico2006-07-131-68/+2
* Die at the beginning of install_qa_check if ${D} doesn't exist. See bug #140...Zac Medico2006-07-131-2/+1
* Split depgraph.merge() to a separate MergeTask class.Zac Medico2006-07-131-2/+20
* Allow emerge --info to show per-package settings for bug #95741. Thanks to n...Zac Medico2006-07-101-3/+67
* Don't call emergelog() from the parallel-fetch process for bug #88837.Zac Medico2006-07-101-1/+3
* Move code out of global scope.Zac Medico2006-07-101-10/+12
* Use a list comprehension to simplify the code for bug #55871.Zac Medico2006-07-101-4/+3
* Move all the config adjustments that require the config instance to be unlock...Zac Medico2006-07-101-57/+58
* If category expansion fails against the portage tree, remove the null/ prefix...Zac Medico2006-07-101-0/+6
* Start at the end of the list so that the index works properly after items are...Zac Medico2006-07-101-1/+1
* Allow binary packages to be installed with --usepkg even when there is no ebu...Zac Medico2006-07-101-2/+3
* Update error handling for write_atomic calls to use PortageException.Zac Medico2006-07-091-2/+2
* Use dbapi to unify config.setinst() call in depgraph.select_dep().Zac Medico2006-07-091-4/+2
* Use the abstract dbapi.aux_get() interface to unify retrieval of IUSE in depg...Zac Medico2006-07-091-4/+1
* Use the abstract dbapi.aux_get() interface to unify retrieval of dependency s...Zac Medico2006-07-091-32/+19
* Use a cmpsplit() function to simplify package comparisons in depgraph.select_...Zac Medico2006-07-081-6/+6
* Remove the merging=2 case to simplify merge/nomerge logic.Zac Medico2006-07-081-3/+1
* Fix indentation mistake from the last commit.Zac Medico2006-07-081-3/+3
* Use set.intersection() to simplify --newuse comparison.Zac Medico2006-07-081-10/+11
* remove pointless line that just ruins the displayMike Frysinger2006-07-061-1/+0
* Clean up getportageversion() profile logic and fix a ValueError that occurs w...Zac Medico2006-07-061-10/+12
* Move the ARCH sanity check from the depgraph constructor to a new validate_eb...Zac Medico2006-07-061-12/+18
* Make a backup of ACCEPT_KEYWORDS when repoman changes it for each profile. T...Zac Medico2006-07-051-0/+2
* Fix repoman breakage due to the fact that portage.portagetree now creates it'...Zac Medico2006-07-051-7/+9
* Freeze all pordbapi instances.Zac Medico2006-07-051-1/+3
* Run global updates asap and then reload the whole config to make sure everyth...Zac Medico2006-07-051-3/+6