diff options
| author | Baptiste Fontaine | 2015-02-24 13:42:38 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2015-02-24 15:21:55 +0000 |
| commit | df3927f7edaf9c789dd79038f1ffe0b3b15a39d3 (patch) | |
| tree | 3c9acf4f918d3e2d017e774dfe6e9efb6112b33c | |
| parent | cf5325ac47a24557057f0d5540a7da77cc43ffce (diff) | |
| download | homebrew-df3927f7edaf9c789dd79038f1ffe0b3b15a39d3.tar.bz2 | |
Move adobe-air-sdk to homebrew/binary
Closes #37104.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
| -rw-r--r-- | Library/Formula/adobe-air-sdk.rb | 28 | ||||
| -rw-r--r-- | Library/Homebrew/tap_migrations.rb | 1 |
2 files changed, 1 insertions, 28 deletions
diff --git a/Library/Formula/adobe-air-sdk.rb b/Library/Formula/adobe-air-sdk.rb deleted file mode 100644 index 9e84d47d4..000000000 --- a/Library/Formula/adobe-air-sdk.rb +++ /dev/null @@ -1,28 +0,0 @@ -# Find downloads at: -# https://helpx.adobe.com/air/kb/archived-air-sdk-version.html -class AdobeAirSdk < Formula - homepage "https://www.adobe.com/devnet/air/air-sdk-download.html" - version "16.0.0.292" - - option "with-flex-support", "Do not download the new compiler with the SDK." - - if build.without? "flex-support" - url "http://airdownload.adobe.com/air/mac/download/16.0/AIRSDK_Compiler.tbz2" - sha1 "5ed2481de822e7f557db33c1bbff9b30e7df4735" - else - url "http://airdownload.adobe.com/air/mac/download/16.0/AdobeAIRSDK.tbz2" - sha1 "3feaadf534f5f186286eb33cb4461d7e78cdb91d" - end - - def install - rm_f Dir["bin/*.bat"] - libexec.install Dir["*"] - bin.write_exec_script Dir["#{libexec}/bin/*"] - end - - def caveats; <<-EOS.undent - To set AIR_HOME: - export AIR_HOME=#{libexec} - EOS - end -end diff --git a/Library/Homebrew/tap_migrations.rb b/Library/Homebrew/tap_migrations.rb index e091d8938..85a7dba94 100644 --- a/Library/Homebrew/tap_migrations.rb +++ b/Library/Homebrew/tap_migrations.rb @@ -1,4 +1,5 @@ TAP_MIGRATIONS = { + "adobe-air-sdk" => "homebrew/binary", "agedu" => "homebrew/head-only", "aimage" => "homebrew/boneyard", "aplus" => "homebrew/boneyard", |
