aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2011-12-15 21:23:00 -0800
committerAdam Vandenberg2011-12-15 21:23:00 -0800
commit8c39aaccc9dd168178f5ffbcc16f166c169c304a (patch)
tree4b65cf7ceeb9c702962d318cb8a8355a5593bbb3 /Library/Formula
parentc1481e96931425fbd7651208853b47dd2de5a8c7 (diff)
downloadhomebrew-8c39aaccc9dd168178f5ffbcc16f166c169c304a.tar.bz2
Redact flusspferd
This software seems unmaintained, and is not compatible with SpiderMonkey 1.8.5. It is now available in Homebrew-Alt.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/flusspferd.rb20
1 files changed, 0 insertions, 20 deletions
diff --git a/Library/Formula/flusspferd.rb b/Library/Formula/flusspferd.rb
deleted file mode 100644
index 7680072ea..000000000
--- a/Library/Formula/flusspferd.rb
+++ /dev/null
@@ -1,20 +0,0 @@
-require 'formula'
-
-class Flusspferd < Formula
- url 'https://github.com/Flusspferd/flusspferd/tarball/v0.9'
- homepage 'http://flusspferd.github.com/'
- md5 '8d839b9ab25e1f3fcb9c0e48fb3538b9'
-
- depends_on 'cmake' => :build
- depends_on 'arabica'
- depends_on 'gmp'
- depends_on 'boost'
- depends_on 'spidermonkey'
-
- fails_with_llvm
-
- def install
- system "cmake -H. -Bbuild #{std_cmake_parameters}"
- system "make install"
- end
-end