From 7656218af1593feca6c98aa563744cd871b2a8f4 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Tue, 3 Mar 2015 21:30:08 -0500 Subject: Move git-flow-clone to the boneyard Closes #32701. --- Library/Formula/git-flow-clone.rb | 22 ---------------------- Library/Homebrew/tap_migrations.rb | 1 + 2 files changed, 1 insertion(+), 22 deletions(-) delete mode 100644 Library/Formula/git-flow-clone.rb (limited to 'Library') diff --git a/Library/Formula/git-flow-clone.rb b/Library/Formula/git-flow-clone.rb deleted file mode 100644 index 6bd86a277..000000000 --- a/Library/Formula/git-flow-clone.rb +++ /dev/null @@ -1,22 +0,0 @@ -require 'formula' - -class GitFlowClone < Formula - homepage 'https://github.com/ashirazi/git-flow-clone' - url 'https://github.com/ashirazi/git-flow-clone/archive/0.1.2.tar.gz' - sha1 'd4d5c106ebd7de8abbee69f0b277ecdfe85e5b6d' - - def install - system "make", "prefix=#{prefix}", "install" - end - - def caveats; <<-EOS.undent - Either git-flow or git-flow-avh (recommended) need to be installed: - brew install git-flow - or: - brew install git-flow-avh - - If installed with git-flow-avh update ~/.gitflow_export with: - export GITFLOW_DIR=#{HOMEBREW_PREFIX}/bin - EOS - end -end diff --git a/Library/Homebrew/tap_migrations.rb b/Library/Homebrew/tap_migrations.rb index 85a7dba94..92d3917a5 100644 --- a/Library/Homebrew/tap_migrations.rb +++ b/Library/Homebrew/tap_migrations.rb @@ -51,6 +51,7 @@ TAP_MIGRATIONS = { "gerbv" => "homebrew/x11", "ggobi" => "homebrew/x11", "giblib" => "homebrew/x11", + "git-flow-clone" => "homebrew/boneyard", "gkrellm" => "homebrew/x11", "glade" => "homebrew/x11", "gle" => "homebrew/x11", -- cgit v1.2.3