From f09f5c4e73f1a47d2b5fc947e4e6f977345ee46c Mon Sep 17 00:00:00 2001 From: Alex Dunn Date: Fri, 17 Apr 2015 14:42:18 -0700 Subject: bbcp: move to head-only Closes #38769. Signed-off-by: Tim D. Smith --- Library/Formula/bbcp.rb | 18 ------------------ Library/Homebrew/tap_migrations.rb | 1 + 2 files changed, 1 insertion(+), 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", -- cgit v1.2.3