Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bottle unneeded (a) #79993

Closed
wants to merge 18 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions Formula/akka.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ class Akka < Formula
license "Apache-2.0"
revision 1

bottle :unneeded

# https://github.com/akka/akka/issues/25046
deprecate! date: "2020-07-09", because: "is recommended to use Akka with a build tool"

Expand Down
3 changes: 1 addition & 2 deletions Formula/amdatu-bootstrap.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ class AmdatuBootstrap < Formula
regex(/href=.*?bootstrap[._-]v?(?:bin-)?r(\d+(?:\.\d+)*)(?:-bin)?\./i)
end

bottle :unneeded

depends_on arch: :x86_64 # openjdk@8 doesn't support ARM
depends_on "openjdk@8"

def install
Expand Down
6 changes: 3 additions & 3 deletions Formula/ant@1.9.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@ class AntAT19 < Formula
regex(/href=.*?apache-ant[._-]v?(1\.9(?:\.\d+)*)(?:-bin)?\.t/i)
end

bottle :unneeded

keg_only :versioned_formula

depends_on "openjdk"

def install
rm Dir["bin/*.{bat,cmd,dll,exe}"]
libexec.install Dir["*"]
bin.install_symlink Dir["#{libexec}/bin/*"]
rm bin/"ant"
(bin/"ant").write <<~EOS
#!/bin/sh
#{libexec}/bin/ant -lib #{HOMEBREW_PREFIX}/share/ant "$@"
JAVA_HOME="${JAVA_HOME:-#{Formula["openjdk"].opt_prefix}}" exec "#{libexec}/bin/ant" -lib #{HOMEBREW_PREFIX}/share/ant "$@"
EOS
end

Expand Down
2 changes: 0 additions & 2 deletions Formula/antlr.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ class Antlr < Formula
regex(/href=.*?antlr[._-]v?(\d+(?:\.\d+)+)-complete\.jar/i)
end

bottle :unneeded

depends_on "openjdk"

def install
Expand Down
2 changes: 0 additions & 2 deletions Formula/apache-archiva.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ class ApacheArchiva < Formula
sha256 "01119af2d9950eacbcce0b7f8db5067b166ad26c1e1701bef829105441bb6e29"
license "Apache-2.0"

bottle :unneeded

depends_on "openjdk"

def install
Expand Down
2 changes: 0 additions & 2 deletions Formula/apache-opennlp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ class ApacheOpennlp < Formula
sha256 "935eb148e3b5c5d60f80fe27d9b9de5640d385bbe2c59b046ab669375ccc4350"
license "Apache-2.0"

bottle :unneeded

depends_on "openjdk"

def install
Expand Down
2 changes: 0 additions & 2 deletions Formula/apgdiff.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ class Apgdiff < Formula
depends_on "ant" => :build
end

bottle :unneeded

depends_on "openjdk"

def install
Expand Down
2 changes: 0 additions & 2 deletions Formula/apibuilder-cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ class ApibuilderCli < Formula
sha256 "aa85d456f22400c2c37fda026febd732f8cb8aaad40f660929d277035a5c9ce4"
license "MIT"

bottle :unneeded

def install
system "./install.sh", prefix
end
Expand Down
3 changes: 1 addition & 2 deletions Formula/apktool.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ class Apktool < Formula
sha256 "b392d7cb99b592e9c5acc3c06f1b0f180edde96c66b86b3d6932b7c0c4079fe4"
license "Apache-2.0"

bottle :unneeded

depends_on arch: :x86_64 # openjdk@8 doesn't support ARM
depends_on "openjdk@8"

resource "sample.apk" do
Expand Down
3 changes: 1 addition & 2 deletions Formula/app-engine-java.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@ class AppEngineJava < Formula
url "https://storage.googleapis.com/appengine-sdks/featured/appengine-java-sdk-1.9.83.zip"
sha256 "1d585a36303c14f4fa44790bba97d5d8b75a889ad48ffce8187333488511e43e"

bottle :unneeded

# https://cloud.google.com/appengine/docs/standard/java/sdk-gcloud-migration
deprecate! date: "2019-07-30", because: :deprecated_upstream

depends_on arch: :x86_64 # openjdk@8 doesn't support ARM
depends_on "openjdk@8"

def install
Expand Down
2 changes: 0 additions & 2 deletions Formula/app-engine-python.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ class AppEnginePython < Formula
url "https://storage.googleapis.com/appengine-sdks/featured/google_appengine_1.9.86.zip"
sha256 "8a1d57f8819792a4c18bc337762f73f3bf207da986fd6028e3e591f24cfde9f2"

bottle :unneeded

def install
pkgshare.install Dir["*"]
%w[
Expand Down
2 changes: 0 additions & 2 deletions Formula/archey.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ class Archey < Formula
end
end

bottle :unneeded

deprecate! date: "2017-04-28", because: :repo_archived

conflicts_with "archey4", because: "both install `archey` binaries"
Expand Down
2 changes: 0 additions & 2 deletions Formula/asimov.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ class Asimov < Formula
license "MIT"
head "https://github.com/stevegrunwell/asimov.git", branch: "develop"

bottle :unneeded

def install
bin.install buildpath/"asimov"
end
Expand Down
2 changes: 0 additions & 2 deletions Formula/automysqlbackup.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ class Automysqlbackup < Formula
regex(%r{url=.*?/automysqlbackup[._-]v?(\d+(?:\.\d+)+(?:[._-]?rc\d+)?)\.t}i)
end

bottle :unneeded

def install
inreplace "automysqlbackup" do |s|
s.gsub! "/etc", etc
Expand Down
2 changes: 0 additions & 2 deletions Formula/autopsy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ class Autopsy < Formula
regex(%r{href=.*?/tag/autopsy[._-]v?(\d+(?:\.\d+)+)["' >]}i)
end

bottle :unneeded

depends_on "sleuthkit"

# fixes weird configure script that wouldn't work nicely with homebrew
Expand Down
2 changes: 0 additions & 2 deletions Formula/avro-tools.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ class AvroTools < Formula
sha256 "ab158f4af8f767d2358a29d8678939b2a0f96017490acfb4e7ed0708cea07913"
license "Apache-2.0"

bottle :unneeded

depends_on "openjdk"

def install
Expand Down
2 changes: 0 additions & 2 deletions Formula/aws-cfn-tools.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ class AwsCfnTools < Formula
sha256 "382e3e951833fd77235fae41c1742224d68bdf165e1ace4200ee88c01ac29a90"
revision 1

bottle :unneeded

depends_on "ec2-api-tools"
depends_on "openjdk"

Expand Down
2 changes: 0 additions & 2 deletions Formula/aws-keychain.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ class AwsKeychain < Formula
sha256 "3c9882d3b516b629303ca9a045fc50f6eb75fda25cd2452f10c47eda205e051f"
license "MIT"

bottle :unneeded

depends_on :macos

def install
Expand Down