diff options
| author | Adam Vandenberg | 2013-10-24 07:20:24 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-10-24 07:20:24 -0700 |
| commit | 1e27b6060b3c2af42d11af580b47236dfe590ad0 (patch) | |
| tree | 6e9cf26b76fd35013d76a422ff95d08a935a834f /Library/Formula | |
| parent | 0c0f6c81bf28cc702475f8362af23919196a37fa (diff) | |
| download | homebrew-1e27b6060b3c2af42d11af580b47236dfe590ad0.tar.bz2 | |
Redact shaper-probe
shaper-probe has no stable download, so move to head-only.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/shaper-probe.rb | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/Library/Formula/shaper-probe.rb b/Library/Formula/shaper-probe.rb deleted file mode 100644 index d546903b7..000000000 --- a/Library/Formula/shaper-probe.rb +++ /dev/null @@ -1,13 +0,0 @@ -require 'formula' - -class ShaperProbe < Formula - homepage 'http://www.cc.gatech.edu/~partha/diffprobe/shaperprobe.html' - url 'http://www.cc.gatech.edu/~partha/diffprobe/shaperprobe.tgz' - sha1 '91e06ad4e1e966f15b887243c276cb12107baf0f' - version '2012.01' - - def install - system "make -f Makefile.osx" - bin.install "prober" - end -end |
