Skip to content

Commit

Permalink
Merge pull request #8227 from rolandwalker/remove_homebrew_compat
Browse files Browse the repository at this point in the history
remove homebrew-fork compat.rb and compat dir
  • Loading branch information
rolandwalker committed Dec 18, 2014
2 parents 07af3e7 + 5e6ac42 commit 5d6b9f4
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 175 deletions.
6 changes: 0 additions & 6 deletions lib/homebrew-fork/Library/Homebrew/compat.rb

This file was deleted.

11 changes: 0 additions & 11 deletions lib/homebrew-fork/Library/Homebrew/compat/fails_with_llvm.rb

This file was deleted.

35 changes: 0 additions & 35 deletions lib/homebrew-fork/Library/Homebrew/compat/formula.rb

This file was deleted.

29 changes: 0 additions & 29 deletions lib/homebrew-fork/Library/Homebrew/compat/hardware.rb

This file was deleted.

58 changes: 0 additions & 58 deletions lib/homebrew-fork/Library/Homebrew/compat/macos.rb

This file was deleted.

28 changes: 0 additions & 28 deletions lib/homebrew-fork/Library/Homebrew/compat/md5.rb

This file was deleted.

6 changes: 0 additions & 6 deletions lib/homebrew-fork/Library/Homebrew/compat/version.rb

This file was deleted.

2 changes: 0 additions & 2 deletions lib/homebrew-fork/Library/Homebrew/global.rb
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,6 @@ module Homebrew

HOMEBREW_PULL_OR_COMMIT_URL_REGEX = %r[https://github\.com/([\w-]+)/homebrew(-[\w-]+)?/(?:pull/(\d+)|commit/[0-9a-fA-F]{4,40})]

require 'compat' unless ARGV.include? "--no-compat" or ENV['HOMEBREW_NO_COMPAT']

ORIGINAL_PATHS = ENV['PATH'].split(File::PATH_SEPARATOR).map{ |p| Pathname.new(p).expand_path rescue nil }.compact.freeze

SUDO_BAD_ERRMSG = <<-EOS.undent
Expand Down

0 comments on commit 5d6b9f4

Please sign in to comment.