diff options
| author | Adam Vandenberg | 2012-03-10 16:44:11 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2012-03-10 16:44:11 -0800 |
| commit | 8f6a7e058d0f52e67fe3531582ad8d24e3e8a67a (patch) | |
| tree | 37a14c2beb7d33d1caaccc47f278fbdafa6f02fc /Library/Formula | |
| parent | e39158327c5cb951f4516338f5f277bc12e8d0ce (diff) | |
| download | homebrew-8f6a7e058d0f52e67fe3531582ad8d24e3e8a67a.tar.bz2 | |
Remove voldemort
I'm not using this and no one has submitted an updated version.
- @adamv
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/voldemort.rb | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/Library/Formula/voldemort.rb b/Library/Formula/voldemort.rb deleted file mode 100644 index 30da63cf8..000000000 --- a/Library/Formula/voldemort.rb +++ /dev/null @@ -1,33 +0,0 @@ -require 'formula' - -class Voldemort < Formula - url 'https://github.com/downloads/voldemort/voldemort/voldemort-0.81.tar.gz' - homepage 'http://project-voldemort.com/' - md5 '38da11626c6704f2bda17d6461cd2928' - - def install - system "ant" - libexec.install %w(bin lib dist contrib) - libexec.install "config" => "config-examples" - (libexec+"config").mkpath - - # Write shim scripts for all utilities - Dir["#{libexec}/bin/*.sh"].each do |p| - script = File.basename(p) - (bin+script).write <<-EOS -#!/bin/bash -#{p} $@ -EOS - end - end - - def caveats; <<-EOS.undent - You will need to set VOLDEMORT_HOME to: - #{libexec} - - Config files should be placed in: - #{libexec}/config - or you can set VOL_CONF_DIR to a more reasonable path. - EOS - end -end |
