Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 650726 - net-misc/rclone: Install bash/zsh completion scripts
Summary: net-misc/rclone: Install bash/zsh completion scripts
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement
Assignee: Jason Zaman
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-03-17 15:20 UTC by Florian Gamböck
Modified: 2018-03-18 13:50 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Proposed patch for ebuilds (rclone_bashcomp.patch,1.32 KB, patch)
2018-03-17 15:20 UTC, Florian Gamböck
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Florian Gamböck 2018-03-17 15:20:34 UTC
Created attachment 524196 [details, diff]
Proposed patch for ebuilds

Rclone provides a subcommand `genautocomplete` that generates completion scripts for bash and zsh.

I patched the current ebuilds to generate and install the completion scripts in `src_install`.
Comment 1 Larry the Git Cow gentoo-dev 2018-03-18 02:38:28 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83a37b26ab6136b35baa1f1867c8766ae8e8c023

commit 83a37b26ab6136b35baa1f1867c8766ae8e8c023
Author:     Jason Zaman <perfinion@gentoo.org>
AuthorDate: 2018-03-18 02:00:17 +0000
Commit:     Jason Zaman <perfinion@gentoo.org>
CommitDate: 2018-03-18 02:00:39 +0000

    net-misc/rclone: Add bash & zfs autocompletion
    
    Closes: https://bugs.gentoo.org/650726
    Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-misc/rclone/rclone-1.39.ebuild | 17 +++++++++++++----
 net-misc/rclone/rclone-9999.ebuild | 11 +++++++++--
 2 files changed, 22 insertions(+), 6 deletions(-)