Skip to content

Commit

Permalink
Merge pull request #195561 from Homebrew/[email protected]
Browse files Browse the repository at this point in the history
[email protected]: disable on 2024-12-14, icu4c@74: disable on 2025-05-01
  • Loading branch information
BrewTestBot authored Oct 29, 2024
2 parents db84334 + 1717c91 commit 341b656
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 19 deletions.
2 changes: 1 addition & 1 deletion Formula/b/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class BoostAT176 < Formula

keg_only :versioned_formula

deprecate! date: "2023-12-14", because: :versioned_formula
disable! date: "2024-12-14", because: :versioned_formula

depends_on "icu4c@74"

Expand Down
10 changes: 2 additions & 8 deletions Formula/i/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,6 @@ class Icu4cAT74 < Formula
sha256 "68db082212a96d6f53e35d60f47d38b962e9f9d207a74cfac78029ae8ff5e08c"
license "ICU"

livecheck do
url :stable
regex(/^release[._-]v?(74(?:[.-]\d+)+)$/i)
strategy :git do |tags, regex|
tags.filter_map { |tag| tag[regex, 1]&.tr("-", ".") }
end
end

bottle do
sha256 cellar: :any, arm64_sequoia: "d9b0dc95a406d340373bf75d6d013cc53e8815d0c0b550e584b4006a7aba12f0"
sha256 cellar: :any, arm64_sonoma: "2216fec75032a12c4a442448ca23fed421eb94374e2e9994e6db0c51eae60ed2"
Expand All @@ -25,6 +17,8 @@ class Icu4cAT74 < Formula

keg_only :versioned_formula

disable! date: "2025-05-01", because: :versioned_formula

def install
args = %w[
--disable-samples
Expand Down
2 changes: 1 addition & 1 deletion Formula/lib/libbitcoin-blockchain.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class LibbitcoinBlockchain < Formula

# About 2 years since request for release with support for recent `boost`.
# Ref: https://github.com/libbitcoin/libbitcoin-system/issues/1234
deprecate! date: "2023-12-14", because: "uses deprecated `[email protected]`"
disable! date: "2024-12-14", because: "uses deprecated `[email protected]`"

depends_on "autoconf" => :build
depends_on "automake" => :build
Expand Down
2 changes: 1 addition & 1 deletion Formula/lib/libbitcoin-client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class LibbitcoinClient < Formula

# About 2 years since request for release with support for recent `boost`.
# Ref: https://github.com/libbitcoin/libbitcoin-system/issues/1234
deprecate! date: "2023-12-14", because: "uses deprecated `[email protected]`"
disable! date: "2024-12-14", because: "uses deprecated `[email protected]`"

depends_on "autoconf" => :build
depends_on "automake" => :build
Expand Down
2 changes: 1 addition & 1 deletion Formula/lib/libbitcoin-database.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class LibbitcoinDatabase < Formula

# About 2 years since request for release with support for recent `boost`.
# Ref: https://github.com/libbitcoin/libbitcoin-system/issues/1234
deprecate! date: "2023-12-14", because: "uses deprecated `[email protected]`"
disable! date: "2024-12-14", because: "uses deprecated `[email protected]`"

depends_on "autoconf" => :build
depends_on "automake" => :build
Expand Down
2 changes: 1 addition & 1 deletion Formula/lib/libbitcoin-explorer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class LibbitcoinExplorer < Formula

# About 2 years since request for release with support for recent `boost`.
# Ref: https://github.com/libbitcoin/libbitcoin-system/issues/1234
deprecate! date: "2023-12-14", because: "uses deprecated `[email protected]`"
disable! date: "2024-12-14", because: "uses deprecated `[email protected]`"

depends_on "autoconf" => :build
depends_on "automake" => :build
Expand Down
2 changes: 1 addition & 1 deletion Formula/lib/libbitcoin-network.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class LibbitcoinNetwork < Formula

# About 2 years since request for release with support for recent `boost`.
# Ref: https://github.com/libbitcoin/libbitcoin-system/issues/1234
deprecate! date: "2023-12-14", because: "uses deprecated `[email protected]`"
disable! date: "2024-12-14", because: "uses deprecated `[email protected]`"

depends_on "autoconf" => :build
depends_on "automake" => :build
Expand Down
2 changes: 1 addition & 1 deletion Formula/lib/libbitcoin-node.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class LibbitcoinNode < Formula

# About 2 years since request for release with support for recent `boost`.
# Ref: https://github.com/libbitcoin/libbitcoin-system/issues/1234
deprecate! date: "2023-12-14", because: "uses deprecated `[email protected]`"
disable! date: "2024-12-14", because: "uses deprecated `[email protected]`"

depends_on "autoconf" => :build
depends_on "automake" => :build
Expand Down
2 changes: 1 addition & 1 deletion Formula/lib/libbitcoin-protocol.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class LibbitcoinProtocol < Formula

# About 2 years since request for release with support for recent `boost`.
# Ref: https://github.com/libbitcoin/libbitcoin-system/issues/1234
deprecate! date: "2023-12-14", because: "uses deprecated `[email protected]`"
disable! date: "2024-12-14", because: "uses deprecated `[email protected]`"

depends_on "autoconf" => :build
depends_on "automake" => :build
Expand Down
2 changes: 1 addition & 1 deletion Formula/lib/libbitcoin-server.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class LibbitcoinServer < Formula

# About 2 years since request for release with support for recent `boost`.
# Ref: https://github.com/libbitcoin/libbitcoin-system/issues/1234
deprecate! date: "2023-12-14", because: "uses deprecated `[email protected]`"
disable! date: "2024-12-14", because: "uses deprecated `[email protected]`"

depends_on "autoconf" => :build
depends_on "automake" => :build
Expand Down
2 changes: 1 addition & 1 deletion Formula/lib/libbitcoin-system.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class LibbitcoinSystem < Formula

# About 2 years since request for release with support for recent `boost`.
# Ref: https://github.com/libbitcoin/libbitcoin-system/issues/1234
deprecate! date: "2023-12-14", because: "uses deprecated `[email protected]`"
disable! date: "2024-12-14", because: "uses deprecated `[email protected]`"

depends_on "autoconf" => :build
depends_on "automake" => :build
Expand Down
2 changes: 1 addition & 1 deletion Formula/z/zorba.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Zorba < Formula

# https://github.com/28msec/zorba/issues/232
# no longer build due to `'boost/filesystem/convenience.hpp' file not found`
deprecate! date: "2024-05-01", because: :unmaintained
disable! date: "2025-05-01", because: :unmaintained

depends_on "cmake" => :build
depends_on "openjdk" => :build
Expand Down

0 comments on commit 341b656

Please sign in to comment.