summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Add support for RSYNC_EXTRA_OPTS to webrsync (branches/2.1.2 r6927)Zac Medico2007-07-301-2/+2
* Display message about --buildpkgonly restriction in pretend mode as well (bra...Zac Medico2007-07-301-0/+5
* Use the the optparse options for --ignore-default-opts since that allows opti...Zac Medico2007-07-301-1/+1
* For bug #180165, make portageq print a "Permission denied" error when appropr...Zac Medico2007-07-303-12/+20
* If a package is in the world set but it's not installed, go ahead and install...Zac Medico2007-07-301-6/+16
* Make repoman exit with nonzero status whenever there are qa issues (already d...Zac Medico2007-07-301-0/+4
* For bug #182021, use active voice when notifying the user that superuser acce...Zac Medico2007-07-301-2/+2
* For bug #181953, prevent the circular_blocks code from selecting a node that'...Zac Medico2007-07-301-2/+10
* For bug #181355, detect parenthesis mismatch in paren_reduce(), raise an Inva...Zac Medico2007-07-301-0/+4
* Make repoman work with both + and - flags in IUSE. (branches/2.1.2 r6789)Zac Medico2007-07-301-6/+5
* Skip bogus '$ECLASS inherited illegally' messages when installing from a bina...Zac Medico2007-07-301-1/+2
* For bug #181104, make econf give an appropriate error message when configure ...Zac Medico2007-07-301-63/+38
* Make all the python code respect USE conditionals in RESTRICT. It's already ...Zac Medico2007-07-301-2/+15
* Improve support for slot deps atoms given on the command line. (branches/2.1....Zac Medico2007-07-301-2/+5
* Don't complain when is missing unless manifest1 compatibility is enabled. (b...Zac Medico2007-07-301-112/+50
* Only check ChangeLog if we're dealing with an ebuild (bug #170604) (branches/...Zac Medico2007-07-301-1235/+411
* For bug #137483, move the `emerge --help config` docs to the emerge man page....Zac Medico2007-07-301-2/+3
* For bug #185048, make emerge-webrsync honor http_proxy and ftp_proxy from mak...Zac Medico2007-07-281-2/+2
* For bug #186480, while we transition to repository lables, avoid ? spam in th...Zac Medico2007-07-271-1/+5
* For bug #186826, always show --newuse flags that trigger reinstallation even ...Zac Medico2007-07-271-16/+24
* For --buildpkgonly, say "built" instead of "merged" in the "These are the pac...Zac Medico2007-07-271-0/+2
* use ${MAKE:-make} rather than make in einstall() (trunk r7396)Zac Medico2007-07-271-2/+2
* For bug #186610, use `find <path>` to scan for config updates since `cd <path...Zac Medico2007-07-261-5/+5
* For bug #186337, show an ewarn message if FEATURES=installsources is enabled ...Zac Medico2007-07-241-0/+5
* Add FEATURES=fakeroot support which causes install and package phases to run ...Zac Medico2007-07-241-2/+2
* For bug #184774, put lha's -q option last since otherwise the option parser n...Zac Medico2007-07-221-1/+1
* Fix the reverse dependency display for --prune when there is now real parent....Zac Medico2007-07-221-0/+5
* Make --update imply --oneshot since people often us it to update things when ...Zac Medico2007-07-221-1/+3
* Prevent a potential KeyError when removing world from the digraph for --prune...Zac Medico2007-07-221-1/+2
* Make --prune pull in the system set since that could pull in some slots that ...Zac Medico2007-07-221-0/+3
* For bug #169500, detect when the cvs server puts /Attic/ inside the $Header p...Zac Medico2007-07-211-0/+17
* For bug #185153, in commit mode do the "Fetching trivial updates" routine bef...Zac Medico2007-07-211-38/+44
* Make --prune and --depclean return before calculating dependencies if atoms a...Zac Medico2007-07-211-0/+9
* Prune really uses all installed instead of world. It's not a real reverse de...Zac Medico2007-07-211-0/+3
* Just show [0] instead of [0=>0] in the repo display. (trunk r7332)Zac Medico2007-07-211-3/+6
* Hint about --nodeps if --prune doesn't find anything to prune. Also enable r...Zac Medico2007-07-211-1/+7
* For bug #151653, make --prune keep the highest version whenever possible (eve...Zac Medico2007-07-201-2/+25
* Merge --depclean and --prune enhancements from trunk r7304:7310.Zac Medico2007-07-201-13/+141
* split up the debug/sources steps as proposed by swegener and give the whole f...Zac Medico2007-07-181-50/+64
* Unify USE handling in the depgraph with the other metadata. (trunk r7298)Zac Medico2007-07-171-18/+15
* For bug #185670, make sure package.use.{mask,force} are properly displayed. (...Zac Medico2007-07-171-0/+1
* When expanding ambiguous atoms against the vardb, make sure the the expanded ...Zac Medico2007-07-171-2/+5
* When dep_expand throws a ValueError due to an ambiguous atom, try to expand t...Zac Medico2007-07-171-4/+11
* Don't show the repo display when the package list is empty. (trunk r7290)Zac Medico2007-07-171-1/+2
* Fix typo. (trunk r7265)Zac Medico2007-07-151-2/+2
* When deciding if a package is slotted inside create_world_atom(), check the v...Zac Medico2007-07-151-8/+18
* Remove some obsolete repo display code.Zac Medico2007-07-151-8/+0
* Merge the new repo display code from trunk r7257:7260.Zac Medico2007-07-141-18/+98
* For bug #185278, make the verbose flag display show masked/forced flag status...Zac Medico2007-07-141-4/+2
* Save the repo name along with the other metadata inside dyn_compile() so that...Zac Medico2007-07-131-0/+1