aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/willgit.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2013-02-07 11:52:13 -0800
committerAdam Vandenberg2013-02-07 12:39:01 -0800
commit3bd73e5e32439f7842023aaecba04dc344cdaf10 (patch)
tree739034a45776b2ce86197f33eb6b7df8891fd439 /Library/Formula/willgit.rb
parent97c524b573d7ff89301f834eb743da2df862f7dc (diff)
downloadhomebrew-3bd73e5e32439f7842023aaecba04dc344cdaf10.tar.bz2
Move head-only brews to homebrew-headonly.
Also move google-js-test which depends on head-only re2. Closes #17665.
Diffstat (limited to 'Library/Formula/willgit.rb')
-rw-r--r--Library/Formula/willgit.rb10
1 files changed, 0 insertions, 10 deletions
diff --git a/Library/Formula/willgit.rb b/Library/Formula/willgit.rb
deleted file mode 100644
index e42c566e1..000000000
--- a/Library/Formula/willgit.rb
+++ /dev/null
@@ -1,10 +0,0 @@
-require 'formula'
-
-class Willgit < Formula
- homepage 'http://git-wt-commit.rubyforge.org/'
- head 'git://gitorious.org/willgit/mainline.git'
-
- def install
- prefix.install 'bin'
- end
-end