aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2012-09-05 22:21:29 -0700
committerAdam Vandenberg2012-09-05 22:21:29 -0700
commit56308dc2ebf68a2d84517d13a54ab856efc3f589 (patch)
tree48ed76eb372b8d3e77018d6cbbab5078a5f1b179 /Library/Formula
parentc89beafa7e355426b5e1e6d39988d7f620479de6 (diff)
downloadhomebrew-56308dc2ebf68a2d84517d13a54ab856efc3f589.tar.bz2
Redact chmox.
The formula is head-only, hasn't had a stable release since 2005, uses CVS (so it prompts for a password when downloading), and builds with a now out-of-date xcode project version. The good news is that there's a binary download on its homepage. Closes #14248.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/chmox.rb20
1 files changed, 0 insertions, 20 deletions
diff --git a/Library/Formula/chmox.rb b/Library/Formula/chmox.rb
deleted file mode 100644
index b2a73d1fd..000000000
--- a/Library/Formula/chmox.rb
+++ /dev/null
@@ -1,20 +0,0 @@
-require 'formula'
-
-class Chmox < Formula
- head 'cvs://:pserver:anonymous@chmox.cvs.sourceforge.net:/cvsroot/chmox:Sources'
- homepage 'http://chmox.sourceforge.net'
-
- depends_on :xcode # For working xcodebuild.
-
- def install
- system "xcodebuild SYMROOT=build"
- prefix.install "build/Default/Chmox.app"
- end
-
- def caveats; <<-EOS.undent
- Chmox.app installed to:
- #{prefix}
- Use \"brew linkapps\" to symlink into ~/Applications.
- EOS
- end
-end