aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2011-02-12 17:07:26 +0000
committerMike McQuaid2011-02-12 17:08:18 +0000
commit728049b333cfee2772056ff567b65c500939f8af (patch)
treed8e4b8edb9a16c268b185d7fe39918d1878b9678 /Library
parent50bd66af99cfaec4501bd37b0938e18c93198a83 (diff)
downloadhomebrew-728049b333cfee2772056ff567b65c500939f8af.tar.bz2
Remove broken moxi formula.
The download page has changed, I can't find a source link anywhere so it's not obvious how to fix this. As a result I'm just going to remove this and wait for another user to add a working formula. Closes #4081.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/moxi.rb16
1 files changed, 0 insertions, 16 deletions
diff --git a/Library/Formula/moxi.rb b/Library/Formula/moxi.rb
deleted file mode 100644
index e2d57b153..000000000
--- a/Library/Formula/moxi.rb
+++ /dev/null
@@ -1,16 +0,0 @@
-require 'formula'
-
-class Moxi <Formula
- url 'http://labs.northscale.com/moxi/moxi-0.10.0.tar.gz'
- homepage 'http://labs.northscale.com/moxi/'
- md5 'ec73c7521324321eb4c8b4f51f9d7373'
-
- depends_on 'pkg-config' => :build
- depends_on 'check'
- depends_on 'libevent'
-
- def install
- system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
- system "make install"
- end
-end