Skip to content

Commit aab3409

Browse files
remove the deprecated use of bottle :unneeded (#95)
Removes the bottle :unneeded feature as this use is deprecated. Currently, when installing these formulae, the following error is shown: Warning: Calling bottle :unneeded is deprecated! There is no replacement. Please report this issue to the spotify/public tap (not Homebrew/brew or Homebrew/core): /usr/local/Homebrew/Library/Taps/spotify/homebrew-public/gcs-avro-tools.rb:10 This is similiar to other changes in this repo, such as #91. Fixes #94
1 parent 6fa7506 commit aab3409

5 files changed

+0
-10
lines changed

gcs-avro-tools.rb

-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ class GcsAvroTools < Formula
77

88
conflicts_with "avro-tools", :because => "provides the same binaries/links."
99

10-
bottle :unneeded
11-
1210
def install
1311
libexec.install "avro-tools-1.10.1.jar"
1412
bin.write_jar_script libexec/"avro-tools-1.10.1.jar", "avro-tools"

gcs-magnolify-tools.rb

-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ class GcsMagnolifyTools < Formula
55
sha256 "1303da523b684e91437d3392a36fa67901f65fc56d2552ee821f6acccc06091c"
66
version "0.2.1"
77

8-
bottle :unneeded
9-
108
def install
119
libexec.install "magnolify-tools-0.4.3.jar"
1210
bin.write_jar_script libexec/"magnolify-tools-0.4.3.jar", "magnolify-tools"

gcs-parquet-cli.rb

-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ class GcsParquetCli < Formula
55
sha256 "393a74b908f270a50920f3161b8a968ed3f1179fff1051efc892e46be212c8a8"
66
version "0.2.1"
77

8-
bottle :unneeded
9-
108
def install
119
libexec.install "parquet-cli-1.11.1.jar"
1210
bin.write_jar_script libexec/"parquet-cli-1.11.1.jar", "parquet-cli"

gcs-parquet-tools.rb

-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ class GcsParquetTools < Formula
77

88
conflicts_with "parquet-tools", :because => "provides the same binaries/links."
99

10-
bottle :unneeded
11-
1210
deprecate! date: "2021-03-08", because: "is deprecated upstream, use parquet-cli instead"
1311

1412
def install

gcs-proto-tools.rb

-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ class GcsProtoTools < Formula
55
sha256 "1eb98fa8899886d3cc706a260f7340c6ac670bdd3097a87dcd5f550995dd3d07"
66
version "0.2.1"
77

8-
bottle :unneeded
9-
108
def install
119
libexec.install "proto-tools-3.15.5.jar"
1210
bin.write_jar_script libexec/"proto-tools-3.15.5.jar", "proto-tools"

0 commit comments

Comments
 (0)