Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/gazebo_dev/
Date: Thu, 29 Apr 2021 16:01:11
Message-Id: 1619712060.9d1249529c0c5e95c8f1adeaa8bff12fbade01da.aballier@gentoo
1 commit: 9d1249529c0c5e95c8f1adeaa8bff12fbade01da
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 29 14:26:25 2021 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 29 16:01:00 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d124952
7
8 dev-ros/gazebo_dev: Bump to 2.9.2.
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
12
13 dev-ros/gazebo_dev/Manifest | 1 +
14 dev-ros/gazebo_dev/gazebo_dev-2.9.2.ebuild | 19 +++++++++++++++++++
15 2 files changed, 20 insertions(+)
16
17 diff --git a/dev-ros/gazebo_dev/Manifest b/dev-ros/gazebo_dev/Manifest
18 index 2a5c0acc89a..c4816a40bfc 100644
19 --- a/dev-ros/gazebo_dev/Manifest
20 +++ b/dev-ros/gazebo_dev/Manifest
21 @@ -1 +1,2 @@
22 DIST gazebo_ros_pkgs-2.9.1.tar.gz 1861740 BLAKE2B 56569e73184c767abeea0ac6add8aa19bb70e66f3a41fe9fc5278e540759de945467372c7a0130acdb665924ab803defa22e148a36a624d08c39835dc110e208 SHA512 47510f97060d5434619948899b416a8136545b79cd112051543212abe8ce34a30c1f868c633a3f3288fd6c0ea775162daf2eea15ca539a352c9bdb55ee336b20
23 +DIST gazebo_ros_pkgs-2.9.2.tar.gz 1864333 BLAKE2B d8a777594624fe6ae38f1ae27ea49f9629a59f507ec5e8512f50dbf8ae551e6b171dd47eff308ab1badc4e07de7183fe512ff8179637169896f6cb1dbf3d50ba SHA512 38ca70b44a229d8ca87bf9cb2ed3e0eaf7855f5711a81891986a985b7ff4218cdd6c914c1d25352da47a3fb52a3df5638af36990264e5241d17bb43ae0fa6f0b
24
25 diff --git a/dev-ros/gazebo_dev/gazebo_dev-2.9.2.ebuild b/dev-ros/gazebo_dev/gazebo_dev-2.9.2.ebuild
26 new file mode 100644
27 index 00000000000..51ba07cc4d6
28 --- /dev/null
29 +++ b/dev-ros/gazebo_dev/gazebo_dev-2.9.2.ebuild
30 @@ -0,0 +1,19 @@
31 +# Copyright 1999-2021 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +ROS_REPO_URI="https://github.com/ros-simulation/gazebo_ros_pkgs"
36 +KEYWORDS="~amd64"
37 +ROS_SUBDIR=${PN}
38 +
39 +inherit ros-catkin
40 +
41 +DESCRIPTION="Cmake config for the default version of Gazebo for the ROS distribution"
42 +LICENSE="Apache-2.0"
43 +SLOT="0"
44 +IUSE=""
45 +
46 +RDEPEND="
47 + sci-electronics/gazebo
48 +"
49 +DEPEND="${RDEPEND}"