diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-10 17:19:37 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-10 18:01:48 +0200 |
commit | d02be21545b4a0a8020b98c44d9b0bb9161ff5c1 (patch) | |
tree | 04317181f4c1fae3211620519a8f27b7100fa7e4 /ros-meta/simulators/simulators-1.5.0.ebuild | |
parent | ros-meta/viz: Remove old (diff) | |
download | gentoo-d02be21545b4a0a8020b98c44d9b0bb9161ff5c1.tar.gz gentoo-d02be21545b4a0a8020b98c44d9b0bb9161ff5c1.tar.bz2 gentoo-d02be21545b4a0a8020b98c44d9b0bb9161ff5c1.zip |
ros-meta/simulators: bump to 1.5.0
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'ros-meta/simulators/simulators-1.5.0.ebuild')
-rw-r--r-- | ros-meta/simulators/simulators-1.5.0.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/ros-meta/simulators/simulators-1.5.0.ebuild b/ros-meta/simulators/simulators-1.5.0.ebuild new file mode 100644 index 000000000000..256549fcee37 --- /dev/null +++ b/ros-meta/simulators/simulators-1.5.0.ebuild @@ -0,0 +1,24 @@ +# 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/metapackages" +KEYWORDS="~amd64" +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="Metapackage for ROS simulation packages" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + ros-meta/robot + ros-meta/gazebo_ros_pkgs + ros-meta/rqt_common_plugins + ros-meta/rqt_robot_plugins + dev-ros/stage_ros +" +DEPEND="${RDEPEND}" |