aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Dunn2015-04-17 14:42:18 -0700
committerTim D. Smith2015-04-17 23:25:21 -0700
commitf09f5c4e73f1a47d2b5fc947e4e6f977345ee46c (patch)
tree431e02eeec6b1facc46c752709e5475f9c5d4f85
parentadf59b2b116ad398ee8b794c649b7d599f6deefc (diff)
downloadhomebrew-f09f5c4e73f1a47d2b5fc947e4e6f977345ee46c.tar.bz2
bbcp: move to head-only
Closes #38769. Signed-off-by: Tim D. Smith <git@tim-smith.us>
-rw-r--r--Library/Formula/bbcp.rb18
-rw-r--r--Library/Homebrew/tap_migrations.rb1
2 files changed, 1 insertions, 18 deletions
diff --git a/Library/Formula/bbcp.rb b/Library/Formula/bbcp.rb
index 18883dea8..e69de29bb 100644
--- a/Library/Formula/bbcp.rb
+++ b/Library/Formula/bbcp.rb
@@ -1,18 +0,0 @@
-require 'formula'
-
-class Bbcp < Formula
- homepage 'http://www.slac.stanford.edu/%7Eabh/bbcp'
- url 'http://www.slac.stanford.edu/~abh/bbcp/bbcp.git'
- version '14.04.14.00.1'
- head 'http://www.slac.stanford.edu/~abh/bbcp/bbcp.git'
-
- def install
- mkdir %w{bin obj}
- system "make", "-C", "src", "Darwin"
- bin.install "bin/bbcp"
- end
-
- test do
- system "#{bin}/bbcp", "--help"
- end
-end
diff --git a/Library/Homebrew/tap_migrations.rb b/Library/Homebrew/tap_migrations.rb
index 5455db211..6219cbaf8 100644
--- a/Library/Homebrew/tap_migrations.rb
+++ b/Library/Homebrew/tap_migrations.rb
@@ -9,6 +9,7 @@ TAP_MIGRATIONS = {
"atari++" => "homebrew/x11",
"authexec" => "homebrew/boneyard",
"aws-iam-tools" => "homebrew/boneyard",
+ "bbcp" => "homebrew/head-only",
"bcwipe" => "homebrew/boneyard",
"blackbox" => "homebrew/boneyard",
"bochs" => "homebrew/x11",