summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2016-05-11 10:28:25 +0200
committerAlexis Ballier <aballier@gentoo.org>2016-05-11 10:45:28 +0200
commiteba0207377be8529a9e1e6f3172c1b53bbe330d0 (patch)
tree36e84de573e7cca5a44e698a80c3dac3713bd2a4 /ros-meta/viz/viz-1.3.0.ebuild
parentros-meta/ros_base: bump to 1.3.0 (diff)
downloadgentoo-eba0207377be8529a9e1e6f3172c1b53bbe330d0.tar.gz
gentoo-eba0207377be8529a9e1e6f3172c1b53bbe330d0.tar.bz2
gentoo-eba0207377be8529a9e1e6f3172c1b53bbe330d0.zip
ros-meta/viz: bump to 1.3.0
Package-Manager: portage-2.2.28
Diffstat (limited to 'ros-meta/viz/viz-1.3.0.ebuild')
-rw-r--r--ros-meta/viz/viz-1.3.0.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/ros-meta/viz/viz-1.3.0.ebuild b/ros-meta/viz/viz-1.3.0.ebuild
new file mode 100644
index 000000000000..86debcf21210
--- /dev/null
+++ b/ros-meta/viz/viz-1.3.0.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}"