summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* Bug #196652 - Check for useless ABOUT-NLS|COPYING|LICENSEZac Medico2007-10-231-1/+20
| | | | | | files in dodoc arguments. (trunk r8236) svn path=/main/branches/2.1.2/; revision=8237
* In depgraph.create(), if a direct circular dependency isZac Medico2007-10-221-6/+9
| | | | | | | | not an unsatisfied buildtime dependency then drop it here since otherwise it can skew the merge order calculation in an unwanted way. (trunk r8233) svn path=/main/branches/2.1.2/; revision=8234
* Fix portage_exception namespace typo.Zac Medico2007-10-221-1/+1
| | | | svn path=/main/branches/2.1.2/; revision=8232
* Remove slashes that cause problems when unpacking files withZac Medico2007-10-221-4/+4
| | | | | | relative paths (bug #196565) (trunk r8200) svn path=/main/branches/2.1.2/; revision=8231
* In depgraph.create(), don't ignore direct circular dependenciesZac Medico2007-10-221-36/+23
| | | | | | | | | | | | | | | anymore since altlist() is able to handle it properly in cases where the dependency is satisfied. If the dep is unsatisfied then it can not be ignored. (trunk r8225) Allow the depgraph to add old-style virtual providers but prefer any pre-existing providers over new ones that are added. This prevents things like ghc-6.4.2 from selecting itself to satisfy it's own virtual/ghc dependency (creating a circular dependency) in cases where it should select the default ghc-bin provider. (trunk r8185:8187) svn path=/main/branches/2.1.2/; revision=8229
* Bug #196537 - Make portageq check that the <root> parameterZac Medico2007-10-211-7/+13
| | | | | | | is an existing directory and exit gracefully if not. (trunk r8195) svn path=/main/branches/2.1.2/; revision=8196
* Bug #196043 - Implement a `portageq owners <root> [<filename>]+`Zac Medico2007-10-171-1/+66
| | | | | | | | | command that is suitable for identifying all packages that own one or more files when a file collision has occurred. This uses dblink.isowner() so that the query works properly even when paths are ambiguous due to symlinked directories. (trunk r8154) svn path=/main/branches/2.1.2/; revision=8159
* Fix --help summary so that "commit" mode shows. (trunk r8140)Zac Medico2007-10-151-1/+1
| | | | svn path=/main/branches/2.1.2/; revision=8141
* Bug #195949 - Add one more using_editor conditional forZac Medico2007-10-151-2/+10
| | | | | | diff_command. (trunk r8130) svn path=/main/branches/2.1.2/; revision=8135
* Bug #195949 - Use a different diff_command sanity checkZac Medico2007-10-151-7/+14
| | | | | | when using_editor is true. (trunk r8129) svn path=/main/branches/2.1.2/; revision=8134
* Sort the modes in the repoman --help output. (trunk r8125)Zac Medico2007-10-151-0/+3
| | | | svn path=/main/branches/2.1.2/; revision=8132
* Avoid an error message from find when "${D}"/usr/shareZac Medico2007-10-131-1/+1
| | | | | | does not exist. (trunk r8117) svn path=/main/branches/2.1.2/; revision=8118
* Bug #195370 - Filter some more bogus matches due toZac Medico2007-10-121-1/+5
| | | | | | old-style virtuals. (trunk r8093) svn path=/main/branches/2.1.2/; revision=8094
* Raise a PackageNotFound exception instead of a ValueErrorZac Medico2007-10-121-2/+2
| | | | | | | in order to avoid ambiguity if an unexpected ValueError occurs. (trunk r8043) svn path=/main/branches/2.1.2/; revision=8072
* Bug #195370 - Prevent bogus upgrade display when aZac Medico2007-10-121-4/+9
| | | | | | | new-style virtual is first installed and it replaces an old-style virtual. (trunk r8039) svn path=/main/branches/2.1.2/; revision=8070
* Move the "commit" mode manifest generation earlier in orderZac Medico2007-10-121-9/+6
| | | | | | | to avoid digest verification issues when FEATURES="strict" is enabled. (trunk r7994:7996) svn path=/main/branches/2.1.2/; revision=8065
* add --debug option and display a message about skippingZac Medico2007-10-121-3/+9
| | | | | | | | non-files so we dont get confusing loops where portage claims there are things to update but etc-update claims there are not (trunk r7994) svn path=/main/branches/2.1.2/; revision=8064
* add standard --help/--version options (trunk r7993)Zac Medico2007-10-121-1/+25
| | | | svn path=/main/branches/2.1.2/; revision=8063
* unify diff_command handling (trunk r7992)Zac Medico2007-10-121-16/+19
| | | | svn path=/main/branches/2.1.2/; revision=8062
* add support for .lzma / .tar.lzma to unpackZac Medico2007-10-121-0/+8
| | | | | | (trunk r7991) svn path=/main/branches/2.1.2/; revision=8061
* add QA check for .pyc/.pyo files in /usr/shareZac Medico2007-10-121-0/+10
| | | | | | (trunk r7990) svn path=/main/branches/2.1.2/; revision=8060
* let dohtml handle weird filenames, patch by TGLZac Medico2007-10-121-6/+6
| | | | | | (bug #171272) (trunk r7983) svn path=/main/branches/2.1.2/; revision=8057
* Bug #194764 - All the match* functions can raiseZac Medico2007-10-051-9/+13
| | | | | | | | | a ValueError if cpv_expand() receives an ambiguous atom. Therefore, move the ValueError handling code out of match() and use it to handle all such errors when appropriate. (trunk r7944) svn path=/main/branches/2.1.2/; revision=7945
* Make the EbuildQuote check ignore lines beginningZac Medico2007-10-051-1/+1
| | | | | | | with local or export builtins since unquoted assignments are okay there. (trunk r7942) svn path=/main/branches/2.1.2/; revision=7943
* Eliminate confusing false positive error messagesZac Medico2007-10-051-7/+22
| | | | | | | | | | | | for SRC_URI.syntax and digestentry.unused that are reported when the SRC_URI for one or more ebuilds can't be parsed for some reason. There's no point in producing a false error here since the root cause will produce a valid error elsewhere, such as "SRC_URI.syntax" or "ebuild.sytax". (trunk r7905) svn path=/main/branches/2.1.2/; revision=7941
* Handle UnsupportedAPIException when running the ebuild(1)Zac Medico2007-10-051-0/+8
| | | | | | command. (trunk r7918) svn path=/main/branches/2.1.2/; revision=7940
* Fix logic for the message that's show whenZac Medico2007-10-051-1/+1
| | | | | | --force is disabled. (trunk r7915) svn path=/main/branches/2.1.2/; revision=7937
* Make repoman bail out if it is unable to properlyZac Medico2007-10-051-19/+52
| | | | | | | | | access ebuild metadata for some reason. In this case it's impossible to generate a Manifest and therefore the --force option has to be disabled. (trunk r7914) svn path=/main/branches/2.1.2/; revision=7936
* Add EAPI masking support for binary packages. (trunk r7913)Zac Medico2007-10-051-4/+19
| | | | svn path=/main/branches/2.1.2/; revision=7935
* no need to use "function" when defining a function (trunk r7908)Zac Medico2007-10-051-10/+10
| | | | svn path=/main/branches/2.1.2/; revision=7931
* this isnt part of gentoolkit anymore (trunk r7907)Zac Medico2007-10-051-1/+1
| | | | svn path=/main/branches/2.1.2/; revision=7930
* Update the docs for the "ebuild.syntax" error toZac Medico2007-10-051-1/+1
| | | | | | | indicate that a digest verification failure can trigger it. (trunk r7905) svn path=/main/branches/2.1.2/; revision=7929
* Port the EbuildQuote check from trunk. (trunk r7904)Zac Medico2007-10-051-3/+80
| | | | svn path=/main/branches/2.1.2/; revision=7928
* Bug #194398 - Do not log "exiting successfully" in emerge.logZac Medico2007-10-051-2/+5
| | | | | | | unless the status really is successful. Otherwise, log "exiting unsuccessfully". Thanks to David Watzke. (trunk r7900) svn path=/main/branches/2.1.2/; revision=7927
* Bug #142508 - Clear the screen each time before callingZac Medico2007-10-051-0/+14
| | | | | | | the "diff" command so that any remnants of the previous config are now shown with the current one. (trunk r7893) svn path=/main/branches/2.1.2/; revision=7926
* Remove redundant trailing slashes from ${D}. (trunk r7890)Zac Medico2007-10-051-14/+17
| | | | svn path=/main/branches/2.1.2/; revision=7923
* Initialize PORTAGE_TMPDIR before using it. (trunk r7887)Zac Medico2007-10-051-3/+3
| | | | svn path=/main/branches/2.1.2/; revision=7922
* Fix quoting as reported by Drac in bug 194169 (trunk r7877:7879)Zac Medico2007-10-052-4/+2
| | | | svn path=/main/branches/2.1.2/; revision=7921
* Bug #194095 - Validate dispatch-conf input in order toZac Medico2007-10-051-2/+13
| | | | | | | | prevent spurious input characters from being interpreted as user input (which can be quite confusing and gives an "out of control" feeling). (trunk r7877) svn path=/main/branches/2.1.2/; revision=7920
* Bug #179380 - Make the default src_compile() support ECONF_SOURCEZac Medico2007-10-031-1/+3
| | | | | | if EAPI > 0. (trunk r6567) svn path=/main/branches/2.1.2/; revision=7906
* Bug #193548 - When scanning for config updates and an errorZac Medico2007-09-281-4/+6
| | | | | | | occurs, send find's stdout to /dev/null so that only an error message is shown. (trunk r7875) svn path=/main/branches/2.1.2/; revision=7876
* When scanning for config updates, treat a symlink to an existingZac Medico2007-09-281-0/+9
| | | | | | directory as if it's just a normal directory. (trunk r7873) svn path=/main/branches/2.1.2/; revision=7874
* Bug #193548 - When emerge spawns find to search for config updates,Zac Medico2007-09-281-1/+2
| | | | | | show the find output if there is an error. (trunk r7871) svn path=/main/branches/2.1.2/; revision=7872
* Bug #192706 - Do not print a summary at the end of --depclean ifZac Medico2007-09-281-0/+3
| | | | | | there is nothing to clean and --quiet is enabled. (trunk r7838) svn path=/main/branches/2.1.2/; revision=7868
* Handle KeyError thrown from aux_get(). (trunk r7866)Zac Medico2007-09-271-5/+6
| | | | svn path=/main/branches/2.1.2/; revision=7867
* Fix portage.exception namespace typo.Zac Medico2007-09-271-1/+1
| | | | svn path=/main/branches/2.1.2/; revision=7860
* Move a newline to fix formatting. (trunk r7858)Zac Medico2007-09-271-1/+2
| | | | svn path=/main/branches/2.1.2/; revision=7859
* with help from Donnie and Ulrich, use sed to extract the statementZac Medico2007-09-271-2/+24
| | | | | | | that led to the call to die so we can print it out in our error message (trunk r7852) svn path=/main/branches/2.1.2/; revision=7855
* Bug #194025 - Lock /var/db/pkg in post_merge() during theZac Medico2007-09-271-3/+10
| | | | | | "Regenerating GNU info directory index" routine. (trunk r7853) svn path=/main/branches/2.1.2/; revision=7854
* Bug #193486 - Use echo -n and properly quote the array argument. (trunk r7850)Zac Medico2007-09-271-1/+1
| | | | svn path=/main/branches/2.1.2/; revision=7851