From 080b6c983fca0407232ba5f5cd46a35d1f31f2de Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sat, 1 Feb 2014 18:14:18 -0800 Subject: Redact erviz The homepage is no longer there, and the source code location is unknown. Closes #24807. --- Library/Formula/erviz.rb | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 Library/Formula/erviz.rb (limited to 'Library') 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 -- cgit v1.2.3