summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-07-30 18:30:39 +0200
committerAlexis Ballier <aballier@gentoo.org>2017-07-30 18:43:53 +0200
commitd895ac11d10e4ba765df17cf7deedef7f79f357e (patch)
treeff0334f06b414cac29605a524bbeebcd1b099b73 /ros-meta/ros_tutorials/ros_tutorials-0.8.1.ebuild
parentdev-ros/turtlesim: Bump to 0.8.1. (diff)
downloadgentoo-d895ac11d10e4ba765df17cf7deedef7f79f357e.tar.gz
gentoo-d895ac11d10e4ba765df17cf7deedef7f79f357e.tar.bz2
gentoo-d895ac11d10e4ba765df17cf7deedef7f79f357e.zip
ros-meta/ros_tutorials: Bump to 0.8.1.
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'ros-meta/ros_tutorials/ros_tutorials-0.8.1.ebuild')
-rw-r--r--ros-meta/ros_tutorials/ros_tutorials-0.8.1.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/ros-meta/ros_tutorials/ros_tutorials-0.8.1.ebuild b/ros-meta/ros_tutorials/ros_tutorials-0.8.1.ebuild
new file mode 100644
index 000000000000..b6ff1d54e211
--- /dev/null
+++ b/ros-meta/ros_tutorials/ros_tutorials-0.8.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+ROS_REPO_URI="https://github.com/ros/ros_tutorials"
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Demonstrates various features of ROS, as well as support packages which help demonstrate them"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+ dev-ros/roscpp_tutorials
+ dev-ros/rospy_tutorials
+ dev-ros/turtlesim
+"
+DEPEND="${RDEPEND}"