Skip to content

Commit

Permalink
Deprecate libraries that have reached EOL with Gazebo Classic 11 (#2950)
Browse files Browse the repository at this point in the history
* Deprecate libraries that have reached EOL with Gazebo Classic 11

Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>

* Also remove badge

Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>

---------

Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
  • Loading branch information
azeey authored Feb 3, 2025
1 parent 0b305ba commit b0fc8d2
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 4 deletions.
2 changes: 2 additions & 0 deletions Formula/gazebo11.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ class Gazebo11 < Formula
sha256 ventura: "d4376884717e4f5e49e453f00ff13b1e10c3322ed9a94e5dde5de008567538ef"
end

deprecate! date: "2025-01-31", because: "is past end-of-life date"

depends_on "cmake" => :build
depends_on "pkgconf" => :build

Expand Down
2 changes: 2 additions & 0 deletions Formula/ignition-common3.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ class IgnitionCommon3 < Formula
sha256 cellar: :any, ventura: "6169fb10e477aa4252d1934f64d6a7c605f74f6d1cc1cc0caeb08841a44f15cf"
end

deprecate! date: "2025-01-31", because: "is past end-of-life date"

depends_on "cmake"
depends_on "ffmpeg"
depends_on "freeimage"
Expand Down
2 changes: 2 additions & 0 deletions Formula/ignition-fuel-tools4.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ class IgnitionFuelTools4 < Formula
sha256 cellar: :any, ventura: "794c8a174891712656c7ee4bbcf0c2ceee97a02dd2cce3453e23e9bb365e0b78"
end

deprecate! date: "2025-01-31", because: "is past end-of-life date"

depends_on "cmake"
depends_on "ignition-cmake2"
depends_on "ignition-common3"
Expand Down
2 changes: 2 additions & 0 deletions Formula/ignition-msgs5.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ class IgnitionMsgs5 < Formula
sha256 cellar: :any, ventura: "498d2488303d8eb67484d9c7c15203601fe3d1ce5828f3bcfec7bb8ee57e46b9"
end

deprecate! date: "2025-01-31", because: "is past end-of-life date"

depends_on "cmake"
depends_on "ignition-cmake2"
depends_on "ignition-math6"
Expand Down
2 changes: 2 additions & 0 deletions Formula/sdformat9.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ class Sdformat9 < Formula
sha256 monterey: "0d72b95fa548878ccb2272c1bf793e65a274af39ce0de5fb41c4b8a5a647b50d"
end

deprecate! date: "2025-01-31", because: "is past end-of-life date"

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

Expand Down
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ gz-utils | [![gz-utils1](https://build.osrfoundation.org/buildStatus/icon?j
sdformat | [![sdformat12](https://build.osrfoundation.org/buildStatus/icon?job=sdformat12-install_bottle-homebrew-amd64)](https://build.osrfoundation.org/view/gz-fortress/job/sdformat12-install_bottle-homebrew-amd64/) | [![sdformat14](https://build.osrfoundation.org/buildStatus/icon?job=sdformat14-install_bottle-homebrew-amd64)](https://build.osrfoundation.org/view/gz-harmonic/job/sdformat14-install_bottle-homebrew-amd64/) | [![sdformat15](https://build.osrfoundation.org/buildStatus/icon?job=sdformat15-install_bottle-homebrew-amd64)](https://build.osrfoundation.org/view/gz-ionic/job/sdformat15-install_bottle-homebrew-amd64/)
collection | [![gz-fortress](https://build.osrfoundation.org/buildStatus/icon?job=gz_fortress-install_bottle-homebrew-amd64)](https://build.osrfoundation.org/view/gz-fortress/job/gz_fortress-install_bottle-homebrew-amd64/) | [![gz-harmonic](https://build.osrfoundation.org/buildStatus/icon?job=gz_harmonic-install_bottle-homebrew-amd64)](https://build.osrfoundation.org/view/gz-harmonic/job/gz_harmonic-install_bottle-homebrew-amd64/) | [![gz-ionic](https://build.osrfoundation.org/buildStatus/icon?job=gz_ionic-install_bottle-homebrew-amd64)](https://build.osrfoundation.org/view/gz-ionic/job/gz_ionic-install_bottle-homebrew-amd64/)

### Gazebo Classic

* [![Build Status](https://build.osrfoundation.org/buildStatus/icon?job=gazebo-install-one_liner-homebrew-amd64)](https://build.osrfoundation.org/job/gazebo-install-one_liner-homebrew-amd64/) [gazebo-classic11](https://build.osrfoundation.org/job/gazebo-install-one_liner-homebrew-amd64/)

## To build bottles

The https://build.osrfoundation.org jenkins instance is used for building bottles with the following job
Expand Down

0 comments on commit b0fc8d2

Please sign in to comment.