summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Change the numeric value of DepPriority.MIN to be equal to that of a satisfie...Zac Medico2007-07-311-2/+2
* 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-301-2/+2
* For --buildpkgonly, say "built" instead of "merged" in the "These are the pac...Zac Medico2007-07-301-0/+2
* use ${MAKE:-make} rather than make in einstall() (branches/2.1.2 r7404)Zac Medico2007-07-301-2/+2
* For bug #186610, use `find <path>` to scan for config updates since `cd <path...Zac Medico2007-07-301-5/+5
* For bug #184774, put lha's -q option last since otherwise the option parser n...Zac Medico2007-07-301-1/+1
* For bug #169500, detect when the cvs server puts /Attic/ inside the path and...Zac Medico2007-07-301-0/+17
* For bug #185670, make sure package.use.{mask,force} are properly displayed. (...Zac Medico2007-07-301-3/+3
* Discard "nomerge" nodes to speed up depgraph.altlist() since those nodes aren...Zac Medico2007-07-301-0/+3
* remove readable bits for debug files if the souce ELF is setXid (branches/2.1...Zac Medico2007-07-301-81/+48
* For bug #184412, make depclean more consistent with the update algorithm by k...Zac Medico2007-07-301-0/+7
* Remove redundant config update notification (bug #184116, branches/2.1.2 r7160)Zac Medico2007-07-301-3/+2
* Implement BlockerCache.keys() so that DictMixin.__repr__() works. (branches/2...Zac Medico2007-07-301-0/+7
* For bug #180045, try to merge PDEPEND as soon as possible so that it behaves ...Zac Medico2007-07-301-33/+82
* 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