From c57489271eb8437f80f20cce68dfa28df3fe0586 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Tue, 4 Sep 2012 10:05:00 -0700 Subject: Redact cliweather. Upstream doesn't respond. Closes #14675. --- Library/Formula/cliweather.rb | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 Library/Formula/cliweather.rb (limited to 'Library/Formula/cliweather.rb') diff --git a/Library/Formula/cliweather.rb b/Library/Formula/cliweather.rb deleted file mode 100644 index f655c990b..000000000 --- a/Library/Formula/cliweather.rb +++ /dev/null @@ -1,15 +0,0 @@ -require 'formula' - -class Cliweather < Formula - url 'http://pub.lambda.ath.cx/patrick/cliweather/static/downloads/cliweather-2011.05.05.tar.gz' - homepage 'http://closure.ath.cx/cliweather' - md5 'faf9f16e86e48906708b07f381cedebc' - - def install - bin.install "cliweather" - end - - def test - system "#{bin}/cliweather", "98027" - end -end -- cgit v1.2.3