diff options
author | Toyam Cox <Vaelatern@voidlinux.org> | 2019-06-20 14:24:57 -0400 |
---|---|---|
committer | Toyam Cox <Vaelatern@voidlinux.org> | 2019-06-20 14:24:57 -0400 |
commit | c4d9a3b23238150b7bd78c6652e93c9afe7acdc9 (patch) | |
tree | 7b3ef6b270ac12d9be0052e79af4622aa09b6592 | |
parent | a609698fed931f4e8d132969404151ad7724c523 (diff) | |
download | xtools-c4d9a3b23238150b7bd78c6652e93c9afe7acdc9.tar.gz xtools-c4d9a3b23238150b7bd78c6652e93c9afe7acdc9.tar.xz xtools-c4d9a3b23238150b7bd78c6652e93c9afe7acdc9.zip |
xmindep: finish removal from documentation
-rw-r--r-- | README | 3 | ||||
-rw-r--r-- | _xtools | 4 | ||||
-rw-r--r-- | xtools.1 | 4 |
3 files changed, 1 insertions, 10 deletions
diff --git a/README b/README index 8dbf8ad..83ecfc8 100644 --- a/README +++ b/README @@ -63,9 +63,6 @@ COMMANDS xmandoc manpage – read manpage of possibly not installed package - xmindep pkg ... – minimize list of packages by removing implicit - dependencies - xmksv [newsvdir] – create new runit service templates xmypkgs [email] – list all pkgs maintained by you diff --git a/_xtools b/_xtools index 8487e23..ab021d1 100644 --- a/_xtools +++ b/_xtools @@ -1,4 +1,4 @@ -#compdef xbuildbarf xbulk xbump xcheckrestart xdbg xdiff xdowngrade xgensum xgrep xi xilog xlg xlocate xlog xls xmindep xmypkgs xoptdiff xpkg xq xrecent xrevbump xrevshlib xsrc xsubpkg +#compdef xbuildbarf xbulk xbump xcheckrestart xdbg xdiff xdowngrade xgensum xgrep xi xilog xlg xlocate xlog xls xmypkgs xoptdiff xpkg xq xrecent xrevbump xrevshlib xsrc xsubpkg _xbps # force autoload @@ -26,7 +26,6 @@ _xtools_contributors() { compadd "$@" -- $(git -C "$(xdistdir)" log --pretty=%ce) } - _xbulk() { _arguments : \ '-n[dry-run]' \ @@ -134,7 +133,6 @@ _xtools() { xlocate) _xlocate "$@";; xlog) _xtools_one_template "$@";; xls) _xtools_just_packages "$@";; - xmindep) _xtools_just_packages "$@";; xmypkgs) _xmypkgs "$@";; xoptdiff) _xoptdiff "$@";; xpkg) _xpkg "$@";; diff --git a/xtools.1 b/xtools.1 index f72a1df..59249cd 100644 --- a/xtools.1 +++ b/xtools.1 @@ -134,10 +134,6 @@ Sync with the official git based xlocate database .Ar manpage .Nd read manpage of possibly not installed package .Pp -.Nm xmindep -.Ar pkg ... -.Nd minimize list of packages by removing implicit dependencies -.Pp .Nm xmksv .Op Ar newsvdir .Nd create new runit service templates |