Bug 108295 - Add bash-completion USE flag to dev-util/svk
Bug#: 108295 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: enhancement Priority: P2
Resolution: FIXED Assigned To: kang@gentoo.org Reported By: pickscrape@gmail.com
Component: Ebuilds
URL: 
Summary: Add bash-completion USE flag to dev-util/svk
Keywords:  
Status Whiteboard: 
Opened: 2005-10-06 10:22 0000
Description:   Opened: 2005-10-06 10:22 0000
With 1.05 SVK now comes with a command line completion script in the release 
tarball. The script lives in the 'contrib' directory.

To get this to work, I had to copy the completion script to /usr/local/bin, and 
add a file in /usr/share/bash-completion/svk. This file contained the following 
line:

complete -C /usr/local/bin/svk-completion.pl -o default svk

bash-completion-config then works fine.

Reproducible: Always
Steps to Reproduce:
As described in 'Details'.
Actual Results:  
bash-completion works for SVK commands and depot paths.

Expected Results:  
SVK ebuild has a bash-completion USE flag

------- Comment #1 From Russ Brown 2005-10-06 11:25:03 0000 -------
We just noticed the completion script was not included in the 1.05 tarball: 
hopefully that will be resolved soon.

------- Comment #2 From Guillaume Destuynder (RETIRED) 2006-01-10 06:45:09 0000 -------
bash completion has been added in svk 1.06
thanks :)