Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/gazebo/
Date: Wed, 01 Feb 2023 19:27:22
Message-Id: 1675279596.3a525d69da7d506ada0b07783af905b868abcc30.asturm@gentoo
1 commit: 3a525d69da7d506ada0b07783af905b868abcc30
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 27 21:00:36 2023 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 1 19:26:36 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a525d69
7
8 sci-electronics/gazebo: update HOMEPAGE, drop unused flag-o-matic
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 sci-electronics/gazebo/gazebo-11.12.0.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/sci-electronics/gazebo/gazebo-11.12.0.ebuild b/sci-electronics/gazebo/gazebo-11.12.0.ebuild
16 index 4eac05330fc9..79c54a12daca 100644
17 --- a/sci-electronics/gazebo/gazebo-11.12.0.ebuild
18 +++ b/sci-electronics/gazebo/gazebo-11.12.0.ebuild
19 @@ -1,12 +1,12 @@
20 -# Copyright 1999-2022 Gentoo Authors
21 +# Copyright 1999-2023 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25
26 -inherit cmake flag-o-matic
27 +inherit cmake
28
29 DESCRIPTION="A 3D multiple robot simulator with dynamics"
30 -HOMEPAGE="http://gazebosim.org/"
31 +HOMEPAGE="https://gazebosim.org/home"
32 SRC_URI="https://osrf-distributions.s3.amazonaws.com/gazebo/releases/${P}.tar.bz2"
33
34 LICENSE="Apache-2.0"