Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions Library/Homebrew/missing_formula.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,6 @@ def blacklisted_reason(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:
#{Formatter.url("https://github.com/technomancy/leiningen/blob/stable/doc/TUTORIAL.md")}
EOS
when "gfortran" then <<-EOS.undent
GNU Fortran is now provided as part of GCC, and can be installed with:
brew install gcc
Expand Down
6 changes: 0 additions & 6 deletions Library/Homebrew/test/missing_formula_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,6 @@
it { is_expected.to be_blacklisted }
end

context "clojure" do
subject { "clojure" }

it { is_expected.to be_blacklisted }
end

context "gfortran" do
subject { "gfortran" }

Expand Down