From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A1302138A1A for ; Sun, 23 Nov 2014 21:35:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8210FE0AEB; Sun, 23 Nov 2014 21:35:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0B438E0AD3 for ; Sun, 23 Nov 2014 21:35:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D5531340500 for ; Sun, 23 Nov 2014 21:35:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 81697AC3B for ; Sun, 23 Nov 2014 21:35:21 +0000 (UTC) From: "Vadim A. Misbakh-Soloviov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Vadim A. Misbakh-Soloviov" Message-ID: <1416778513.331110ff4672c47664a2388b5d87f783d4ee727a.mva@gentoo> Subject: [gentoo-commits] proj/zsh-completion:master commit in: src/ X-VCS-Repository: proj/zsh-completion X-VCS-Files: src/_portage X-VCS-Directories: src/ X-VCS-Committer: mva X-VCS-Committer-Name: Vadim A. Misbakh-Soloviov X-VCS-Revision: 331110ff4672c47664a2388b5d87f783d4ee727a X-VCS-Branch: master Date: Sun, 23 Nov 2014 21:35:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 013911ce-0a5a-45db-ab55-d2acd5782ca3 X-Archives-Hash: 492dbe2637bf1173bd54b450b656b2c0 commit: 331110ff4672c47664a2388b5d87f783d4ee727a Author: Vadim A. Misbakh-Soloviov mva name> AuthorDate: Sun Nov 23 21:35:13 2014 +0000 Commit: Vadim A. Misbakh-Soloviov mva name> CommitDate: Sun Nov 23 21:35:13 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/zsh-completion.git;a=commit;h=331110ff Removed unnecessarily toggles from options, that doesn't require it. Also kinda fixes jobs completion Signed-off-by: Vadim A. Misbakh-Soloviov mva.name> --- src/_portage | 56 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/src/_portage b/src/_portage index 57fc0a5..d8c3338 100644 --- a/src/_portage +++ b/src/_portage @@ -89,59 +89,59 @@ _emerge () { "--color=[Color output]:yes/no:((y\:'yes' n\:'no'))" "--accept-properties=[Temporarily override the ACCEPT_PROPERTIES variable]" "--accept-restrict=[Temporarily override the ACCEPT_RESTRICT variable]" - "($noask_opts)"{-A,--alert=}"[Add a terminal bell to all interactive prompts]:yes/no:((y\:'yes' n\:'no'))" + "($noask_opts)"{-A,--alert}"[Add a terminal bell to all interactive prompts]" "--ignore-default-opts[Ignore EMERGE_DEFAULT_OPTS]" "--moo[Have you mooed today?]" + "(--jobs)"{--jobs=}"[Number of packages to build simultaneously]:jobs:({1.."${#${$(= for autounmask if possible]:yes/no:((y\:'yes' n\:'no'))" - "--autounmask-keep-masks[Don't unmask hardmasks and unkeyworded (live)]:yes/no:((y\:'yes' n\:'no'))" - "--autounmask-write[Automatically write autounmask changes (respect CONFIG_PROTECT)]:yes/no:((y\:'yes' n\:'no'))" + "--autounmask[Automatically unmask packages and generate package.use]" + "--autounmask-unrestricted-atoms[Use >= for autounmask if possible]" + "--autounmask-keep-masks[Don't unmask hardmasks and unkeyworded (live)]" + "--autounmask-write[Automatically write autounmask changes (respect CONFIG_PROTECT)]" "--backtrack=[Number of times to backtrack if dependency calculation fails]:number:(0 10 30)" - "--binpkg-respect-use=[Ignore binary packages if their uses don't match current config]:yes/no:((y\:'yes' n\:'no'))" - "--complete-graph=[Consider the deep dependencies of all packages from the world set]:yes/no:((y\:'yes' n\:'no'))" - "--complete-graph-if-new-use=[--complete-graph if USE or IUSE will change for an installed package]:yes/no:((y\:'yes' n\:'no'))" - "--complete-graph-if-new-ver=[--complete-graph if an installed package version will change]:yes/no:((y\:'yes' n\:'no'))" + "--binpkg-respect-use[Ignore binary packages if their uses don't match current config]" + "--complete-graph[Consider the deep dependencies of all packages from the world set]" + "--complete-graph-if-new-use[--complete-graph if USE or IUSE will change for an installed package]" + "--complete-graph-if-new-ver[--complete-graph if an installed package version will change]" "--config-root=[Set PORTAGE_CONFIGROOT variable]:root path:_files -/" - "--depclean-lib-check=[Check library link-level dependencies]:yes/no:((y\:'yes' n\:'no'))" + "--depclean-lib-check[Check library link-level dependencies]" "--digest[Prevent corruption from being noticed]" - "--dynamic-deps=[Substitute the dependencies of installed packages with the dependencies of corresponding unbuilt ebuilds]:yes/no:((y\:'yes' n\:'no'))" - "--fail-clean=[Clean up temporary files after a build failure]:yes/no:((y\:'yes' n\:'no'))" - "--ignore-built-slot-operator-deps=[Ignore the slot/sub-slot dependencies for built pkg]:yes/no:((y\:'yes' n\:'no'))" - "(: $nopkg_opts)"{-j,--jobs=}"[Number of packages to build simultaneously]:jobs:({1.."${#${$(