summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2016-12-13 14:39:31 +0100
committerAlexis Ballier <aballier@gentoo.org>2016-12-13 14:39:31 +0100
commit5bbfd835689d6c8499655e3d44bd39ef9decf0b7 (patch)
tree3b3c1f9b293a6b4d7fe87da1b017dde0f0b1cb5e /ros-meta/common_tutorials/common_tutorials-0.1.10.ebuild
parentdev-ros/turtle_actionlib: Bump to 0.1.10. (diff)
downloadgentoo-5bbfd835689d6c8499655e3d44bd39ef9decf0b7.tar.gz
gentoo-5bbfd835689d6c8499655e3d44bd39ef9decf0b7.tar.bz2
gentoo-5bbfd835689d6c8499655e3d44bd39ef9decf0b7.zip
ros-meta/common_tutorials: Bump to 0.1.10.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'ros-meta/common_tutorials/common_tutorials-0.1.10.ebuild')
-rw-r--r--ros-meta/common_tutorials/common_tutorials-0.1.10.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/ros-meta/common_tutorials/common_tutorials-0.1.10.ebuild b/ros-meta/common_tutorials/common_tutorials-0.1.10.ebuild
new file mode 100644
index 000000000000..4c359d219ee8
--- /dev/null
+++ b/ros-meta/common_tutorials/common_tutorials-0.1.10.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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}"