diff options
author | 2011-02-04 20:25:34 +0000 | |
---|---|---|
committer | 2011-02-04 20:25:34 +0000 | |
commit | 3caef7b22c4eaee861f0f655d5c1650652b7d2c6 (patch) | |
tree | 9b472d0447d1b824c574e594d9ee05e704a20ca1 /zsh-completion | |
parent | 8e76744365a37d8cf9816764377cbdd26592e568 (diff) | |
download | paludis-3caef7b22c4eaee861f0f655d5c1650652b7d2c6.tar.gz paludis-3caef7b22c4eaee861f0f655d5c1650652b7d2c6.tar.xz |
Bye bye importare
Diffstat (limited to 'zsh-completion')
-rw-r--r-- | zsh-completion/Makefile.am | 2 | ||||
-rw-r--r-- | zsh-completion/_importare | 75 |
2 files changed, 1 insertions, 76 deletions
diff --git a/zsh-completion/Makefile.am b/zsh-completion/Makefile.am index 87a2b046c..e6d2aaf3c 100644 --- a/zsh-completion/Makefile.am +++ b/zsh-completion/Makefile.am @@ -1,5 +1,5 @@ MAINTAINERCLEANFILES = Makefile.in -noinst_DATA = _paludis _adjutrix _paludis_packages _importare _reconcilio _cave +noinst_DATA = _paludis _adjutrix _paludis_packages _reconcilio _cave EXTRA_DIST = $(noinst_DATA) AUTOMAKE_OPTIONS = 1.11 parallel-tests diff --git a/zsh-completion/_importare b/zsh-completion/_importare deleted file mode 100644 index f389d500a..000000000 --- a/zsh-completion/_importare +++ /dev/null @@ -1,75 +0,0 @@ -#compdef importare -# -# vim: set et sw=4 sts=4 ts=4 ft=zsh : -# ZSH completion for adjutrix -# Written by Baptiste Daroussin <baptux at free.fr> - -_importare() { - local actions action_options general_options source_options metadata_options install_options deplist_descriptions deplist_options - actions=( - --install - --version -V - --help -h - ) - general_options=( - '--log-level[Specify the log level]:log level:((debug\:"Show debug output (noisy)" qa\:"Show QA messages and warnings only (default)" warning\:"Show warnings only" silent\:"Suppress all log messages (UNSAFE)"))' - '(--no-colour --no-color)'{--no-colour,--no-color}"[Do not use colour]" - "(--environment -E)"{-E,--environment}"[Environment specification]:environment specification: " - "--compact[Display output using one line per entry]" - ) - source_options=( - "(--location -l)"{-l,--location}"[Location of source image]:Repository:_files -/" - ) - metadata_options=( - "(--description -D)"{-D,--description}"[Specify a package description]:Description:" - "(--build-dependency -B)"{-B,--build-dependency}"[Specify a build dependency]:Build dependency:_paludis_packages installed" - "(--run-dependency -R)"{--run-dependency,-R}"[Specify a run dependency]:Run dependency:_paludis_packages installed" - "(--preserve-metadata -P)"{-P,--preserve-metadata}"[If replacing a package, copy its description and dependencies]" - ) - install_options=( - "(--pretend -p)"{--pretend,-p}"[Pretend only]" - "(--destinations -d)"{--destinations,-d}"[Use specified destinations instead of defaults]:Destinations:_paludis_packages repositories" - "--show-reasons[Show why packages are being (un)installed]:Verbosity:((none\:Don\'t\ show\ any\ information summary\:Show\ a\ summary full\:Show\ full\ output))" - "--show-use-descriptions[Show descriptions of USE flags]:Which:((none\:Don\'t\ show\ any\ descriptions new\:Show\ for\ new\ use\ flags changed\:Show\ for\ new\ and\ changed\ flags all\:Show for all flags))" - "--show-package-descriptions[Show package descriptions]:When:((none\:Don\'t\ show\ any\ descriptions new\:Show\ descriptions\ for\ new\ packages all\:Show\ descriptions\ for\ all\ packages))" - "--continue-on-failure[Whether to continue after a fetch or install error]:When:((if-fetch-only\:If\ fetching\ only never\:Never if-satisfied\:If\ remaining\ packages\ dependencies\ are\ satisfied if-independent\:If\ independent\ of\ failed\ and\ skipped\ packages always\:Always))" - "--skip-phase[Skip phases with a given name]:Phase: " - "--abort-at-phase[Abort when a phase with a given name is encountered]:Phase: " - "--skip-until-phase[Skip all phases until a phase with a given name is encountered]:Phase: " - "--change-phases-for[Control which packages to change phases for]:Target:((all\:'All packages' first\:'Only the first package on the list' last\:'Only the last package on the list'))" - ) - deplist_descriptions=' - pre\:"As pre dependencies" - pre-or-post\:"As pre dependencies, or post dependencies where needed" - post\:"As post dependencies" - try-post\:"As post dependencies, with no error for failures" - discard\:"Discard (default)"' - deplist_options=( - "--dl-blocks[How to handle blocks]:How:(accumulate error discard)" - "--dl-override-masks[Zero or more mask kinds that can be overridden as necessary]:What:(none tilde-keyword unkeyworded profile repository license)" - "--dl-suggested[How to handle suggested dependencies]:How:(show install discard)" - "--dl-downgrade[When to downgrade packages]:When:(as-needed warning error)" - "--dl-reinstall[When to reinstall packages]:When:(never always if-use-changed)" - "--dl-reinstall-scm[When to reinstall scm packages]:When:(never always daily weekly)" - "--dl-reinstall-targets[When to reinstall targets]:When:(auto never always)" - "--dl-upgrade[When to upgrade packages]:When:(always as-needed)" - "--dl-deps-default[Override default behaviour for all dependency classes]:How:(($deplist_descriptions))" - "--dl-installed-deps-pre[How to handle pre dependencies for installed packages]:How:(($deplist_descriptions))" - "--dl-installed-deps-runtime[How to handle runtime dependencies for installed packages]:How:(($deplist_descriptions))" - "--dl-installed-deps-post[How to handle post dependencies for installed packages]:How:(($deplist_descriptions))" - "--dl-uninstalled-deps-pre[How to handle pre dependencies for uninstalled packages]:How:(($deplist_descriptions))" - "--dl-uninstalled-deps-post[How to handle post dependencies for uninstalled packages]:How:(($deplist_descriptions))" - "--dl-uninstalled-deps-runtime[How to handle runtime dependencies for uninstalled packages]:How:(($deplist_descriptions))" - "--dl-uninstalled-deps-suggested[How to handle suggested dependencies for uninstalled packages]:How:(($deplist_descriptions))" - "--dl-circular[How to handle circular dependencies]:How:(error discard)" - "--dl-fall-back[When to fall back to installed packages]:When:(as-needed-except-targets as-needed never)" - "--dl-new-slots[When to pull in new slots (works with --dl-upgrade)]:When:(always as-needed)" - ) - action_options=( - "($actions)"{-i,--install}"[Install one or more packages]" - "(: -)"{--version,-V}"[Display program version]" - "(: -)"{--help,-h}"[Display program help]" - ) - _arguments -s \ - $general_options[@] $source_options[@] $metadata_options[@] $install_options[@] $deplist_options[@] $action_options[@] && return 0 -} |