Skip to content

Commit

Permalink
Merge pull request Homebrew#200591 from Homebrew/asyncapi-update
Browse files Browse the repository at this point in the history
formulae(node): remove `deuniversalize_machos`
  • Loading branch information
BrewTestBot authored Dec 10, 2024
2 parents 6442f29 + 25bd5e9 commit aaaff1d
Show file tree
Hide file tree
Showing 15 changed files with 0 additions and 42 deletions.
3 changes: 0 additions & 3 deletions Formula/a/apidoc.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ class Apidoc < Formula
def install
system "npm", "install", *std_npm_args
bin.install_symlink Dir["#{libexec}/bin/*"]

# Extract native slices from universal binaries
deuniversalize_machos
end

test do
Expand Down
3 changes: 0 additions & 3 deletions Formula/a/asyncapi.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ class Asyncapi < Formula
def install
system "npm", "install", *std_npm_args
bin.install_symlink Dir["#{libexec}/bin/*"]

# Replace universal binaries with their native slices
deuniversalize_machos
end

test do
Expand Down
3 changes: 0 additions & 3 deletions Formula/a/atomist-cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ def install
# Replace the vendored pre-built term-size with one we build ourselves
ln_sf (Formula["macos-term-size"].opt_bin/"term-size").relative_path_from(macos_dir), macos_dir
end

# Replace universal binaries with native slices.
deuniversalize_machos
end

test do
Expand Down
3 changes: 0 additions & 3 deletions Formula/a/aws-cdk.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ class AwsCdk < Formula
def install
system "npm", "install", *std_npm_args
bin.install_symlink Dir["#{libexec}/bin/*"]

# Replace universal binaries with native slices.
deuniversalize_machos
end

test do
Expand Down
3 changes: 0 additions & 3 deletions Formula/b/bit.rb
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ def install
terminal_notifier_app = Formula["terminal-notifier"].opt_prefix/"terminal-notifier.app"
ln_sf terminal_notifier_app.relative_path_from(terminal_notifier_dir), terminal_notifier_dir
end

# Replace universal binaries with their native slices.
deuniversalize_machos
end

test do
Expand Down
3 changes: 0 additions & 3 deletions Formula/d/dbml-cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ class DbmlCli < Formula
def install
system "npm", "install", *std_npm_args
bin.install_symlink Dir["#{libexec}/bin/*"]

# Replace universal binaries with native slices
deuniversalize_machos
end

test do
Expand Down
1 change: 0 additions & 1 deletion Formula/e/eleventy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ class Eleventy < Formula
def install
system "npm", "install", *std_npm_args
bin.install_symlink Dir["#{libexec}/bin/*"]
deuniversalize_machos
end

test do
Expand Down
3 changes: 0 additions & 3 deletions Formula/h/hexo.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ def install
mkdir_p libexec/"lib"
system "npm", "install", *std_npm_args
bin.install_symlink Dir["#{libexec}/bin/*"]

# Replace universal binaries with their native slices.
deuniversalize_machos
end

test do
Expand Down
3 changes: 0 additions & 3 deletions Formula/h/httpyac.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ def install
# Replace the vendored pre-built xsel with one we build ourselves
ln_sf (Formula["xsel"].opt_bin/"xsel").relative_path_from(linux_dir), linux_dir
end

# Replace universal binaries with their native slices
deuniversalize_machos
end

test do
Expand Down
3 changes: 0 additions & 3 deletions Formula/i/insect.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ def install
# Replace the vendored pre-built xsel with one we build ourselves
ln_sf (Formula["xsel"].opt_bin/"xsel").relative_path_from(linux_dir), linux_dir
end

# Replace universal binaries with their native slices
deuniversalize_machos
end

test do
Expand Down
3 changes: 0 additions & 3 deletions Formula/l/lerna.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ class Lerna < Formula
def install
system "npm", "install", *std_npm_args
bin.install_symlink Dir["#{libexec}/bin/*"]

# Replace universal binaries with native slices
deuniversalize_machos
end

test do
Expand Down
3 changes: 0 additions & 3 deletions Formula/m/monika.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ def install
node_modules = libexec/"lib/node_modules/@hyperjumptech/monika/node_modules"
node_modules.glob("nice-napi/prebuilds/*")
.each { |dir| rm_r(dir) if dir.basename.to_s != "#{os}-#{arch}" }

# Replace universal binaries with native slices.
deuniversalize_machos
end

test do
Expand Down
2 changes: 0 additions & 2 deletions Formula/r/rollup.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ class Rollup < Formula
def install
system "npm", "install", *std_npm_args
bin.install_symlink Dir["#{libexec}/bin/*"]

deuniversalize_machos
end

test do
Expand Down
3 changes: 0 additions & 3 deletions Formula/s/saf-cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ class SafCli < Formula
def install
system "npm", "install", *std_npm_args
bin.install_symlink Dir["#{libexec}/bin/*"]

# Replace universal binaries with their native slices
deuniversalize_machos
end

test do
Expand Down
3 changes: 0 additions & 3 deletions Formula/w/webpack.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ def install

bin.install_symlink libexec/"bin/webpack-cli"
bin.install_symlink libexec/"bin/webpack-cli" => "webpack"

# Replace universal binaries with their native slices
deuniversalize_machos
end

test do
Expand Down

0 comments on commit aaaff1d

Please sign in to comment.