aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBen Hale2014-06-12 17:31:15 -0700
committerJack Nagel2014-06-14 09:35:17 -0500
commit204026f1748e17d26e8ebe23be5e44e364781935 (patch)
treea7ae0ca32fd834ff524040f21ea5418b1735259d /Library
parent41775c28855867678051dc54a661779ea2c6b812 (diff)
downloadhomebrew-204026f1748e17d26e8ebe23be5e44e364781935.tar.bz2
Remove cloudfoundry-cli
This change removes the cloudfoundry-cli formula from the repository. It will now be available from pivotal/tap tap. Closes #30105. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/cloudfoundry-cli.rb27
-rw-r--r--Library/Homebrew/tap_migrations.rb1
2 files changed, 1 insertions, 27 deletions
diff --git a/Library/Formula/cloudfoundry-cli.rb b/Library/Formula/cloudfoundry-cli.rb
deleted file mode 100644
index f19abb619..000000000
--- a/Library/Formula/cloudfoundry-cli.rb
+++ /dev/null
@@ -1,27 +0,0 @@
-require 'formula'
-
-class CloudfoundryCli < Formula
- homepage 'https://github.com/cloudfoundry/cli'
- head 'https://github.com/cloudfoundry/cli.git', :branch => 'master'
- url 'https://github.com/cloudfoundry/cli.git', :tag => 'v6.1.1'
-
- bottle do
- sha1 "f72539292f35aa0c7e66536494b895253cd3a667" => :mavericks
- sha1 "c43cb7af262a83f0aaf330fafd6c6be61afb01e9" => :mountain_lion
- sha1 "1d2942622b9571874910314c8d89fb0c837eaf47" => :lion
- end
-
- depends_on 'go' => :build
-
- def install
- inreplace 'src/cf/app_constants.go', 'BUILT_FROM_SOURCE', "#{version}-homebrew"
- inreplace 'src/cf/app_constants.go', 'BUILT_AT_UNKNOWN_TIME', Time.now.utc.iso8601
- system 'bin/build'
- bin.install 'out/cf'
- doc.install 'LICENSE'
- end
-
- test do
- system "#{bin}/cf"
- end
-end
diff --git a/Library/Homebrew/tap_migrations.rb b/Library/Homebrew/tap_migrations.rb
index 4bf683fa2..4dd1f1cad 100644
--- a/Library/Homebrew/tap_migrations.rb
+++ b/Library/Homebrew/tap_migrations.rb
@@ -10,6 +10,7 @@ TAP_MIGRATIONS = {
"cantera" => "homebrew/science",
"catdoc" => "homebrew/boneyard",
"clam" => "homebrew/boneyard",
+ "cloudfoundry-cli" => "pivotal/tap",
"cmucl" => "homebrew/binary",
"comparepdf" => "homebrew/boneyard",
"denyhosts" => "homebrew/boneyard",