aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2012-02-25 22:33:59 -0800
committerAdam Vandenberg2012-02-25 22:33:59 -0800
commitcae22d6587f161b5efaaea0bfcece3ed50733c9c (patch)
tree13a03c4e6bd1beb3ab88db539e9ba312829354ed /Library
parentc6631c2f07e7ea9063586f6f198117a2a5a6bf62 (diff)
downloadhomebrew-cae22d6587f161b5efaaea0bfcece3ed50733c9c.tar.bz2
Remove abfind.
This formula was head-only.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/abfind.rb12
1 files changed, 0 insertions, 12 deletions
diff --git a/Library/Formula/abfind.rb b/Library/Formula/abfind.rb
deleted file mode 100644
index 0ed027e2d..000000000
--- a/Library/Formula/abfind.rb
+++ /dev/null
@@ -1,12 +0,0 @@
-require 'formula'
-
-class Abfind < Formula
- # Can't build from stable tarball
- head "http://iharder.svn.sourceforge.net/svnroot/iharder/abfind/"
- homepage 'http://iharder.sourceforge.net/current/macosx/abfind/'
-
- def install
- system "xcodebuild SYMROOT=build"
- bin.install "build/Release/abfind"
- end
-end