From: "Vadim Misbakh-Soloviov" <mva@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/zsh-completion:master commit in: src/
Date: Tue, 17 Jan 2023 14:45:46 +0000 (UTC) [thread overview]
Message-ID: <1673966726.3afaba3c7f939d84a128b232d9d58431bc44c91a.mva@gentoo> (raw)
commit: 3afaba3c7f939d84a128b232d9d58431bc44c91a
Author: Gabriel Sanches <gabriel <AT> gsr <DOT> dev>
AuthorDate: Sun Jan 1 16:37:02 2023 +0000
Commit: Vadim Misbakh-Soloviov <mva <AT> gentoo <DOT> org>
CommitDate: Tue Jan 17 14:45:26 2023 +0000
URL: https://gitweb.gentoo.org/proj/zsh-completion.git/commit/?id=3afaba3c
Replace 'upgradeonly' with 'changed-use'
Signed-off-by: Gabriel Sanches <gabriel <AT> gsr.dev>
Signed-off-by: Vadim Misbakh-Soloviov <mva <AT> gentoo.org>
src/_portage | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/src/_portage b/src/_portage
index 1eba6fb..23e88fc 100644
--- a/src/_portage
+++ b/src/_portage
@@ -93,9 +93,9 @@ _emerge () {
)
all=(
- $bopts -l --changelog --columns --deep -D --emptytree -e --newuse
+ $bopts -l --changelog --columns --deep -D --emptytree -e --newuse -N
--noconfmem --nodeps -O --noreplace -n --oneshot -1 -o --onlydeps --tree -t
- -u --update -U --upgradeonly --config
+ -u --update --changed-use -U --config
)
local yesno="yes/no:compadd -o nosort y n"
@@ -177,9 +177,9 @@ _emerge () {
"($bopts)"{-B,--buildpkgonly}"[Tells emerge to only build binary packages]"
"($nopkg_opts --emptytree -e -l --changelog --usepkgonly -K)"{-l,--changelog}"[This will show the ChangeLog]"
"($nopkg_opts -t --tree)--columns[Displays versions in aligned format]"
- "($nopkg_opts -D --deep --newuse -N --changed-use)"{-D,--deep}"[Consider the entire dependency tree of packages]"
- "($nopkg_opts -D --deep --newuse -N --changed-use)"{-N,--newuse}"[Include installed packages where any USE flags have changed since compilation.]"
- "($nopkg_opts -D --deep --newuse -N --changed-use)--changed-use[Include installed packages where enabled USE flags have changed since installation]"
+ "($nopkg_opts -D --deep --newuse -N --changed-use -U)"{-D,--deep}"[Consider the entire dependency tree of packages]"
+ "($nopkg_opts -D --deep --newuse -N --changed-use -U)"{-N,--newuse}"[Include installed packages where any USE flags have changed since compilation.]"
+ "($nopkg_opts -D --deep --newuse -N --changed-use -U)"{-U,--changed-use}"[Include installed packages where enabled USE flags have changed since installation]"
"($nopkg_opts -e -l --changelog --emptytree)"{-e,--emptytree}"[Only consider glibc as installed packages]"
"($all --nospinner --pretend -p)"{-i,--inject}"[Portage thinks that this package is installed]"
"($nopkg_opts $bopts)"{-f,--fetchonly}"[Just perform fetches for all packages]"
@@ -194,7 +194,6 @@ _emerge () {
"($nopkg_opts --onlydeps-with-rdeps)--onlydeps-with-rdeps[Include run time dependencies when --onlydeps is specified]:$yesno"
"($nopkg_opts --columns -t --tree)"{-t,--tree}"[Show dependency tree]"
"($nopkg_opts --update -u)"{-u,--update}"[Updates packages to the most recent version available]"
- "($nopkg_opts --upgradeonly -U)"{-U,--upgradeonly}"[Do not update packages to a lower version]"
"($bopts)"{-k,--usepkg}"[Tells emerge to use binary packages if available]"
"($bopts --changelog -l)"{-K,--usepkgonly}"[Tells emerge to use binary packages only]"
"($all)--clean[Cleans the system by removing packages]"
next reply other threads:[~2023-01-17 14:45 UTC|newest]
Thread overview: 53+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-17 14:45 Vadim Misbakh-Soloviov [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-07-08 19:25 [gentoo-commits] proj/zsh-completion:master commit in: src/ Mike Gilbert
2022-01-12 9:35 Vadim Misbakh-Soloviov
2022-01-12 9:35 Vadim Misbakh-Soloviov
2020-09-14 3:13 Vadim Misbakh-Soloviov
2020-09-14 3:13 Vadim Misbakh-Soloviov
2020-09-14 3:13 Vadim Misbakh-Soloviov
2020-09-14 3:13 Vadim Misbakh-Soloviov
2020-02-19 18:51 Vadim Misbakh-Soloviov
2020-02-19 18:47 Vadim Misbakh-Soloviov
2020-02-19 18:47 Vadim Misbakh-Soloviov
2020-02-19 18:47 Vadim Misbakh-Soloviov
2020-02-19 18:47 Vadim Misbakh-Soloviov
2020-02-19 18:47 Vadim Misbakh-Soloviov
2020-02-19 17:53 Vadim Misbakh-Soloviov
2020-02-19 17:53 Vadim Misbakh-Soloviov
2020-02-19 17:53 Vadim Misbakh-Soloviov
2015-04-28 14:56 Vadim A. Misbakh-Soloviov
2015-04-28 12:07 Vadim A. Misbakh-Soloviov
2015-04-28 12:07 Vadim A. Misbakh-Soloviov
2014-12-22 22:57 Tim Harder
2014-12-21 9:51 Tim Harder
2014-12-21 9:51 Tim Harder
2014-12-20 23:22 Tim Harder
2014-12-20 22:29 Tim Harder
2014-12-20 20:04 Tim Harder
2014-12-20 20:04 Tim Harder
2014-12-20 20:04 Tim Harder
2014-12-20 5:31 Tim Harder
2014-12-20 4:54 Tim Harder
2014-12-20 4:39 Tim Harder
2014-12-20 4:39 Tim Harder
2014-12-20 3:21 Tim Harder
2014-12-20 3:08 Tim Harder
2014-12-20 3:08 Tim Harder
2014-12-20 3:08 Tim Harder
2014-12-20 2:35 Tim Harder
2014-12-20 2:15 Tim Harder
2014-12-20 2:15 Tim Harder
2014-12-18 16:59 Tim Harder
2014-12-18 16:59 Tim Harder
2014-12-18 16:59 Tim Harder
2014-12-01 7:48 Tim Harder
2014-12-01 7:48 Tim Harder
2014-12-01 7:34 Tim Harder
2014-12-01 7:34 Tim Harder
2014-11-27 7:23 Tim Harder
2014-11-27 7:23 Tim Harder
2014-11-27 6:39 Tim Harder
2014-11-24 9:13 Vadim A. Misbakh-Soloviov
2014-11-24 7:33 Tim Harder
2014-11-24 7:33 Tim Harder
2014-11-23 21:35 Vadim A. Misbakh-Soloviov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1673966726.3afaba3c7f939d84a128b232d9d58431bc44c91a.mva@gentoo \
--to=mva@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox