External-Commands: remove brew-any-tap, brew-desc.

The functionality of both external commands have been merged into core
(#40326 and Homebrew/homebrew#39911).

Closes Homebrew/homebrew#46412.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
Zhiming Wang 2015-11-26 16:09:52 -08:00 committed by Mike McQuaid
parent 1e96ec1bde
commit 30d8084643

View File

@ -64,19 +64,6 @@ These commands have been contributed by Homebrew users but are not included in t
> $ brew tap youtux/livecheck
> ```
### brew-any-tap
> Like `brew tap` but works on *any* git repository, whether public or private, on GitHub or not.
>
> Install using (ironically enough) `brew tap`:
>
> ```
> brew tap telemachus/anytap
> brew install brew-any-tap
> ```
>
> See the [`README`](https://github.com/telemachus/homebrew-anytap/blob/master/README.md) for further explanation and examples of use.
### brew-cask
>Install .app and other "Drag to install" packages from Homebrew.
@ -89,14 +76,6 @@ These commands have been contributed by Homebrew users but are not included in t
$ brew install brew-cask
> ```
### brew-desc
>Get short descriptions for Homebrew formulae or search formulae by description: [https://github.com/telemachus/brew-desc](https://github.com/telemachus/homebrew-desc)
>You can install manually or using `brew tap`:
> ```
> $ brew tap telemachus/desc
> ```
### brew-gem
>Install any gem package into a self-contained Homebrew cellar location: <https://github.com/sportngin/brew-gem>
>