aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2013-08-05 11:00:17 -0700
committerAdam Vandenberg2013-08-05 11:00:17 -0700
commit6fb20549235c8844e8d2d0e046d7fa07eb47c17e (patch)
treefcb6c3c03dcb7aa42fda517eb83c6c6588b971f5 /Library/Formula
parent70ea27119270596e178a22c6ed689e7b9b23f30a (diff)
downloadhomebrew-6fb20549235c8844e8d2d0e046d7fa07eb47c17e.tar.bz2
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.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/fastri.rb11
1 files changed, 0 insertions, 11 deletions
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