Skip to content

Commit

Permalink
Merge pull request #196520 from Homebrew/deprecate-reason-updates-2
Browse files Browse the repository at this point in the history
formulae: update deprecate/disable reason
  • Loading branch information
BrewTestBot authored Nov 3, 2024
2 parents 7a19848 + 4feae29 commit 327301e
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Formula/a/arb.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Arb < Formula
end

# See upstream discussion, https://github.com/fredrik-johansson/arb/issues/453
disable! date: "2024-03-19", because: "arb has been merged into flint 3.0.0"
disable! date: "2024-03-19", because: "has been merged into flint 3.0.0"

depends_on "cmake" => :build
depends_on "flint"
Expand Down
2 changes: 1 addition & 1 deletion Formula/c/cherrybomb.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class Cherrybomb < Formula
end

# https://github.com/blst-security/cherrybomb/issues/156
disable! date: "2024-09-16", because: "service is no longer available"
disable! date: "2024-09-16", because: "needs a service that is no longer available"

depends_on "rust" => :build

Expand Down
2 changes: 1 addition & 1 deletion Formula/e/elm-format.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class ElmFormat < Formula
end

# Has been using pre-built GHC due to needing specific patch version of GHC
deprecate! date: "2024-07-27", because: "does not build with any GHC formula"
deprecate! date: "2024-07-27", because: :does_not_build

depends_on "cabal-install" => :build
depends_on "haskell-stack" => :build
Expand Down
2 changes: 1 addition & 1 deletion Formula/g/gpm.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class Gpm < Formula
end

# https://tip.golang.org/doc/go1.22
disable! date: "2024-08-03", because: "go get is no longer supported outside of a module"
disable! date: "2024-08-03", because: "runs `go get` outside of a module, which is no longer supported"

depends_on "go"

Expand Down
2 changes: 1 addition & 1 deletion Formula/j/jsonschema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class Jsonschema < Formula
sha256 cellar: :any_skip_relocation, x86_64_linux: "d5d9adbaab5f963722b4da057ae1524bb48c5c7d5f4f1cf2a214c969d6160598"
end

disable! date: "2024-01-21", because: "cli is deprecated, and will be removed"
disable! date: "2024-01-21", because: "is deprecated as a CLI and succeeded by `check-jsonschema`"

depends_on "[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion Formula/o/openclonk.rb
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class Openclonk < Formula
end
end

disable! date: "2024-01-16", because: "does not build since 2018"
disable! date: "2024-01-16", because: :does_not_build # since 2018

depends_on "cmake" => :build
depends_on "freealut"
Expand Down
2 changes: 1 addition & 1 deletion Formula/t/twty.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Twty < Formula

# see discussions in https://github.com/mattn/twty/issues/28
# and https://github.com/orakaro/rainbowstream/issues/342
deprecate! date: "2024-08-18", because: "twitter API changed"
deprecate! date: "2024-08-18", because: "uses the old, unsupported Twitter API"

depends_on "go" => :build

Expand Down

0 comments on commit 327301e

Please sign in to comment.