Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 356585 - bash-completion.eclass sucks when you have to install multiple files
Summary: bash-completion.eclass sucks when you have to install multiple files
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Gentoo Shell Tools project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-26 16:47 UTC by Ryan Hill (RETIRED)
Modified: 2011-03-31 04:14 UTC (History)
0 users

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


Attachments
bash-completion.eclass.diff (bash-completion.eclass.diff,3.14 KB, patch)
2011-02-26 16:48 UTC, Ryan Hill (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Hill (RETIRED) gentoo-dev 2011-02-26 16:47:59 UTC
attached is a patch adding a new variable BASHCOMPFILES to the eclass.  this is a space-delimited list of files to install, and only gets used if dobashcompletion is called without arguments, so everything else keeps working like normal.
Comment 1 Ryan Hill (RETIRED) gentoo-dev 2011-02-26 16:48:26 UTC
Created attachment 263927 [details, diff]
bash-completion.eclass.diff
Comment 2 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2011-03-27 19:08:29 UTC
acceptable, go for it.
Comment 3 Ryan Hill (RETIRED) gentoo-dev 2011-03-31 04:14:21 UTC
Applied.