From 6fb20549235c8844e8d2d0e046d7fa07eb47c17e Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Mon, 5 Aug 2013 11:00:17 -0700 Subject: Remove fastri Fastri can try to access files outside of the cellar, which it may not have access to. The last upstream change is from 2008, so removing this formula as "unsupported". See https://github.com/mxcl/homebrew/issues/20749 Closes #20749. --- Library/Formula/fastri.rb | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 Library/Formula/fastri.rb (limited to 'Library/Formula') diff --git a/Library/Formula/fastri.rb b/Library/Formula/fastri.rb deleted file mode 100644 index e42ff02f6..000000000 --- a/Library/Formula/fastri.rb +++ /dev/null @@ -1,11 +0,0 @@ -require 'formula' - -class Fastri < Formula - homepage 'http://eigenclass.org/hiki/fastri' - url 'http://rubyforge.org/frs/download.php/31654/fastri-0.3.1.tar.gz' - sha1 '171f6237b29591748118cdc2a8e15cba256c12cc' - - def install - system "ruby", "setup.rb", "all", "--prefix=#{prefix}" - end -end -- cgit v1.2.3