diff options
| author | Adam Vandenberg | 2014-02-06 23:01:53 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2014-02-06 23:01:53 -0800 |
| commit | cdc9d67865b28d86457531eca0879a79188bcb96 (patch) | |
| tree | ddbb4970a409f7c55d63953173f0ac1074c9aab2 | |
| parent | 6e2873f6ede1be64bfd9949f423f97f1c0fd3557 (diff) | |
| download | homebrew-cdc9d67865b28d86457531eca0879a79188bcb96.tar.bz2 | |
Redact scalate
Newer version needs some work but no pull requests have come in.
Closes #24982
| -rw-r--r-- | Library/Formula/scalate.rb | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/Library/Formula/scalate.rb b/Library/Formula/scalate.rb deleted file mode 100644 index 12314b8fa..000000000 --- a/Library/Formula/scalate.rb +++ /dev/null @@ -1,26 +0,0 @@ -require 'formula' - -class Scalate < Formula - homepage 'http://scalate.fusesource.org/' - url 'http://repo.fusesource.com/nexus/content/repositories/public/org/fusesource/scalate/scalate-distro/1.5.3/scalate-distro-1.5.3-unix-bin.tar.gz' - version '1.5.3' - sha1 '17e3cd6252b36c9cf80566738299c7e19df957bf' - - def install - # Recursively fix the permissions of extracted regular files - # excluding the bin directory contents. - %w{ archetypes docs lib samples license.txt readme.html }.each do |name| - Pathname.new(name).find { |path| path.chmod(0644) if path.file? } - end - - prefix.install_metafiles - libexec.install Dir['*'] - bin.write_exec_script libexec/'bin/scalate' - end - - def caveats; <<-EOS.undent - Scalate was installed to: - #{libexec} - EOS - end -end |
