aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2013-11-28 12:42:45 -0800
committerAdam Vandenberg2013-11-28 12:42:45 -0800
commitce226e7aca4f4ef39ad64975b32d64ec1fb6228b (patch)
treee92fb523d6badc3b7f688cec0a1a4ce08b0c64b2 /Library
parent0a47230e98c7c2e949b873f8697234db634aba1f (diff)
downloadhomebrew-ce226e7aca4f4ef39ad64975b32d64ec1fb6228b.tar.bz2
Move cmucl to homebrew-binary
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/cmucl.rb17
-rw-r--r--Library/Homebrew/tap_migrations.rb1
2 files changed, 1 insertions, 17 deletions
diff --git a/Library/Formula/cmucl.rb b/Library/Formula/cmucl.rb
deleted file mode 100644
index 2052c657a..000000000
--- a/Library/Formula/cmucl.rb
+++ /dev/null
@@ -1,17 +0,0 @@
-require 'formula'
-
-class Cmucl < Formula
- homepage 'http://www.cons.org/cmucl'
- url 'http://common-lisp.net/project/cmucl/downloads/release/20e/cmucl-20e-x86-darwin.tar.bz2'
- sha1 'e346f6f049f9c5ebb825aba4b5ab5e0367452c7c'
-
- skip_clean 'bin'
-
- def install
- bin.install 'bin/lisp'
- lib.install 'lib/cmucl'
-
- doc.install Dir['doc/cmucl/*']
- man1.install Dir['man/man1/*']
- end
-end
diff --git a/Library/Homebrew/tap_migrations.rb b/Library/Homebrew/tap_migrations.rb
index 6984139dc..61a51b064 100644
--- a/Library/Homebrew/tap_migrations.rb
+++ b/Library/Homebrew/tap_migrations.rb
@@ -12,4 +12,5 @@ TAP_MIGRATIONS = {
'drizzle' => 'homebrew/boneyard',
'boost149' => 'homebrew/versions',
'aimage' => 'homebrew/boneyard',
+ 'cmucl' => 'homebrew/binary',
}