aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/bash-completion.rb
AgeCommit message (Collapse)Author
2014-03-17bash-completion: use patch DSLJack Nagel
2014-02-27bash-completion: upstream fix for GNU extended regexMisty De Meo
This bug is fixed in HEAD, but the patch doesn't apply cleanly to the 1.x source so we can't link directoy to the commit.
2013-11-11bash-completion: add a mirror.Mike McQuaid
Fixes #24169.
2012-11-25caveat and other cleanupsAdam Vandenberg
2012-08-20bash-completion: cleanupJack Nagel
- Remove HEAD build; HEAD is incompatible with the bash that OS X ships. Add a comment suggesting users check out homebrew-versions for a bash-completion 2.0 formula. - Automatically symlink Homebrew's completion script into the bash_completion.d directory. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-07-10Use autotools symbolsAdam Vandenberg
2012-05-15Add more autoconf deps where appropriateJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-27depends_on "automake" where necessaryMax Howell
Had to remove full paths, since we have two options for location now.
2011-09-02bash-completion: fix-up HEAD installJack Nagel
The bash-completion that is installed from head has an entirely new directory structure. I believe it has some measure of backwards compatibility in that it will find completion scripts in the old location, but users still have to source a different file to get it to actually work, so the caveats have been updated to reflect that. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-04-10bash-complete: update docs for brew's complete scriptJonathan Hitchcock
Make a symbolic link to brew's bash completion script, instead of a hard link. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-04-05Fix building bash-completion from source.Birger J. Nordølum
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-20Fixed command to add Homebrew's completion scriptSebastian Staudt
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-13bash-completion: disable install of brew's scriptAdam Vandenberg
If you install bash-completion before git or something else that creates the bash_completion.d folder, the install of bash-completion itself will fail. Commenting out until a proper fix can be made.
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2011-02-13Update bash-completion to 1.3Justin Hileman
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-09-13Remove extraneous argument in line 12Peter Aronoff
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-09-13bash-completion - remove puts and style tweaksAdam Vandenberg
2010-07-06Updated bash-completion formula to 1.2.Jannis Leidel
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-06bash-completion 1.2Adam Vandenberg
2009-10-15s/require 'brewkit'/require 'formula'/gMax Howell
brewkit.rb changes ENV destructively, so lets not do that everytime a formula is required. Now it's possible for other tools to require a formula description without worrying about side-effects.
2009-10-12Update bash-completion to version 1.1Seth Falcon
Also fixes etc config. The call to inreplace had an incorrect path. I tried correcting it and leaving it as a post-make-install step, but it still did not work. Moving the inreplace call did the trick.
2009-09-22The bash completion stuff should go in the bash profileelliottcable
2009-09-03Bash Completion formulaErlend Finvåg