diff options
author | Alexis Ballier <aballier@gentoo.org> | 2015-09-23 12:38:57 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2015-09-23 12:38:57 +0200 |
commit | 5479e798a6969fee1f224bd63a96b65c1e5657f0 (patch) | |
tree | 2ba5c8f908efc1842674a3675c2fb33ae39ec137 /ros-meta/viz/viz-9999.ebuild | |
parent | ros-meta/rqt_robot_plugins: Initial import. Ebuild by me. (diff) | |
download | gentoo-5479e798a6969fee1f224bd63a96b65c1e5657f0.tar.gz gentoo-5479e798a6969fee1f224bd63a96b65c1e5657f0.tar.bz2 gentoo-5479e798a6969fee1f224bd63a96b65c1e5657f0.zip |
ros-meta/viz: Initial import. Ebuild by me.
Package-Manager: portage-2.2.21
Diffstat (limited to 'ros-meta/viz/viz-9999.ebuild')
-rw-r--r-- | ros-meta/viz/viz-9999.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/ros-meta/viz/viz-9999.ebuild b/ros-meta/viz/viz-9999.ebuild new file mode 100644 index 000000000000..86debcf21210 --- /dev/null +++ b/ros-meta/viz/viz-9999.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +ROS_REPO_URI="https://github.com/ros/metapackages" +KEYWORDS="~amd64" +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="Metapackage for ROS visualization packages" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + ros-meta/ros_base + ros-meta/rqt_common_plugins + ros-meta/rqt_robot_plugins + dev-ros/rviz +" +DEPEND="${RDEPEND}" |