summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2020-07-16 18:49:20 +0200
committerAlexis Ballier <aballier@gentoo.org>2020-07-16 19:34:41 +0200
commit633c42fad250b53c82acb6f3ac984b958f993715 (patch)
treecf4e3e1a2aa4f25eb8b9a3f99afa06a8471e79f3 /dev-ros/gazebo_dev/gazebo_dev-2.9.1.ebuild
parentdev-ros/gazebo_dev: bump eapi (diff)
downloadgentoo-633c42fad250b53c82acb6f3ac984b958f993715.tar.gz
gentoo-633c42fad250b53c82acb6f3ac984b958f993715.tar.bz2
gentoo-633c42fad250b53c82acb6f3ac984b958f993715.zip
dev-ros/gazebo_dev: 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_dev/gazebo_dev-2.9.1.ebuild')
-rw-r--r--dev-ros/gazebo_dev/gazebo_dev-2.9.1.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-ros/gazebo_dev/gazebo_dev-2.9.1.ebuild b/dev-ros/gazebo_dev/gazebo_dev-2.9.1.ebuild
new file mode 100644
index 000000000000..07c8fa9a0db0
--- /dev/null
+++ b/dev-ros/gazebo_dev/gazebo_dev-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"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Cmake config for the default version of Gazebo for the ROS distribution"
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+ sci-electronics/gazebo
+"
+DEPEND="${RDEPEND}"