aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2014-02-01 18:14:18 -0800
committerAdam Vandenberg2014-02-01 18:14:18 -0800
commit080b6c983fca0407232ba5f5cd46a35d1f31f2de (patch)
tree5a7bf215e89a902909085cd2de66f936d8ff8176 /Library/Formula
parent759f44ea754bdcd0e1b54664d83fcf93a6730329 (diff)
downloadhomebrew-080b6c983fca0407232ba5f5cd46a35d1f31f2de.tar.bz2
Redact erviz
The homepage is no longer there, and the source code location is unknown. Closes #24807.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/erviz.rb18
1 files changed, 0 insertions, 18 deletions
diff --git a/Library/Formula/erviz.rb b/Library/Formula/erviz.rb
deleted file mode 100644
index 5012a4259..000000000
--- a/Library/Formula/erviz.rb
+++ /dev/null
@@ -1,18 +0,0 @@
-require 'formula'
-
-class Erviz < Formula
- homepage 'http://www.ab.auone-net.jp/~simply/en/works/erviz/about.html'
- url 'http://dl.dropbox.com/u/10466872/Erviz/erviz-1.0.6-bin.zip'
- sha1 'd3fa92b5d3de07421ae03fdf384a78a800f8289e'
-
- depends_on 'graphviz'
-
- def install
- libexec.install Dir["_setup_/common/bin/*.jar"]
-
- (bin+'erviz').write <<-EOS.undent
- #!/bin/sh
- java -Duser.language=en -Duser.country=US -cp "#{libexec}/erviz-cui-1.0.6.jar:#{libexec}/erviz-core-1.0.6.jar" jp.gr.java_conf.simply.erviz.cui.Main "$@"
- EOS
- end
-end