aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2012-02-09 21:00:27 -0800
committerAdam Vandenberg2012-02-09 21:00:27 -0800
commit51fecc74fb4216f5e72d8e98782e759487fd4569 (patch)
treee8d3f77f413b819c01bd1c2603845d43b0bca1ea /Library
parent009ddffaa0eff03a474fa65e5087c0f59f73187b (diff)
downloadhomebrew-51fecc74fb4216f5e72d8e98782e759487fd4569.tar.bz2
Move ut-cache to Homebrew-alt
This formula is head-only, has a patch, and is possibly unmaintained upstream.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/ut-cache.rb32
1 files changed, 0 insertions, 32 deletions
diff --git a/Library/Formula/ut-cache.rb b/Library/Formula/ut-cache.rb
deleted file mode 100644
index f30eb2e56..000000000
--- a/Library/Formula/ut-cache.rb
+++ /dev/null
@@ -1,32 +0,0 @@
-require 'formula'
-
-class UtCache < Formula
- head 'https://github.com/tanj/Unreal-Tournament-Cache.git'
- homepage 'https://github.com/tanj/Unreal-Tournament-Cache'
-
- def patches
- DATA
- end
-
- def install
- system "curl -o getdelim.c https://gist.github.com/raw/278167/26eae93b355d443693c1e8922a328d4a61b4a176/getdelim.c"
- bin.mkpath
- ENV['HOME'] = prefix
- system "make"
- system "make install"
- end
-end
-
-__END__
-diff --git a/ut-cache.c b/ut-cache.c
-index 70d61ea..9fd1621 100644
---- a/ut-cache.c
-+++ b/ut-cache.c
-@@ -7,6 +7,7 @@
- the proper directory */
-
- #include "ut-cache.h"
-+#include "getdelim.c"
-
- void usage(const char *err)
- {