diff options
| -rw-r--r-- | Library/Formula/cmucl.rb | 17 | ||||
| -rw-r--r-- | Library/Homebrew/tap_migrations.rb | 1 |
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', } |
