aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2014-05-16 08:02:03 -0700
committerAdam Vandenberg2014-05-16 08:02:03 -0700
commit546fbb3c5baacf70bb63eb9e85193f051f1d1846 (patch)
tree82c250dba192117c64b4361f4e8b834b961860b4 /Library/Formula
parentdb7861c4dbf1767a5ce8c5d697df78e40f378418 (diff)
downloadhomebrew-546fbb3c5baacf70bb63eb9e85193f051f1d1846.tar.bz2
Move storm to the boneyard
Storm requires a specific version of jzma, which could be supplied as a resource. Pull requests will be reviewed. Closes #23283.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/storm.rb14
1 files changed, 0 insertions, 14 deletions
diff --git a/Library/Formula/storm.rb b/Library/Formula/storm.rb
deleted file mode 100644
index 8fd846771..000000000
--- a/Library/Formula/storm.rb
+++ /dev/null
@@ -1,14 +0,0 @@
-require 'formula'
-
-class Storm < Formula
- homepage 'https://storm.incubator.apache.org'
- url 'http://mirror.csclub.uwaterloo.ca/apache/incubator/storm/apache-storm-0.9.1-incubating/apache-storm-0.9.1-incubating.zip'
- version '0.9.1'
- sha1 '75f28e07fae2d21e427ba998b93069ef7dd3e184'
- head 'https://github.com/apache/incubator-storm.git'
-
- def install
- libexec.install Dir['*']
- bin.install_symlink libexec/"bin/storm"
- end
-end