summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* Change the numeric value of DepPriority.MIN to be equal to that of a ↵Zac Medico2007-07-311-2/+2
| | | | | | satisfied PDEPEND since there is currently nothing with lower priority. (branches/2.1.2 r7529) svn path=/main/branches/2.1.2.9/; revision=7530
* For bug #137483, move the `emerge --help config` docs to the emerge man ↵Zac Medico2007-07-301-2/+3
| | | | | | page. Thanks to Arfrever Frehtes Taifersar Arahesis for this patch. (branches/2.1.2 r7431) svn path=/main/branches/2.1.2.9/; revision=7511
* For bug #185048, make emerge-webrsync honor http_proxy and ftp_proxy from ↵Zac Medico2007-07-301-2/+2
| | | | | | make.conf. (branches/2.1.2 r7416) svn path=/main/branches/2.1.2.9/; revision=7510
* For --buildpkgonly, say "built" instead of "merged" in the "These are the ↵Zac Medico2007-07-301-0/+2
| | | | | | packages that would be <action>" message. (branches/2.1.2 r7406) svn path=/main/branches/2.1.2.9/; revision=7508
* use ${MAKE:-make} rather than make in einstall() (branches/2.1.2 r7404)Zac Medico2007-07-301-2/+2
| | | | svn path=/main/branches/2.1.2.9/; revision=7507
* For bug #186610, use `find <path>` to scan for config updates since `cd ↵Zac Medico2007-07-301-5/+5
| | | | | | <path>` could fail and cause the cwd to be scanned. (branches/2.1.2 r7403) svn path=/main/branches/2.1.2.9/; revision=7506
* For bug #184774, put lha's -q option last since otherwise the option parser ↵Zac Medico2007-07-301-1/+1
| | | | | | now requires level 0, 1, or 2 to be specified. (branches/2.1.2 r7359) svn path=/main/branches/2.1.2.9/; revision=7505
* For bug #169500, detect when the cvs server puts /Attic/ inside the path ↵Zac Medico2007-07-301-0/+17
| | | | | | and automatically correct it. (branches/2.1.2 r7341) svn path=/main/branches/2.1.2.9/; revision=7504
* For bug #185670, make sure package.use.{mask,force} are properly displayed. ↵Zac Medico2007-07-301-3/+3
| | | | | | (branches/2.1.2 r7254, r7296, and r7499) svn path=/main/branches/2.1.2.9/; revision=7500
* Discard "nomerge" nodes to speed up depgraph.altlist() since those nodes ↵Zac Medico2007-07-301-0/+3
| | | | | | aren't used and the --tree algorithm does a good job of regenerating them when appropriate. This also fixes the display algorithm so it doesn't falsely detect duplicate edges as much. (branches/2.1.2 r7068) svn path=/main/branches/2.1.2.9/; revision=7497
* remove readable bits for debug files if the souce ELF is setXid ↵Zac Medico2007-07-301-81/+48
| | | | | | (branches/2.1.2 r7232) svn path=/main/branches/2.1.2.9/; revision=7492
* For bug #184412, make depclean more consistent with the update algorithm by ↵Zac Medico2007-07-301-0/+7
| | | | | | keeping the highest version that as visible in the portage tree and pruning any versions that are either masked or no longer exist in the portage tree. (branches/2.1.2 r7196) svn path=/main/branches/2.1.2.9/; revision=7491
* Remove redundant config update notification (bug #184116, branches/2.1.2 r7160)Zac Medico2007-07-301-3/+2
| | | | svn path=/main/branches/2.1.2.9/; revision=7490
* Implement BlockerCache.keys() so that DictMixin.__repr__() works. ↵Zac Medico2007-07-301-0/+7
| | | | | | (branches/2.1.2 r7136) svn path=/main/branches/2.1.2.9/; revision=7489
* For bug #180045, try to merge PDEPEND as soon as possible so that it behaves ↵Zac Medico2007-07-301-33/+82
| | | | | | more like RDEPEND. (branches/2.1.2 r7104:7107, r7116:7119, and r7122:7127) svn path=/main/branches/2.1.2.9/; revision=7487
* Add support for RSYNC_EXTRA_OPTS to webrsync (branches/2.1.2 r6927)Zac Medico2007-07-301-2/+2
| | | | svn path=/main/branches/2.1.2.9/; revision=7477
* Display message about --buildpkgonly restriction in pretend mode as well ↵Zac Medico2007-07-301-0/+5
| | | | | | (branches/2.1.2 r6908) svn path=/main/branches/2.1.2.9/; revision=7475
* Use the the optparse options for --ignore-default-opts since that allows ↵Zac Medico2007-07-301-1/+1
| | | | | | option abreviation to work. (branches/2.1.2 r6891) svn path=/main/branches/2.1.2.9/; revision=7471
* For bug #180165, make portageq print a "Permission denied" error when ↵Zac Medico2007-07-303-12/+20
| | | | | | appropriate and make has_version die if portageq has an unexpected exit code. (branches/2.1.2 r6885) svn path=/main/branches/2.1.2.9/; revision=7470
* If a package is in the world set but it's not installed, go ahead and ↵Zac Medico2007-07-301-6/+16
| | | | | | install it if it's available (instead of telling the user to run emaint). (branches/2.1.2 r6884 and r6888) svn path=/main/branches/2.1.2.9/; revision=7469
* Make repoman exit with nonzero status whenever there are qa issues (already ↵Zac Medico2007-07-301-0/+4
| | | | | | does the same in commit mode). Thanks to Daniel Gryniewicz <dang@gentoo.org> in bug #182166. (branches/2.1.2 r6857) svn path=/main/branches/2.1.2.9/; revision=7466
* For bug #182021, use active voice when notifying the user that superuser ↵Zac Medico2007-07-301-2/+2
| | | | | | access is required. (branches/2.1.2 r6855) svn path=/main/branches/2.1.2.9/; revision=7465
* For bug #181953, prevent the circular_blocks code from selecting a node ↵Zac Medico2007-07-301-2/+10
| | | | | | that's already been selected by the normal node selection process. (branches/2.1.2 r6838) svn path=/main/branches/2.1.2.9/; revision=7463
* For bug #181355, detect parenthesis mismatch in paren_reduce(), raise an ↵Zac Medico2007-07-301-0/+4
| | | | | | InvalidDependString exception, and make sure that all callers handle the exception properly. (branches/2.1.2 r6798) svn path=/main/branches/2.1.2.9/; revision=7459
* Make repoman work with both + and - flags in IUSE. (branches/2.1.2 r6789)Zac Medico2007-07-301-6/+5
| | | | svn path=/main/branches/2.1.2.9/; revision=7457
* Skip bogus '$ECLASS inherited illegally' messages when installing from a ↵Zac Medico2007-07-301-1/+2
| | | | | | binary package. (branches/2.1.2 r6776) svn path=/main/branches/2.1.2.9/; revision=7456
* For bug #181104, make econf give an appropriate error message when configure ↵Zac Medico2007-07-301-63/+38
| | | | | | is not executable. (branches/2.1.2 r6767) svn path=/main/branches/2.1.2.9/; revision=7453
* Make all the python code respect USE conditionals in RESTRICT. It's already ↵Zac Medico2007-07-301-2/+15
| | | | | | handled on the bash side since RESTRICT is assigned the value of PORTAGE_RESTRICT. (branches/2.1.2 r6763:6765) svn path=/main/branches/2.1.2.9/; revision=7452
* Improve support for slot deps atoms given on the command line. ↵Zac Medico2007-07-301-2/+5
| | | | | | (branches/2.1.2 r6731) svn path=/main/branches/2.1.2.9/; revision=7442
* Don't complain when is missing unless manifest1 compatibility is enabled. ↵Zac Medico2007-07-301-112/+50
| | | | | | (branches/2.1.2 r6717) svn path=/main/branches/2.1.2.9/; revision=7441
* Only check ChangeLog if we're dealing with an ebuild (bug #170604) ↵Zac Medico2007-07-301-1235/+411
| | | | | | (branches/2.1.2 r6702) svn path=/main/branches/2.1.2.9/; revision=7437
* For bug #137483, move the `emerge --help config` docs to the emerge man ↵Zac Medico2007-07-301-2/+3
| | | | | | page. Thanks to Arfrever Frehtes Taifersar Arahesis for this patch. (trunk r7430) svn path=/main/branches/2.1.2/; revision=7431
* For bug #185048, make emerge-webrsync honor http_proxy and ftp_proxy from ↵Zac Medico2007-07-281-2/+2
| | | | | | make.conf. (trunk r7415) svn path=/main/branches/2.1.2/; revision=7416
* For bug #186480, while we transition to repository lables, avoid ? spam in ↵Zac Medico2007-07-271-1/+5
| | | | | | the repository display by ignoring a missing repository label for an installed package. svn path=/main/branches/2.1.2/; revision=7409
* For bug #186826, always show --newuse flags that trigger reinstallation even ↵Zac Medico2007-07-271-16/+24
| | | | | | when not in --verbose mode. (trunk r7407) svn path=/main/branches/2.1.2/; revision=7408
* For --buildpkgonly, say "built" instead of "merged" in the "These are the ↵Zac Medico2007-07-271-0/+2
| | | | | | packages that would be <action>" message. (trunk r7405) svn path=/main/branches/2.1.2/; revision=7406
* use ${MAKE:-make} rather than make in einstall() (trunk r7396)Zac Medico2007-07-271-2/+2
| | | | svn path=/main/branches/2.1.2/; revision=7404
* For bug #186610, use `find <path>` to scan for config updates since `cd ↵Zac Medico2007-07-261-5/+5
| | | | | | <path>` could fail and cause the cwd to be scanned. (trunk r7402) svn path=/main/branches/2.1.2/; revision=7403
* For bug #186337, show an ewarn message if FEATURES=installsources is enabled ↵Zac Medico2007-07-241-0/+5
| | | | | | but debugedit is not installed. Also document installsources and splitdebug in make.conf.example. (trunk r7381) svn path=/main/branches/2.1.2/; revision=7382
* Add FEATURES=fakeroot support which causes install and package phases to run ↵Zac Medico2007-07-241-2/+2
| | | | | | inside fakeroot when a non-root user runs the ebuild command. Thanks to swegener for the initial patch. (trunk r7379) svn path=/main/branches/2.1.2/; revision=7380
* For bug #184774, put lha's -q option last since otherwise the option parser ↵Zac Medico2007-07-221-1/+1
| | | | | | now requires level 0, 1, or 2 to be specified. (trunk r7358) svn path=/main/branches/2.1.2/; revision=7359
* Fix the reverse dependency display for --prune when there is now real ↵Zac Medico2007-07-221-0/+5
| | | | | | parent. (trunk r7351) svn path=/main/branches/2.1.2/; revision=7352
* Make --update imply --oneshot since people often us it to update things when ↵Zac Medico2007-07-221-1/+3
| | | | | | they don't want to add them to world. Thanks to jakub for the suggestion. (trunk r7349) svn path=/main/branches/2.1.2/; revision=7350
* Prevent a potential KeyError when removing world from the digraph for ↵Zac Medico2007-07-221-1/+2
| | | | | | --prune display. (trunk r7344) svn path=/main/branches/2.1.2/; revision=7347
* Make --prune pull in the system set since that could pull in some slots that ↵Zac Medico2007-07-221-0/+3
| | | | | | wouldn't be pulled in otherwise. (trunk r7343) svn path=/main/branches/2.1.2/; revision=7346
* For bug #169500, detect when the cvs server puts /Attic/ inside the $Header ↵Zac Medico2007-07-211-0/+17
| | | | | | path and automatically correct it. (trunk r7340) svn path=/main/branches/2.1.2/; revision=7341
* For bug #185153, in commit mode do the "Fetching trivial updates" routine ↵Zac Medico2007-07-211-38/+44
| | | | | | before the qa scan. (trunk r7338) svn path=/main/branches/2.1.2/; revision=7339
* Make --prune and --depclean return before calculating dependencies if atoms ↵Zac Medico2007-07-211-0/+9
| | | | | | are given but they don't match any packages. (trunk r7336) svn path=/main/branches/2.1.2/; revision=7337
* Prune really uses all installed instead of world. It's not a real reverse ↵Zac Medico2007-07-211-0/+3
| | | | | | dependency so don't display it as such. (trunk r7334) svn path=/main/branches/2.1.2/; revision=7335
* Just show [0] instead of [0=>0] in the repo display. (trunk r7332)Zac Medico2007-07-211-3/+6
| | | | svn path=/main/branches/2.1.2/; revision=7333