diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-01-27 22:00:36 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-02-01 20:26:36 +0100 |
commit | 3a525d69da7d506ada0b07783af905b868abcc30 (patch) | |
tree | 2634abb9f49c0cd996004e6718b7d13dd5b90820 /sci-electronics/gazebo | |
parent | sci-electronics/gazebo: drop 11.10.2, 11.11.0 (diff) | |
download | gentoo-3a525d69da7d506ada0b07783af905b868abcc30.tar.gz gentoo-3a525d69da7d506ada0b07783af905b868abcc30.tar.bz2 gentoo-3a525d69da7d506ada0b07783af905b868abcc30.zip |
sci-electronics/gazebo: update HOMEPAGE, drop unused flag-o-matic
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sci-electronics/gazebo')
-rw-r--r-- | sci-electronics/gazebo/gazebo-11.12.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-electronics/gazebo/gazebo-11.12.0.ebuild b/sci-electronics/gazebo/gazebo-11.12.0.ebuild index 4eac05330fc9..79c54a12daca 100644 --- a/sci-electronics/gazebo/gazebo-11.12.0.ebuild +++ b/sci-electronics/gazebo/gazebo-11.12.0.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit cmake flag-o-matic +inherit cmake DESCRIPTION="A 3D multiple robot simulator with dynamics" -HOMEPAGE="http://gazebosim.org/" +HOMEPAGE="https://gazebosim.org/home" SRC_URI="https://osrf-distributions.s3.amazonaws.com/gazebo/releases/${P}.tar.bz2" LICENSE="Apache-2.0" |