summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2020-07-08 17:49:28 +0200
committerAlexis Ballier <aballier@gentoo.org>2020-07-08 19:29:29 +0200
commitc0f0f6436f639db48db99b458ee7e19821106c43 (patch)
tree245d880b1cf21f64ad2ef30ed84250fd63ffc055 /ros-meta/common_tutorials/common_tutorials-0.1.12.ebuild
parentdev-ros/turtle_actionlib: Bump to 0.1.12. (diff)
downloadgentoo-c0f0f6436f639db48db99b458ee7e19821106c43.tar.gz
gentoo-c0f0f6436f639db48db99b458ee7e19821106c43.tar.bz2
gentoo-c0f0f6436f639db48db99b458ee7e19821106c43.zip
ros-meta/common_tutorials: Bump to 0.1.12.
Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'ros-meta/common_tutorials/common_tutorials-0.1.12.ebuild')
-rw-r--r--ros-meta/common_tutorials/common_tutorials-0.1.12.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/ros-meta/common_tutorials/common_tutorials-0.1.12.ebuild b/ros-meta/common_tutorials/common_tutorials-0.1.12.ebuild
new file mode 100644
index 000000000000..85bd5dc8036a
--- /dev/null
+++ b/ros-meta/common_tutorials/common_tutorials-0.1.12.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+ROS_REPO_URI="https://github.com/ros/common_tutorials"
+KEYWORDS="~amd64"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Metapackage that contains common tutorials"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+ dev-ros/actionlib_tutorials
+ dev-ros/nodelet_tutorial_math
+ dev-ros/pluginlib_tutorials
+ dev-ros/turtle_actionlib
+"
+DEPEND="${RDEPEND}"