Skip to content

Commit

Permalink
Garden: deprecate EOL formulae (#2892)
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Peters <[email protected]>
  • Loading branch information
scpeters authored Nov 25, 2024
1 parent 8b1b223 commit aed14bd
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Formula/gz-fuel-tools8.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ class GzFuelTools8 < Formula
sha256 cellar: :any, ventura: "4ffeff348c03815791216b3f8fcfd78a33a5d53a6793079a9a9b2f73185314ad"
end

deprecate! date: "2024-09-30", because: "is past end-of-life date"

depends_on "abseil"
depends_on "cmake"
depends_on "gz-cmake3"
Expand Down
2 changes: 2 additions & 0 deletions Formula/gz-garden.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ class GzGarden < Formula

head "https://github.com/gazebosim/gz-garden.git", branch: "main"

deprecate! date: "2024-09-30", because: "is past end-of-life date"

depends_on "cmake" => :build

depends_on "gz-cmake3"
Expand Down
2 changes: 2 additions & 0 deletions Formula/gz-gui7.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ class GzGui7 < Formula
sha256 ventura: "5eb0be518dcddc659c2694bc8209eb39f2ecd831c757dc0126df1d7571a73799"
end

deprecate! date: "2024-09-30", because: "is past end-of-life date"

depends_on "cmake" => [:build, :test]
depends_on "pkg-config" => [:build, :test]
depends_on "abseil"
Expand Down
2 changes: 2 additions & 0 deletions Formula/gz-launch6.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ class GzLaunch6 < Formula
sha256 ventura: "b9f73b7c071d47c9891a4dc14f2acaaba0f675d96b4f34aa9be09ed0df0e9454"
end

deprecate! date: "2024-09-30", because: "is past end-of-life date"

depends_on "cmake" => :build
depends_on "pkg-config" => :build

Expand Down
2 changes: 2 additions & 0 deletions Formula/gz-msgs9.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ class GzMsgs9 < Formula
sha256 cellar: :any, ventura: "2c8a987c7d140488a1fef2c297b0a27cb3ad9eac1a92db8cb0cea6fb45a15232"
end

deprecate! date: "2024-09-30", because: "is past end-of-life date"

depends_on "abseil"
depends_on "cmake"
depends_on "gz-cmake3"
Expand Down
2 changes: 2 additions & 0 deletions Formula/gz-physics6.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ class GzPhysics6 < Formula
sha256 ventura: "27b0d3989e83248abbb4eb61278a20df86c2a4cbe80c8f89625b0fa492923289"
end

deprecate! date: "2024-09-30", because: "is past end-of-life date"

depends_on "cmake" => [:build, :test]

depends_on "bullet"
Expand Down
2 changes: 2 additions & 0 deletions Formula/gz-rendering7.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ class GzRendering7 < Formula
sha256 ventura: "c96af0f852846c9e04e3f1f03eefb61b8c22c0d3a44f725ce26e06800c9bcf3c"
end

deprecate! date: "2024-09-30", because: "is past end-of-life date"

depends_on "cmake" => [:build, :test]
depends_on "pkg-config" => [:build, :test]

Expand Down
2 changes: 2 additions & 0 deletions Formula/gz-sensors7.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ class GzSensors7 < Formula
sha256 cellar: :any, ventura: "c421f3cd369babcddb1c64949ce7a34e7ce2892db42965b36dc61271b93773b1"
end

deprecate! date: "2024-09-30", because: "is past end-of-life date"

depends_on "cmake" => [:build, :test]
depends_on "pkg-config" => [:build, :test]

Expand Down
2 changes: 2 additions & 0 deletions Formula/gz-sim7.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ class GzSim7 < Formula
sha256 ventura: "154f23ac5d7f0c18dc7ca1f80add3bc683756421e41cfd79ac6116b80290bb25"
end

deprecate! date: "2024-09-30", because: "is past end-of-life date"

depends_on "cmake" => :build
depends_on "pybind11" => :build
depends_on "abseil"
Expand Down
2 changes: 2 additions & 0 deletions Formula/gz-transport12.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ class GzTransport12 < Formula
sha256 ventura: "96145f5048dab0477d02b41324bfa316cef5b4c04769bd43e91ca1f6a44a52cc"
end

deprecate! date: "2024-09-30", because: "is past end-of-life date"

depends_on "doxygen" => [:build, :optional]

depends_on "abseil"
Expand Down
2 changes: 2 additions & 0 deletions Formula/sdformat13.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ class Sdformat13 < Formula
sha256 ventura: "92a3fc6ae885eef48b068cd60e8e91a11ea017385f36d4d94e6cf0f2e0f31031"
end

deprecate! date: "2024-09-30", because: "is past end-of-life date"

depends_on "cmake" => [:build, :test]
depends_on "pkg-config" => [:build, :test]
depends_on "pybind11" => :build
Expand Down

0 comments on commit aed14bd

Please sign in to comment.