From 56308dc2ebf68a2d84517d13a54ab856efc3f589 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Wed, 5 Sep 2012 22:21:29 -0700 Subject: 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. --- Library/Formula/chmox.rb | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 Library/Formula/chmox.rb (limited to 'Library/Formula') 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 -- cgit v1.2.3