aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2012-09-04 10:05:00 -0700
committerAdam Vandenberg2012-09-04 10:05:00 -0700
commitc57489271eb8437f80f20cce68dfa28df3fe0586 (patch)
treee0d6d756a0dd729bd214f76a176673ad26105219 /Library/Formula
parent80f016dad6315fef11849cc8266e32feca03f638 (diff)
downloadhomebrew-c57489271eb8437f80f20cce68dfa28df3fe0586.tar.bz2
Redact cliweather.
Upstream doesn't respond. Closes #14675.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/cliweather.rb15
1 files changed, 0 insertions, 15 deletions
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