summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2020-07-16 18:49:26 +0200
committerAlexis Ballier <aballier@gentoo.org>2020-07-16 19:34:41 +0200
commitb1f8710b6ed7b803c602e7b81a8b83ca9ddc9c84 (patch)
tree8ecb25b30b643fafc00941f53cc41f0e453ea236 /dev-ros/gazebo_msgs/gazebo_msgs-2.9.1.ebuild
parentdev-ros/gazebo_dev: Bump to 2.9.1. (diff)
downloadgentoo-b1f8710b6ed7b803c602e7b81a8b83ca9ddc9c84.tar.gz
gentoo-b1f8710b6ed7b803c602e7b81a8b83ca9ddc9c84.tar.bz2
gentoo-b1f8710b6ed7b803c602e7b81a8b83ca9ddc9c84.zip
dev-ros/gazebo_msgs: Bump to 2.9.1.
Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/gazebo_msgs/gazebo_msgs-2.9.1.ebuild')
-rw-r--r--dev-ros/gazebo_msgs/gazebo_msgs-2.9.1.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-ros/gazebo_msgs/gazebo_msgs-2.9.1.ebuild b/dev-ros/gazebo_msgs/gazebo_msgs-2.9.1.ebuild
new file mode 100644
index 000000000000..8e7fc5d60e03
--- /dev/null
+++ b/dev-ros/gazebo_msgs/gazebo_msgs-2.9.1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+ROS_REPO_URI="https://github.com/ros-simulation/gazebo_ros_pkgs"
+KEYWORDS="~amd64"
+CATKIN_HAS_MESSAGES=yes
+ROS_SUBDIR=${PN}
+CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/geometry_msgs dev-ros/sensor_msgs dev-ros/trajectory_msgs dev-ros/std_msgs dev-ros/std_srvs"
+
+inherit ros-catkin
+
+DESCRIPTION="Message and service data structures for interacting with Gazebo from ROS"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"