Commit graph

23 commits

Author SHA1 Message Date
Jack Nagel
6d11aeb209 bash-completion: use patch DSL 2014-03-17 22:47:07 -05:00
Misty De Meo
615140e5b7 bash-completion: upstream fix for GNU extended regex
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.
2014-02-27 23:56:04 -08:00
Mike McQuaid
10bcb088f3 bash-completion: add a mirror.
Fixes Homebrew/homebrew#24169.
2013-11-11 11:05:37 +00:00
Adam Vandenberg
2a1c4e34a2 caveat and other cleanups 2012-11-25 11:42:57 -08:00
Jack Nagel
2d7530697f bash-completion: cleanup
- 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-08-20 14:09:16 -05:00
Adam Vandenberg
62fa0c4f42 Use autotools symbols 2012-07-10 08:56:02 -07:00
Jack Nagel
52270920c6 Add more autoconf deps where appropriate
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-15 16:38:16 -05:00
Max Howell
cc42975f81 depends_on "automake" where necessary
Had to remove full paths, since we have two options for location now.
2012-02-27 04:05:43 +00:00
Jack Nagel
d96187e1a3 bash-completion: fix-up HEAD install
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-09-02 15:15:46 -05:00
Jonathan Hitchcock
6719a0f8a9 bash-complete: update docs for brew's complete script
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-10 16:16:39 -07:00
Birger J. Nordølum
db643e3df0 Fix building bash-completion from source.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-04-05 07:13:27 -07:00
Sebastian Staudt
894977e494 Fixed command to add Homebrew's completion script
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-20 10:42:17 -07:00
Adam Vandenberg
b098e7e959 bash-completion: disable install of brew's script
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-13 12:05:09 -07:00
Adam Vandenberg
4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08:00
Justin Hileman
e579d77c2c Update bash-completion to 1.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-02-13 19:44:06 -08:00
Peter Aronoff
496d9dd3d1 Remove extraneous argument in line 12
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-09-13 09:12:29 -07:00
Adam Vandenberg
bb7695fd92 bash-completion - remove puts and style tweaks 2010-09-13 08:50:14 -07:00
Jannis Leidel
97a45a4e9e Updated bash-completion formula to 1.2.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-06 09:59:57 -07:00
Adam Vandenberg
d17510f0dc bash-completion 1.2 2010-07-06 07:18:32 -07:00
Max Howell
61b2307139 s/require 'brewkit'/require 'formula'/g
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-15 16:48:03 +01:00
Seth Falcon
592d7bddcb Update bash-completion to version 1.1
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-10-12 17:24:53 +01:00
elliottcable
db94cfdbd4 The bash completion stuff should go in the bash profile 2009-09-22 13:15:15 -08:00
Erlend Finvåg
45d8ad4acc Bash Completion formula 2009-09-03 18:02:26 +01:00