diff options
| author | Mike McQuaid | 2014-06-17 08:06:28 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-06-17 08:06:28 +0100 |
| commit | 031740e58aed17379a1e1d9a24d94d8646e54ee1 (patch) | |
| tree | 9d65dc7847d5eff4371b2db78bc0473c85edacc3 /Library | |
| parent | e7b86867823473ea93f3a933a75fd23afdfaa6a2 (diff) | |
| download | homebrew-031740e58aed17379a1e1d9a24d94d8646e54ee1.tar.bz2 | |
connect: redact formula, move to boneyard.
Closes #30028.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/connect.rb | 13 | ||||
| -rw-r--r-- | Library/Homebrew/tap_migrations.rb | 1 |
2 files changed, 1 insertions, 13 deletions
diff --git a/Library/Formula/connect.rb b/Library/Formula/connect.rb deleted file mode 100644 index 7b892b01a..000000000 --- a/Library/Formula/connect.rb +++ /dev/null @@ -1,13 +0,0 @@ -require 'formula' - -class Connect < Formula - homepage 'http://bent.latency.net/bent/git/goto-san-connect-1.85/src/connect.html' - url 'http://www.meadowy.org/~gotoh/ssh/connect.c' - version '1.100' - sha1 '39614dfa842514f46bdb6ff66a10d2f5b084234f' - - def install - system ENV.cc, "connect.c", "-o", "connect", "-lresolv" - bin.install "connect" - end -end diff --git a/Library/Homebrew/tap_migrations.rb b/Library/Homebrew/tap_migrations.rb index 7e8cd25a1..3deb3a24c 100644 --- a/Library/Homebrew/tap_migrations.rb +++ b/Library/Homebrew/tap_migrations.rb @@ -14,6 +14,7 @@ TAP_MIGRATIONS = { "cloudfoundry-cli" => "pivotal/tap", "cmucl" => "homebrew/binary", "comparepdf" => "homebrew/boneyard", + "connect" => "homebrew/boneyard", "denyhosts" => "homebrew/boneyard", "dotwrp" => "homebrew/science", "drizzle" => "homebrew/boneyard", |
