clojure: remove, blacklist in favour of leiningen.

Closes Homebrew/homebrew#21733.
Closes Homebrew/homebrew#21782.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
Chris Allen 2013-08-17 12:28:25 +01:00 committed by Mike McQuaid
parent e998132406
commit ecb78d54c0

View File

@ -62,5 +62,14 @@ def blacklisted? name
when 'gsutil' then <<-EOS.undent
Install gsutil with `pip install gsutil`
EOS
when 'clojure' then <<-EOS.undent
Clojure isn't really a program but a library managed as part of a
project and Leiningen is the user interface to that library.
To install Clojure you should install Leiningen:
brew install leiningen
and then follow the tutorial:
https://github.com/technomancy/leiningen/blob/stable/doc/TUTORIAL.md
EOS
end
end