From 1a85209337d38907b1510ed8fa187ead7bbf4b4f Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Wed, 5 Sep 2012 22:21:29 -0700 Subject: [PATCH] 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 Homebrew/homebrew#14248. --- Formula/chmox.rb | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 Formula/chmox.rb diff --git a/Formula/chmox.rb b/Formula/chmox.rb deleted file mode 100644 index b2a73d1fd3c..00000000000 --- a/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